Demographic Update
Submitted by Guest on Mon, 27/07/2015 - 13:48
This screen is used to create/view/edit the Demographic Update lookups. These are used to set what is available under the Update tab on the product information screen. An update is used to change something in the patient record as a result of the use of the product - eg to set the desexed status after a spaying operation.
The fields are as follows:
Name - the name of the update
Expression - the jxpath expression that does the update
Node Name - the name of the node to be used
Active - uncheck the box to deactivate this entry
The following table gives examples including the above:
Name | Expression | Node |
---|---|---|
Desex | party:setPatientDesexed(.) | patient.entity |
Deceased | party:setPatientInactive(.) | patient.entity |
DDate | openvpms:set(.,"deceasedDate",java.util.Date.new()) | patient.entity |