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.voidsetAddresses(List<Address> addresses) voidsetBirthPlace(Address birthPlace) voidsetDateOfDeath(LocalDate dateOfDeath) voidsetGuardians(List<Guardian> orgGuardian) voidMethods 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, setTelecomsMethods 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:PersonGets the (first) name. -
setName
-
getAddresses
Description copied from class:PatientGets the adresses.- Overrides:
getAddressesin classPatient- Returns:
- the adresses
-
setAddresses
-