Package org.projecthusky.cda.elga.models
Class PatientCdaAt
java.lang.Object
org.projecthusky.common.model.Person
org.projecthusky.common.model.Patient
org.projecthusky.common.at.PatientAt
org.projecthusky.cda.elga.models.PatientCdaAt
-
Field Summary
Fields inherited from class org.projecthusky.common.model.Patient
mPatient, mPatientRole -
Constructor Summary
ConstructorsConstructorDescriptionPatientCdaAt(org.projecthusky.common.hl7cdar2.POCDMT000040RecordTarget recordTarget) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.projecthusky.common.hl7cdar2.POCDMT000040BirthplacecreateBirthPlace(org.projecthusky.common.model.Address address) protected org.projecthusky.common.hl7cdar2.CEcreateGenderTag(org.projecthusky.common.model.Code genderEnum) protected org.projecthusky.common.hl7cdar2.POCDMT000040PlacecreatePlace(org.projecthusky.common.model.Address address) Methods inherited from class org.projecthusky.common.at.PatientAt
getBirthPlace, getDateOfDeath, getGuardians, setBirthPlace, setDateOfDeath, setGuardiansMethods inherited from class org.projecthusky.common.model.Patient
addAddress, addId, addName, getAddress, getAddresses, getAdministrativeGenderCode, getBirthday, getBirthdayAsLocalDate, getCompleteName, getDeceasedInd, getDeceasedTime, getEmployeeOccupation, getIds, getMdhtPatient, getMdhtPatientRole, getMdhtRecordTarget, getMothersMaidenName, getMultipleBirthInd, getMultipleBirthOrderNumber, getName, 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
-
PatientCdaAt
public PatientCdaAt() -
PatientCdaAt
public PatientCdaAt(org.projecthusky.common.hl7cdar2.POCDMT000040RecordTarget recordTarget)
-
-
Method Details
-
getHeaderRecordTargetBase
-
getAtcdabbrHeaderRecordTargetEImpfpass
-
getHeaderRecordTarget
-
createBirthPlace
protected org.projecthusky.common.hl7cdar2.POCDMT000040Birthplace createBirthPlace(org.projecthusky.common.model.Address address) -
createPlace
protected org.projecthusky.common.hl7cdar2.POCDMT000040Place createPlace(org.projecthusky.common.model.Address address) -
createGenderTag
protected org.projecthusky.common.hl7cdar2.CE createGenderTag(org.projecthusky.common.model.Code genderEnum)
-