Adding species to appointment block in schedule

At the moment our appointment blocks in schedule are

Client - Patient
Reason - Progress

How can I change this to be:

Client - Patient - Species
Reason - Progress

Any help is appreciated!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Adding species to appointment block in schedule

You can do it by setting the Display Expression of the Schedule View:

concat(openvpms:get(.,'customer.name'),' - ', openvpms:get(.,'patient.name'), ' - ',
openvpms:get(.,'patient.objectReference.species.name'), '\n', openvpms:get(.,'act.reasonName'),' - ',openvpms:get(.,'act.statusName'))

Note that this might affect performance.

Syndicate content