public class PersonMergeLogData extends Object
PatientService
the data that
needs to be serialized. This data represents the details of a merge. It is also used for
abstracting the serialization outside of the PatientService and to allow storing the
deserialized form of the merged dataPersonMergeLog
,
PatientService.mergePatients(org.openmrs.Patient, org.openmrs.Patient)
Constructor and Description |
---|
PersonMergeLogData() |
public void addMovedVisit(String uuid)
public void addMovedEncounter(String uuid)
@Deprecated public List<String> getCreatedPrograms()
@Deprecated public void addCreatedProgram(String uuid)
public void addMovedProgram(String uuid)
public void addVoidedRelationship(String uuid)
public void addCreatedRelationship(String uuid)
public void addMovedIndependentObservation(String uuid)
public void addCreatedOrder(String uuid)
public void addCreatedIdentifier(String uuid)
public void addCreatedAddress(String uuid)
public void addCreatedName(String uuid)
public void addCreatedAttribute(String uuid)
public void addMovedUser(String uuid)
public String getPriorGender()
public void setPriorGender(String priorGender)
public Date getPriorDateOfBirth()
public void setPriorDateOfBirth(Date priorDateOfBirth)
public boolean isPriorDateOfBirthEstimated()
public void setPriorDateOfBirthEstimated(boolean priorDateOfBirthEstimated)
public Date getPriorDateOfDeath()
public void setPriorDateOfDeath(Date priorDateOfDeath)
public Boolean getPriorDateOfDeathEstimated()
public void setPriorDateOfDeathEstimated(Boolean priorDateOfDeathEstimated)
public String getPriorCauseOfDeath()
public void setPriorCauseOfDeath(String uuid)
public int computeHashValue()
Copyright © 2024 OpenMRS Inc.. All rights reserved.