org.openvpms.web.workspace.patient.history.PatientHistoryTableModel expressions act.patientClinicalAddendum /details/note act.patientClinicalEvent expr:if(boolean(/activityEndTime), concat("Completed: ", date:format(/activityEndTime, 'dd/MM/yy HH:mm')), "") act.patientClinicalProblem /description act.patientClinicalNote /details/note act.patientInvestigation concat(openvpms:get(.,'investigationType.entity.name')," - Request No: ",/id," - ", /description, " [", openvpms:lookup(.,"status"), "]") act.patientMedication concat(openvpms:get(.,'product.entity.name'), ' - Qty: ',/details/quantity, ' Expiry: ', expr:if(boolean(/activityEndTime), date:formatDate(/activityEndTime), 'None'), expr:if(boolean(/details/label),concat(' ',/details/label),'')) org.openvpms.web.workspace.patient.problem.ProblemTableModel expressions act.patientClinicalAddendum /details/note act.patientClinicalProblem /description act.patientClinicalNote /details/note act.patientMedication concat(openvpms:get(.,'product.entity.name'), ' - Qty: ',/details/quantity, ' Expiry: ', expr:if(boolean(/activityEndTime), date:formatDate(/activityEndTime), 'None'), expr:if(boolean(/details/label),concat(' ',/details/label),''))