Class EpimsPatient
java.lang.Object
org.projecthusky.common.hl7cdar2.POCDMT000040Patient
org.projecthusky.cda.elga.models.ems.EpimsPatient
public class EpimsPatient
extends org.projecthusky.common.hl7cdar2.POCDMT000040Patient
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.projecthusky.common.hl7cdar2.BLprotected org.projecthusky.common.hl7cdar2.TSFields inherited from class org.projecthusky.common.hl7cdar2.POCDMT000040Patient
administrativeGenderCode, birthplace, birthTime, classCode, determinerCode, ethnicGroupCode, guardian, id, languageCommunication, maritalStatusCode, name, nullFlavor, raceCode, realmCode, religiousAffiliationCode, templateId, typeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.projecthusky.common.hl7cdar2.BLorg.projecthusky.common.hl7cdar2.TSvoidsetDeceasedInd(org.projecthusky.common.hl7cdar2.BL deceasedInd) voidsetDeceasedTime(org.projecthusky.common.hl7cdar2.TS deceasedTime) Methods inherited from class org.projecthusky.common.hl7cdar2.POCDMT000040Patient
getAdministrativeGenderCode, getBirthplace, getBirthTime, getClassCode, getDeterminerCode, getEthnicGroupCode, getGuardian, getId, getLanguageCommunication, getMaritalStatusCode, getName, getNullFlavor, getRaceCode, getRealmCode, getReligiousAffiliationCode, getTemplateId, getTypeId, setAdministrativeGenderCode, setBirthplace, setBirthTime, setDeterminerCode, setEthnicGroupCode, setId, setMaritalStatusCode, setRaceCode, setReligiousAffiliationCode, setTypeId
-
Field Details
-
deceasedTime
protected org.projecthusky.common.hl7cdar2.TS deceasedTime -
deceasedInd
protected org.projecthusky.common.hl7cdar2.BL deceasedInd
-
-
Constructor Details
-
EpimsPatient
public EpimsPatient()
-
-
Method Details
-
getDeceasedTime
public org.projecthusky.common.hl7cdar2.TS getDeceasedTime() -
setDeceasedTime
public void setDeceasedTime(org.projecthusky.common.hl7cdar2.TS deceasedTime) -
getDeceasedInd
public org.projecthusky.common.hl7cdar2.BL getDeceasedInd() -
setDeceasedInd
public void setDeceasedInd(org.projecthusky.common.hl7cdar2.BL deceasedInd)
-