Class PixPdqPerson

java.lang.Object
org.projecthusky.communication.mpi.impl.PixPdqPerson

public class PixPdqPerson extends Object
  • Constructor Details

    • PixPdqPerson

      public PixPdqPerson(Object obj)
  • Method Details

    • addPatientAddress

      public void addPatientAddress(net.ihe.gazelle.hl7v3.datatypes.AD patientAddress)
      Add an address for the patient.
      Parameters:
      patientAddress -
    • addPatientEthnicGroupCode

      public void addPatientEthnicGroupCode(String code)
      Add Patient Ethnic Group Code to the patient
      Parameters:
      code -
    • addPatientName

      public void addPatientName(String familyName, String givenName, String other, String prefixName, String suffixName)
      Add a patient name.
      Parameters:
      familyName -
      givenName -
      other -
      prefixName -
      suffixName -
    • addPatientOtherID

      public void addPatientOtherID(String extension, String root)
      Add a Patient Other ID for the patient
      Parameters:
      extension -
      root -
    • addPatientRaceCode

      public void addPatientRaceCode(String code)
      Add Patient Race Code to the patient
      Parameters:
      code -
    • addPatientTelecom

      public void addPatientTelecom(String telecomValue, String useValue)
      Add a telecom value with the provided useValue ("HP" or "WP")
      Parameters:
      telecomValue -
      useValue -
    • setMultipleBirthIndicator

      public void setMultipleBirthIndicator(boolean birthIndicator)
      Set whether there was a multiple birth.
      Parameters:
      birthIndicator -
    • setMultipleBirthOrderNumber

      public void setMultipleBirthOrderNumber(int birthNumber)
      Set the birth order number to the provided value
      Parameters:
      birthNumber -
    • setPatientBirthTime

      public void setPatientBirthTime(String birthTime)
      Set the patient birth time.
      Parameters:
      birthTime -
    • setPatientDeceased

      public void setPatientDeceased(boolean patientDeceased)
      Set whether the patient is deceased
      Parameters:
      patientDeceased -
    • setPatientDeceasedTime

      public void setPatientDeceasedTime(String patientDeceasedTime)
      Set the patient deceased time.
      Parameters:
      patientDeceasedTime -
    • setPatientGender

      public void setPatientGender(String gender)
      Set the patient gender to the provided value ("M", "F", or "U")
      Parameters:
      gender -
    • setPatientMaritalStatus

      public void setPatientMaritalStatus(String maritalStatus)
      Set the marital status for the patient
      Parameters:
      maritalStatus -
    • setPatientMothersMaidenName

      public void setPatientMothersMaidenName(String family, String given, String other, String suffix, String prefix)
      Add a mother's maiden name for the patient.
      Parameters:
      family -
      given -
      other -
      suffix -
      prefix -
    • setPatientReligiousAffiliation

      public void setPatientReligiousAffiliation(String religiousAffiliation)
      Set the religious affiliation for the patient
      Parameters:
      religiousAffiliation -
    • getMotherRelationshipHolder

      public net.ihe.gazelle.hl7v3.coctmt030007UV.COCTMT030007UVPerson getMotherRelationshipHolder(String family, String given, String other, String suffix, String prefix)
    • getPRPAMT201303UV02Person

      public net.ihe.gazelle.hl7v3.prpamt201303UV02.PRPAMT201303UV02Person getPRPAMT201303UV02Person()
    • getPRPAMT201302UV02PatientPatientPerson

      public net.ihe.gazelle.hl7v3.prpamt201302UV02.PRPAMT201302UV02PatientPatientPerson getPRPAMT201302UV02PatientPatientPerson()
    • getPRPAMT201301UV02Person

      public net.ihe.gazelle.hl7v3.prpamt201301UV02.PRPAMT201301UV02Person getPRPAMT201301UV02Person()