Package org.projecthusky.common.at
Class PatientAt
java.lang.Object
org.projecthusky.common.model.Person
org.projecthusky.common.model.Patient
org.projecthusky.common.at.PatientAt
- Direct Known Subclasses:
PatientCdaAt
-
Field Summary
Fields inherited from class org.projecthusky.common.model.Patient
mPatient, mPatientRole
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the adresses.getName()
Gets the (first) name.void
setAddresses
(List<Address> addresses) void
setBirthPlace
(Address birthPlace) void
setDateOfDeath
(LocalDate dateOfDeath) void
setGuardians
(List<Guardian> orgGuardian) void
Methods inherited from class org.projecthusky.common.model.Patient
addAddress, addId, addName, getAddress, getAdministrativeGenderCode, getBirthday, getBirthdayAsLocalDate, getCompleteName, getDeceasedInd, getDeceasedTime, getEmployeeOccupation, getIds, getMdhtPatient, getMdhtPatientRole, getMdhtRecordTarget, getMothersMaidenName, getMultipleBirthInd, getMultipleBirthOrderNumber, getNames, getNation, getProviderOrganization, getReligiousAffiliation, getTelecoms, isNonHumenSubject, setAdministrativeGender, setBirthday, setBirthday, setDeceasedInd, setDeceasedTime, setEmployeeOccupation, setIds, setIsHumanPatient, setIsNonHumenSubject, setMothersMaidenName, setMultipleBirthInd, setMultipleBirthOrderNumber, setNation, setProviderOrganization, setReligiousAffiliation, setTelecoms
Methods inherited from class org.projecthusky.common.model.Person
getHl7CdaPerson, getIpfPerson, setIpfPerson
-
Constructor Details
-
PatientAt
public PatientAt() -
PatientAt
-
-
Method Details
-
getGuardians
-
setGuardians
-
getBirthPlace
-
setBirthPlace
-
getDateOfDeath
-
setDateOfDeath
-
getName
Description copied from class:Person
Gets the (first) name. -
setName
-
getAddresses
Description copied from class:Patient
Gets the adresses.- Overrides:
getAddresses
in classPatient
- Returns:
- the adresses
-
setAddresses
-