public class PatientListItem extends PersonListItem
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
PatientListItem() |
PatientListItem(Patient patient) |
PatientListItem(Patient patient,
String searchName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIdentifier() |
String |
getIdentifierTypeName() |
String |
getOtherIdentifiers() |
Integer |
getPatientId() |
int |
hashCode() |
void |
setIdentifier(String identifier) |
void |
setIdentifierTypeName(String identifierTypeName) |
void |
setOtherIdentifiers(String otherIdentifiers) |
void |
setPatientId(Integer patientId) |
createBestMatch, getAddress1, getAddress2, getAge, getAttributes, getBirthdate, getBirthdateEstimated, getBirthdateString, getDeathdateEstimated, getDeathDateString, getFamilyName, getGender, getGivenName, getMiddleName, getOtherNames, getPersonId, getPersonName, getUuid, getVoided, setAddress1, setAddress2, setBirthdate, setBirthdateEstimated, setBirthdateString, setDeathdateEstimated, setDeathDateString, setFamilyName, setGender, setGivenName, setMiddleName, setOtherNames, setPersonId, setVoided
public PatientListItem()
public PatientListItem(Patient patient)
public boolean equals(Object obj)
equals
in class PersonListItem
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class PersonListItem
Object.hashCode()
public String getIdentifier()
public void setIdentifier(String identifier)
public String getOtherIdentifiers()
public void setOtherIdentifiers(String otherIdentifiers)
public Integer getPatientId()
public void setPatientId(Integer patientId)
public void setIdentifierTypeName(String identifierTypeName)
identifierTypeName
- the identifierTypeName to setpublic String getIdentifierTypeName()
Copyright © 2015 OpenMRS Inc.. All rights reserved.