Notifications
Clear all
Topic starter
I am trying to create a letter which will list all the missed appointments a patient has had. Does anyone have the coding I would need to use to create this letter they would be willing to provide me. Thanks
Posted : February 3, 2017 6:10 am
this is what we use for our no show letters
We missed you! Our records show an appointment scheduled on {strApptList = APPTS_BY_STATUS("no show","FULL")
strApptTypeStart = match(strApptList,"M,") strApptListStart = sub(strApptList,1,strApptTypeStart) strApptTypeEnd = match(strApptList,strApptTypeStart + 3, ", ") strApptListEdit = strApptListStart + sub(strApptList,strApptTypeEnd)}
Posted : February 3, 2017 7:03 am
Topic starter
Scott this is perfect. Thank you so much. Have a great day.
Posted : February 3, 2017 7:12 am