Notifications
Clear all
Topic starter
Wondering if there is a different way to create pop up reminders in EMR? We currently have pop up alerts for fall assessments that react to a date in the future. They are setup in Text Compnents and we have to manually change the date each month.
Example:
{If PATIENT_AGE() > 64 and match(INS_NAME(), "Medisun") > 0 and durationdays(str(LASTOBSDATE("FALL SCR")),"9/01/2012") > 365 then userok("FALL ASSESSMENT DUE for " + PATIENT.LABELNAME) else "" endif ""}
Thanks,
Misti
Posted : October 30, 2012 6:17 am
Just throwing an idea out there that someone else may be able to elaborate and say so on... perhaps if you could change the highlighted date area to something like 'current date + 30 days'?
Posted : November 5, 2012 12:19 am