Class PixPdqPerson
java.lang.Object
org.projecthusky.communication.mpi.impl.PixPdqPerson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPatientAddress(net.ihe.gazelle.hl7v3.datatypes.AD patientAddress) Add an address for the patient.voidAdd Patient Ethnic Group Code to the patientvoidaddPatientName(String familyName, String givenName, String other, String prefixName, String suffixName) Add a patient name.voidaddPatientOtherID(String extension, String root) Add a Patient Other ID for the patientvoidaddPatientRaceCode(String code) Add Patient Race Code to the patientvoidaddPatientTelecom(String telecomValue, String useValue) Add a telecom value with the provided useValue ("HP" or "WP")net.ihe.gazelle.hl7v3.coctmt030007UV.COCTMT030007UVPersongetMotherRelationshipHolder(String family, String given, String other, String suffix, String prefix) net.ihe.gazelle.hl7v3.prpamt201301UV02.PRPAMT201301UV02Personnet.ihe.gazelle.hl7v3.prpamt201302UV02.PRPAMT201302UV02PatientPatientPersonnet.ihe.gazelle.hl7v3.prpamt201303UV02.PRPAMT201303UV02PersonvoidsetMultipleBirthIndicator(boolean birthIndicator) Set whether there was a multiple birth.voidsetMultipleBirthOrderNumber(int birthNumber) Set the birth order number to the provided valuevoidsetPatientBirthTime(String birthTime) Set the patient birth time.voidsetPatientDeceased(boolean patientDeceased) Set whether the patient is deceasedvoidsetPatientDeceasedTime(String patientDeceasedTime) Set the patient deceased time.voidsetPatientGender(String gender) Set the patient gender to the provided value ("M", "F", or "U")voidsetPatientMaritalStatus(String maritalStatus) Set the marital status for the patientvoidsetPatientMothersMaidenName(String family, String given, String other, String suffix, String prefix) Add a mother's maiden name for the patient.voidsetPatientReligiousAffiliation(String religiousAffiliation) Set the religious affiliation for the patient
-
Constructor Details
-
PixPdqPerson
-
-
Method Details
-
addPatientAddress
public void addPatientAddress(net.ihe.gazelle.hl7v3.datatypes.AD patientAddress) Add an address for the patient.- Parameters:
patientAddress-
-
addPatientEthnicGroupCode
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
Add a Patient Other ID for the patient- Parameters:
extension-root-
-
addPatientRaceCode
Add Patient Race Code to the patient- Parameters:
code-
-
addPatientTelecom
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
Set the patient birth time.- Parameters:
birthTime-
-
setPatientDeceased
public void setPatientDeceased(boolean patientDeceased) Set whether the patient is deceased- Parameters:
patientDeceased-
-
setPatientDeceasedTime
Set the patient deceased time.- Parameters:
patientDeceasedTime-
-
setPatientGender
Set the patient gender to the provided value ("M", "F", or "U")- Parameters:
gender-
-
setPatientMaritalStatus
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
Set the religious affiliation for the patient- Parameters:
religiousAffiliation-
-
getMotherRelationshipHolder
-
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()
-