Notifications
Clear all
Topic starter
For example if a patient book the appointment for both office visit and lab visit and cancelled both of them and the status for both is bumped, but I would like to print only office visit date.
Below gives me both office visit date and lab visit date
APPTS_BY_STATUS("Bumped","FULL")
I need only office visit date.
Appreciate your help.
Posted : April 11, 2017 2:53 pm
You can put the result in an array (\r\n) would be the delimiter for each record. Then you could do a match to see if you wanted to show the record or not.
Posted : May 12, 2017 4:47 am