Can anyone please tell me the function to get the "Allergies reviewed" box checked through a VFE form?
I need it to automatically check the box through the form.
I have a form that updates the list but does not check the "Allergies reviewed" box in the chart summary.
Your help is appreciated. Thank you
Tatiana
If your checkbox is tied to a document variable:
{DOCUMENT.variable = "value allowed for checkbox"}
If your checkbox is tied to an obsterm:
{OBSNOW("obs term", "value allowed for checkbox"}
jjordet said:
If your checkbox is tied to a document variable:
{DOCUMENT.variable = "value allowed for checkbox"}
If your checkbox is tied to an obsterm:
{OBSNOW("obs term", "value allowed for checkbox"}
So is the check box needed? Is there a way without adding a check box?
My doctor wants to eliminate the click on the check box. I have a RUNPROCESS type Action Button. It is meant to update the allergies list, however I need it to make that "check box" action (the action of showing that the list has been reviewed) without having to check a box anywhere. Do you think that is possible?