Display booking date / time on schedule view
Submitted by sorrentovet on Mon, 09/01/2023 - 15:01
Hey everyone,
Is there a way I can display the date and time of when a patient was booked in for an appointment, with a display expression or something?
Regards,
Anton
Re: Display booking date / time on schedule view
You can use the Schedule View Display Expression for this.
I'm assuming you want when the patient was checked in. For this, use openvpms:get(., 'arrivalTime') in the expression. E.g.:
Re: Display booking date / time on schedule view
I think that he was referring to created date. If that was the case use
This shows the date the appointment was created or booked.
shows "checked in time"
Sincerely Ben
Re: Display booking date / time on schedule view
Thank you both... it was indeed the 'created date' I was after but unfortunately 'created' does not work in this expression. It seems it is not available for the Schedule View?
Re: Display booking date / time on schedule view
No - thisi isn't supported. The only way to view the created date of an appointment is by editing it hovering over the audit icon.