Notifications
Clear all
Topic starter
We have a "custom" phone note with a field that autocompletes the patients home number or work number, depending on their registration, but we'd like to have a field for cellphone numbers as well. Does anyone have such a phone note?
Thanks!
Posted : January 22, 2013 6:07 am
sahern said:
We have a "custom" phone note with a field that autocompletes the patients home number or work number, depending on their registration, but we'd like to have a field for cellphone numbers as well. Does anyone have such a phone note?
Hello, we have a VFE form we use that has a data display that pulls from PM. Here is the MEL code for it. I hope that is helpful:
{if PATIENT.CELLPHONE = "" then "None on File" else PATIENT.CELLPHONE endif}
Posted : January 22, 2013 8:02 am