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

public class PatientCdaAt extends PatientAt
  • Field Summary

    Fields inherited from class org.projecthusky.common.model.Patient

    mPatient, mPatientRole
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    PatientCdaAt(org.projecthusky.common.hl7cdar2.POCDMT000040RecordTarget recordTarget)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.projecthusky.common.hl7cdar2.POCDMT000040Birthplace
    createBirthPlace(org.projecthusky.common.model.Address address)
     
    protected org.projecthusky.common.hl7cdar2.CE
    createGenderTag(org.projecthusky.common.model.Code genderEnum)
     
    protected org.projecthusky.common.hl7cdar2.POCDMT000040Place
    createPlace(org.projecthusky.common.model.Address address)
     
     
     
     

    Methods inherited from class org.projecthusky.common.at.PatientAt

    getBirthPlace, getDateOfDeath, getGuardians, setBirthPlace, setDateOfDeath, setGuardians

    Methods 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, setTelecoms

    Methods inherited from class org.projecthusky.common.model.Person

    getHl7CdaPerson, getIpfPerson, setIpfPerson

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PatientCdaAt

      public PatientCdaAt()
    • PatientCdaAt

      public PatientCdaAt(org.projecthusky.common.hl7cdar2.POCDMT000040RecordTarget recordTarget)
  • Method Details

    • getHeaderRecordTargetBase

      public HeaderRecordTarget getHeaderRecordTargetBase()
    • getAtcdabbrHeaderRecordTargetEImpfpass

      public AtcdabbrHeaderRecordTargetEImpfpass getAtcdabbrHeaderRecordTargetEImpfpass()
    • getHeaderRecordTarget

      public EpimsHeaderRecordTarget 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)