Class PixPdqQueryControlActProcess
java.lang.Object
org.projecthusky.communication.mpi.impl.PixPdqQueryControlActProcess
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPatientAddress
(net.ihe.gazelle.hl7v3.datatypes.AD patientAddress) Add an address for the patient.void
Add a confidentiality code to the patientvoid
Add Patient Ethnic Group Code to the patientvoid
addPatientID
(String extension, String root, String namespace) Set the patient idvoid
addPatientName
(String familyName, String givenName, String other, String prefixName, String suffixName) Add a patient name.void
addPatientOtherID
(String extension, String root) Add a Patient Other ID for the patientvoid
addPatientRaceCode
(String code) Add Patient Race Code to the patientvoid
addPatientTelecom
(String telecomValue, String useValue) Add a telecom value with the provided useValue ("HP" or "WP")net.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01ControlActProcess
net.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01RegistrationEvent
net.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01Subject1
net.ihe.gazelle.hl7v3.prpain201301UV02.PRPAIN201301UV02MFMIMT700701UV01Subject2
net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01ControlActProcess
net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01RegistrationEvent
net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01Subject1
net.ihe.gazelle.hl7v3.prpain201302UV02.PRPAIN201302UV02MFMIMT700701UV01Subject2
net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01ControlActProcess
net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01RegistrationEvent
net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01Subject1
net.ihe.gazelle.hl7v3.prpain201304UV02.PRPAIN201304UV02MFMIMT700701UV01Subject2
net.ihe.gazelle.hl7v3.prpamt201302UV02.PRPAMT201302UV02Patient
net.ihe.gazelle.hl7v3.prpamt201303UV02.PRPAMT201303UV02Patient
void
setCustodian
(String organizationOID, String organizationName) Deprecated.void
setCustodian
(List<String> organizationOids, String organizationName) void
setMultipleBirthIndicator
(boolean birthIndicator) Set whether there was a multiple birth.void
setMultipleBirthOrderNumber
(int birthNumber) Set the birth order number to the provided valuevoid
setPatientBirthTime
(String birthTime) Set the patient birth time.void
setPatientDeceased
(boolean patientDeceased) Set whether the patient is deceasedvoid
setPatientDeceasedTime
(String patientDeceasedTime) Set the patient deceased time.void
setPatientGender
(String gender) Set the patient gender to the provided value ("M", "F", or "U")void
setPatientMaritalStatus
(String maritalStatus) Set the marital status for the patientvoid
setPatientMothersMaidenName
(String family, String given, String other, String suffix, String prefix) Add a mother's maiden name for the patient.void
setPatientReligiousAffiliation
(String religiousAffiliation) Set the religious affiliation for the patientvoid
Set Patient Very Important Person codevoid
setProviderOrganization
(String organizationOID, String organizationName, String telecomValue) Deprecated.void
setProviderOrganization
(List<String> organizationOIDs, String organizationName, String telecomValue) void
setScopingOrganization
(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