Changeset 5228
- Timestamp:
- 08/11/08 12:42:36 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/patientmatching/src/org/openmrs/module/patientmatching/PatientMatchingActivator.java
r5187 r5228 193 193 @SuppressWarnings("unchecked") 194 194 public static Record patientToRecord(Patient patient){ 195 Record ret = new Record( 0,"OpenMRS");195 Record ret = new Record(patient.getPatientId(),"OpenMRS"); 196 196 197 197 // OpenMRS unique patient ID should be present if the patient is within