Notifications
Clear all
Topic starter
I was wondering if anyone could help me figure out the symbol for "appointment notes"? Thank you in advance.
Posted : June 6, 2019 7:00 am
If your document is linked to an appointment, the following will fetch the appointment notes -
{find("_PatientAppointments","Notes","AppointmentsID",find("Document","AppointmentsID"))}
I should note that this is written for CPS, I think its the same for cEMR but I would have to double check, let me know if youre on cEMR and it doesn't work and I can probably help you out.
Posted : June 6, 2019 7:16 am
If you want your notes to show in apt notes use @@ before and after the notes
for instance
@@ patient needs to pay $20 copay and $50 pp today@@
Posted : June 6, 2019 7:53 am