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

    Fields
    Modifier and Type
    Field
    Description
    protected org.projecthusky.common.hl7cdar2.BL
     
    protected org.projecthusky.common.hl7cdar2.TS
     

    Fields 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.projecthusky.common.hl7cdar2.BL
     
    org.projecthusky.common.hl7cdar2.TS
     
    void
    setDeceasedInd(org.projecthusky.common.hl7cdar2.BL deceasedInd)
     
    void
    setDeceasedTime(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)