Notifications
Clear all
Topic starter
Can I get some direction on how to set a text component to record an observation when it is added to an encounter? Such as OBSNOW("ALLERGY LIST") = "T"
Posted : August 2, 2017 4:22 am
This should do it:
{
OBSNOW("ALLERGY LIST", "T")
""
}
The set of empty quotes is there to prevent TRUE from being written in the note.
Posted : August 2, 2017 5:27 am
Topic starter
Thank you!! I knew it was something simple I was forgetting! Worked like a charm!
Posted : August 2, 2017 5:38 am