ID Number
Submitted by Guest on Sat, 19/02/2011 - 00:59
Hello,
Wondering if you can help. Is there any way that we can create a field: Client ID on the client page? We would like to issue each client with a unique number for identification purposes (there are too many BB Chans in Hong Kong!)
Many thanks in advance for any help,
Amanda.
Re: ID Number
Hi Amanda,
OpenVPMS does assign a unique id to each customer and patient and does display this in the customer and patient information workspaces. Release 1.5 allows you to search by these id's.
Cheers
Tony
Re: ID Number
Hi Damien,
Yes you can use patient.entity.id for patient documents, customer.entity.id for customer documents and openvpms:get(party:getPatientOwner(.),'id') to get customer id in a patient document.
Cheers
Tony