Class PixPdqQueryControlActProcess
java.lang.Object
org.projecthusky.communication.mpi.impl.PixPdqQueryControlActProcess
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPatientAddress(net.ihe.gazelle.hl7v3.datatypes.AD patientAddress) Add an address for the patient.voidAdd a confidentiality code to the patientvoidAdd Patient Ethnic Group Code to the patientvoidaddPatientID(String extension, String root, String namespace) Set the patient idvoidaddPatientName(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.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01ControlActProcessnet.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01RegistrationEventnet.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01Subject1net.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01Subject2net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01ControlActProcessnet.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01RegistrationEventnet.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01Subject1net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01Subject2net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01ControlActProcessnet.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01RegistrationEventnet.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01Subject1net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01Subject2net.ihe.gazelle.hl7v3.prpamt201302UV02.PRPAMT201302UV02Patientnet.ihe.gazelle.hl7v3.prpamt201303UV02.PRPAMT201303UV02PatientvoidsetCustodian(String organizationOID, String organizationName) Deprecated.voidsetCustodian(List<String> organizationOids, String organizationName) voidsetMultipleBirthIndicator(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 patientvoidSet Patient Very Important Person codevoidsetProviderOrganization(String organizationOID, String organizationName, String telecomValue) Deprecated.voidsetProviderOrganization(List<String> organizationOIDs, String organizationName, String telecomValue) voidsetScopingOrganization(String organizationOID, String organizationName, String telecomValue) Deprecated.
-
Field Details
-
subjectPatient
-
patientPerson
-
-
Constructor Details
-
PixPdqQueryControlActProcess
-
-
Method Details
-
setCustodian
Deprecated. -
setCustodian
-
setScopingOrganization
@Deprecated public void setScopingOrganization(String organizationOID, String organizationName, String telecomValue) Deprecated.usesetProviderOrganization(List, String, String)insteadSet the scoping organization for the patient- Parameters:
organizationOID-organizationName-telecomValue-
-
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-
-
addPatientConfidentialityCode
Add a confidentiality code to the patient- Parameters:
code-
-
addPatientID
Set the patient id- Parameters:
extension-root-namespace-
-
setPatientVeryImportantPerson
Set Patient Very Important Person code- Parameters:
code-
-
setProviderOrganization
@Deprecated public void setProviderOrganization(String organizationOID, String organizationName, String telecomValue) Deprecated. -
setProviderOrganization
-
getPRPAIN201301UV02MFMIMT700701UV01ControlActProcess
public net.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01ControlActProcess getPRPAIN201301UV02MFMIMT700701UV01ControlActProcess() -
getPRPAIN201302UV02MFMIMT700701UV01ControlActProcess
public net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01ControlActProcess getPRPAIN201302UV02MFMIMT700701UV01ControlActProcess() -
getPRPAIN201304UV02MFMIMT700701UV01ControlActProcess
public net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01ControlActProcess getPRPAIN201304UV02MFMIMT700701UV01ControlActProcess() -
getPRPAIN201301UV02MFMIMT700701UV01Subject1
public net.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01Subject1 getPRPAIN201301UV02MFMIMT700701UV01Subject1() -
getPRPAIN201302UV02MFMIMT700701UV01Subject1
public net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01Subject1 getPRPAIN201302UV02MFMIMT700701UV01Subject1() -
getPRPAIN201304UV02MFMIMT700701UV01Subject1
public net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01Subject1 getPRPAIN201304UV02MFMIMT700701UV01Subject1() -
getPRPAIN201301UV02MFMIMT700701UV01RegistrationEvent
public net.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01RegistrationEvent getPRPAIN201301UV02MFMIMT700701UV01RegistrationEvent() -
getPRPAIN201302UV02MFMIMT700701UV01RegistrationEvent
public net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01RegistrationEvent getPRPAIN201302UV02MFMIMT700701UV01RegistrationEvent() -
getPRPAIN201304UV02MFMIMT700701UV01RegistrationEvent
public net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01RegistrationEvent getPRPAIN201304UV02MFMIMT700701UV01RegistrationEvent() -
getPRPAIN201301UV02MFMIMT700701UV01Subject2
public net.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01Subject2 getPRPAIN201301UV02MFMIMT700701UV01Subject2() -
getPRPAIN201302UV02MFMIMT700701UV01Subject2
public net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01Subject2 getPRPAIN201302UV02MFMIMT700701UV01Subject2() -
getPRPAIN201304UV02MFMIMT700701UV01Subject2
public net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01Subject2 getPRPAIN201304UV02MFMIMT700701UV01Subject2() -
getPRPAMT201302UV02Patient
public net.ihe.gazelle.hl7v3.prpamt201302UV02.PRPAMT201302UV02Patient getPRPAMT201302UV02Patient() -
getPRPAMT201303UV02Patient
public net.ihe.gazelle.hl7v3.prpamt201303UV02.PRPAMT201303UV02Patient getPRPAMT201303UV02Patient()
-
setProviderOrganization(List, String, String)instead