Notifications
Clear all
Topic starter
Hi,
I need to be able to display the medication selected from the custom list in the chart notes.
I have an action button with Type: NEWMED and Custom List: IM/PULM which takes the user to the custom list. once he selects the medication, it should display in the chart notes.
Can you tell me what the chart translation should be?
Posted : January 13, 2015 7:00 am
Here is something we have used in the chart note template, maybe it will work for you or at least give you a starting point,
Current Medications
{'{IF OBSANY("NKMED") == "T" AND MEDS_PRIOR("List") == "" THEN "No Known Medications" ELSE MEDS_AFTER("List") ENDIF}'}
Posted : January 13, 2015 2:05 pm