Hello All,
I don't think this is possible (at least I couldn't find a symbol for it) but I figured I would ask anyway. Is there anyway to pull the time the patient is scheduled for on the schedule from within a visit. For example, if I wanted to write that the patient was the patient scheduled for 5:15 PM in the note.
I don't think I can use a timestamp because frequently our office staff will do pre-visit work before the patient's scheduled appointment and leave the visit on hold for the doctor so the time would be off. Any thoughts?
Thanks,
Brad
You can use -
find("_PatientAppointments","ApptStart","AppointmentsID",find("Document","AppointmentsID"))
You probably need to strip out the date, and the document has to be linked to the appointment in this approach.
Thank you that's very handy.
Brad