public class ShortPatientModel
extends java.lang.Object
| Constructor and Description | 
|---|
| ShortPatientModel() | 
| ShortPatientModel(Patient patient)Constructor that creates a shortPatientModel object from a given patient object | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<PatientIdentifier> | getIdentifiers() | 
| Patient | getPatient() | 
| PersonAddress | getPersonAddress() | 
| java.util.List<PersonAttribute> | getPersonAttributes() | 
| PersonName | getPersonName() | 
| java.util.Map<java.lang.String,Relationship> | getRelationshipsMap() | 
| void | setIdentifiers(java.util.List<PatientIdentifier> identifiers) | 
| void | setPatient(Patient patient) | 
| void | setPersonAddress(PersonAddress personAddress) | 
| void | setPersonAttributes(java.util.List<PersonAttribute> personAttributes) | 
| void | setPersonName(PersonName personName) | 
| void | setRelationshipsMap(java.util.Map<java.lang.String,Relationship> relationshipsMap) | 
public ShortPatientModel()
public ShortPatientModel(Patient patient)
patient - public java.util.List<PatientIdentifier> getIdentifiers()
public void setIdentifiers(java.util.List<PatientIdentifier> identifiers)
identifiers - the identifiers to setpublic PersonName getPersonName()
public void setPersonName(PersonName personName)
personName - the personName to setpublic PersonAddress getPersonAddress()
public void setPersonAddress(PersonAddress personAddress)
personAddress - the personAddress to setpublic java.util.Map<java.lang.String,Relationship> getRelationshipsMap()
public void setRelationshipsMap(java.util.Map<java.lang.String,Relationship> relationshipsMap)
relationshipsMap - the relationshipsMap to setpublic java.util.List<PersonAttribute> getPersonAttributes()
public void setPersonAttributes(java.util.List<PersonAttribute> personAttributes)
personAttributes - the personAttributes to setpublic Patient getPatient()
public void setPatient(Patient patient)
patient - the patient to setCopyright © 2018 OpenMRS Inc.. All Rights Reserved.