1.7 Alpha - Patient Info|patient description

If the patient has a microchip, the Patient Info top line looks as follows:

As you can see it needs a space after the breed.  In the patientpet archetype, the description node expression needs to be changed from

 concat(openvpms:lookup(.,'sex'), ' ', /details/colour, ' ', openvpms:lookup(.,'breed'), '(',party:identities(),')')

to

 concat(openvpms:lookup(.,'sex'), ' ', /details/colour, ' ', openvpms:lookup(.,'breed'),' ', '(',party:identities(),')') 

Regards, Tim G

Comment viewing options

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

Re: 1.7 Alpha - Patient Info|patient description

Fixed in revision 5319.

Thanks,

-Tim

Syndicate content