Notifications
Clear all
Topic starter
I'm trying to have a visibility field show if a patient has any meds on their med list from a certain med classification. I have the GPI code of 39, but I can't seem to get the right coding for this.
I've seen other posts on here for pulling meds by class, but none with visibility as a factor.
Thanks!
Posted : November 13, 2013 5:38 am
If you are using the GetMedsByClass() function that is going around, the visibility version of this code would be
{GetMedsByClass("39", 2, MEDS_AFTER()) <> "None"}
Posted : November 14, 2013 1:10 am
Topic starter
Thank you, I will give that a try.
Posted : November 15, 2013 1:28 am