Notifications
Clear all
Topic starter
Hello!
I am trying to add patient demographics in a data box on top of a form. I am having trouble adding multiple patient.attributes in the same data box? Is there a way to add muliple in a data box?
Posted : May 8, 2014 3:56 am
You can made the data display a document variable and in the watcher pane do code to set a value to it.
{
document.displaythis = "label here" + patient.whatever1 +"," + "label here" + patient .whatever2 + ": " + patient.whatever3
}
Posted : May 8, 2014 6:45 am