Uses of Class
org.eclipse.ohf.ihe.pdq.consumer.PdqConsumerException

Packages that use PdqConsumerException
org.eclipse.ohf.ihe.pdq.consumer   
org.eclipse.ohf.ihe.pdq.consumer.test   
org.eclipse.ohf.ihe.pdq.consumer.test.connectathon   
 

Uses of PdqConsumerException in org.eclipse.ohf.ihe.pdq.consumer
 

Methods in org.eclipse.ohf.ihe.pdq.consumer that throw PdqConsumerException
 void PdqConsumerQuery.addOptionalContinuationPointer(PdqConsumerResponse response)
          DSC Segment Copy Forward If more patients are on the server, a DSC segment will be included in the response for retrieving additional patients.
 void PdqConsumerQuery.addOptionalDemographicSearch(java.lang.String path, java.lang.String data)
          Generic demographic search query.
 void PdqConsumerQuery.addOptionalQuantityLimit(int quantity)
          RCP-2 Quantity Limited Request Limits the max number of patients returned in the response.
 void PdqConsumerQuery.addQueryPatientAccountNumberId(java.lang.String accountNumberId, java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          PID-18 Account Number ID
 void PdqConsumerQuery.addQueryPatientAddressCensusTract(java.lang.String censusTract)
          PID-11-10 Patient Address - Census Tract
 void PdqConsumerQuery.addQueryPatientAddressCity(java.lang.String city)
          PID-11-3 Patient Address - City
 void PdqConsumerQuery.addQueryPatientAddressCountry(java.lang.String country)
          PID-11-6 Patient Address - Country
 void PdqConsumerQuery.addQueryPatientAddressCountyParishCode(java.lang.String countyParishCode)
          PID-11-9 Patient Address - County or Parish Code
 void PdqConsumerQuery.addQueryPatientAddressOtherDesignation(java.lang.String address)
          PID-11-2 Patient Address - Other Designation
 void PdqConsumerQuery.addQueryPatientAddressOtherGeographicDesignation(java.lang.String otherDesignation)
          PID-11-8 Patient Address - Other Designation
 void PdqConsumerQuery.addQueryPatientAddressStateOrProvince(java.lang.String stateOrProvince)
          PID-11-4 Patient Address - State or Province
 void PdqConsumerQuery.addQueryPatientAddressStreetAddress(java.lang.String address)
          PID-11-1 Patient Address - Street Address
 void PdqConsumerQuery.addQueryPatientAddressType(java.lang.String type)
          PID-11-7 Patient Address - Address Type
 void PdqConsumerQuery.addQueryPatientAddressZipOrPostalCode(java.lang.String zipOrPostalCode)
          PID-11-5 Patient Address - Zip or Postal Code
 void PdqConsumerQuery.addQueryPatientDateOfBirth(java.lang.String dob)
          PID-7 Date/Time of Birth
 void PdqConsumerQuery.addQueryPatientID(java.lang.String idNumber, java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          PID-3 Patient ID (internal)
 void PdqConsumerQuery.addQueryPatientNameDegree(java.lang.String degree)
          PID-5-6 Patient Name - Degree
 void PdqConsumerQuery.addQueryPatientNameFamilyName(java.lang.String familyName)
          PID-5-1 Patient Name - Family Name
 void PdqConsumerQuery.addQueryPatientNameGivenName(java.lang.String givenName)
          PID-5-2 Patient Name - Given Name
 void PdqConsumerQuery.addQueryPatientNameOtherName(java.lang.String otherName)
          PID-5-3 Patient Name - Other Name
 void PdqConsumerQuery.addQueryPatientNamePrefix(java.lang.String prefix)
          PID-5-5 Patient Name - Prefix
 void PdqConsumerQuery.addQueryPatientNameSuffix(java.lang.String suffix)
          PID-5-4 Patient Name - Suffix
 void PdqConsumerQuery.addQueryPatientPhoneBusinessUnformattedTelephoneNumber(java.lang.String businessPhone)
          PID-14-1 Business Phone Unformatted
 void PdqConsumerQuery.addQueryPatientPhoneHomeUnformattedTelephoneNumber(java.lang.String homePhone)
          PID-13-1 Home Phone Unformatted
 void PdqConsumerQuery.addQueryPatientSex(java.lang.String sex)
          PID-8 Administrative Sex
 void PdqConsumerQuery.changeDefaultMessageQueryName(java.lang.String identifier, java.lang.String text, java.lang.String codingSystem, java.lang.String alternateIdentifier, java.lang.String alternateText, java.lang.String alternateCodingSystem)
          QPD-1 Message Query Name Query name for this message.
 void PdqConsumerQuery.changeDefaultQueryTag(java.lang.String tag)
          QPD-2 Query Tag The initiating system's value to identify the query.
 void PdqConsumerQuery.changeDefaultWhatDomainsReturned(java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          QPD-8 What Domains Returned The domain restriction for this message query.
 PdqConsumerQuery PdqConsumer.createQuery()
          QBP_Q22 Find Candidates Query - create message
 java.lang.String PdqConsumerResponse.getContinuationPointer()
          DSC-1 Continuation Pointer This field contains the continuation pointer.
 java.lang.String PdqConsumerResponse.getContinuationStyle(boolean expandString)
          DSC-2 Continuation Style Indicates whether this is a fragmented message, or if it is part of an interactive continuation message.
 java.lang.String PdqConsumerResponse.getControlId()
          MSA-2 Message Control ID This field contains the message control ID of the message sent by the sending system.
 java.lang.String[] PdqConsumerResponse.getErrorCode(int segmentIndex)
          ERR-3 HL7 Error Code Identifies the HL7 (communications) error code.
 java.lang.String[] PdqConsumerResponse.getErrorLocation(int segmentIndex, int repeatIndex)
          ERR-2 Error Location Identifies the location in a message related to the identified error, warning or message.
 java.lang.String PdqConsumerResponse.getErrorSeverity(int segmentIndex, boolean expandString)
          ERR-4 Error Severity Identifies the severity of an application error.
 java.lang.String[] PdqConsumerResponse.getPatientAddress(int patientIndex, int patientAddressIndex)
          PID-11 Patient Address This field contains the mailing addresses of the patient.
 java.lang.String PdqConsumerResponse.getPatientAddressCensusTract(int patientIndex, int patientAddressIndex)
          PID-11-10 Patient Address - Census Tract
 java.lang.String PdqConsumerResponse.getPatientAddressCity(int patientIndex, int patientAddressIndex)
          PID-11-3 Patient Address - City
 java.lang.String PdqConsumerResponse.getPatientAddressCountry(int patientIndex, int patientAddressIndex)
          PID-11-6 Patient Address - Country
 java.lang.String PdqConsumerResponse.getPatientAddressCountyParishCode(int patientIndex, int patientAddressIndex)
          PID-11-9 Patient Address - County Parish Code
 java.lang.String PdqConsumerResponse.getPatientAddressOtherDesignation(int patientIndex, int patientAddressIndex)
          PID-11-2 Patient Address - Other Designation
 java.lang.String PdqConsumerResponse.getPatientAddressOtherGeographicDesignation(int patientIndex, int patientAddressIndex)
          PID-11-8 Patient Address - Other Geographic Designation
 java.lang.String PdqConsumerResponse.getPatientAddressStateOrProvince(int patientIndex, int patientAddressIndex)
          PID-11-4 Patient Address - State or Province
 java.lang.String PdqConsumerResponse.getPatientAddressStreetAddress(int patientIndex, int patientAddressIndex)
          PID-11-1-1 Patient Address - Street Address
 java.lang.String PdqConsumerResponse.getPatientAddressType(int patientIndex, int patientAddressIndex)
          PID-11-7 Patient Address - Address Type
 java.lang.String PdqConsumerResponse.getPatientAddressZipOrPostalCode(int patientIndex, int patientAddressIndex)
          PID-11-5 Patient Address - Zip or Postal Code
 java.lang.String PdqConsumerResponse.getPatientDateOfBirth(int patientIndex)
          PID-7 Date/Time of Birth This field contains the patient’s date and time of birth.
 java.lang.String[] PdqConsumerResponse.getPatientIdentifier(int patientIndex, int identifierIndex)
          PID-3 Patient ID (internal) This field contains the list of identifiers (one or more) used by the healthcare facility to uniquely identify a patient (e.g., medical record number, billing number, birth registry, national unique individual identifier, etc).
 java.lang.String[] PdqConsumerResponse.getPatientName(int patientIndex, int patientNameIndex)
          PID-5-1 Patient Name This field contains the names of the patient, the primary or legal name of the patient is reported first.
 java.lang.String PdqConsumerResponse.getPatientNameDegree(int patientIndex, int patientNameIndex)
          PID-5-6 Patient Name - Degree
 java.lang.String PdqConsumerResponse.getPatientNameFamilyName(int patientIndex, int patientNameIndex)
          PID-5-1 Patient Name - Family Name
 java.lang.String PdqConsumerResponse.getPatientNameGivenName(int patientIndex, int patientNameIndex)
          PID-5-2 Patient Name - Given Name
 java.lang.String PdqConsumerResponse.getPatientNameOtherName(int patientIndex, int patientNameIndex)
          PID-5-3 Patient Name - Other Name
 java.lang.String PdqConsumerResponse.getPatientNamePrefix(int patientIndex, int patientNameIndex)
          PID-5-5 Patient Name - Prefix
 java.lang.String PdqConsumerResponse.getPatientNameSuffix(int patientIndex, int patientNameIndex)
          PID-5-4 Patient Name - Suffix
 java.lang.String PdqConsumerResponse.getPatientPhoneBusinessUnformattedTelephoneNumber(int patientIndex, int phoneIndex)
          PID-14-1 Business Phone This field contains the patient’s business telephone numbers.
 java.lang.String PdqConsumerResponse.getPatientPhoneHomeUnformattedTelephoneNumber(int patientIndex, int phoneIndex)
          PID-13-1 Home Phone This field contains the patient’s personal phone numbers.
 java.lang.String PdqConsumerResponse.getPatientSex(int patientIndex, boolean expandString)
          PID-8 Administrative Sex This field contains the patient’s sex.
 java.lang.String[] PdqConsumerResponse.getQueryName()
          QPD-1 Query Name This field contains the name of the query.
 java.lang.String PdqConsumerResponse.getQueryStatus(boolean expandString)
          QAK-2 Query Response Status This field may be valued by the initiating system to identify the query, and may be used to match response messages to the originating query.
 java.lang.String PdqConsumerResponse.getQueryTag()
          QPD-2 Query Tag This field may be valued by the initiating system to identify the query, and may be used to match response messages to the originating query.
 java.lang.String PdqConsumerResponse.getResponseAckCode(boolean expandString)
          MSA-1 Acknowledgement Code This field contains an acknowledgment code, see message processing rules.
 org.eclipse.ohf.hl7v2.core.message.model.Message PdqConsumer.sendQuery(org.eclipse.ohf.hl7v2.core.message.model.Message msg, boolean verify, java.lang.String auditUser)
          Process Message Object message with optional intermediate verification.
 PdqConsumerResponse PdqConsumer.sendQuery(PdqConsumerQuery msg, boolean verify, java.lang.String auditUser)
          Process PdqConsumerQuery message with optional intermediate verification.
 java.lang.String PdqConsumer.sendQuery(java.lang.String rawHL7, boolean verify, java.lang.String auditUser)
          Processes HL7 messages with optional intermediate verification.
 

Constructors in org.eclipse.ohf.ihe.pdq.consumer that throw PdqConsumerException
PdqConsumerQuery(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory, org.eclipse.ohf.hl7v2.core.conformance.model.CPConformanceProfile cpProfile)
          Constructs a PDQ "QBP_Q22" message object.
PdqConsumerResponse(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory)
          Constructs a PDQ consumer response message object.
 

Uses of PdqConsumerException in org.eclipse.ohf.ihe.pdq.consumer.test
 

Methods in org.eclipse.ohf.ihe.pdq.consumer.test that throw PdqConsumerException
static org.eclipse.ohf.hl7v2.core.message.model.Message MSGPdqQuery.createMessage(PdqConsumer pixQuery)
           
static PdqConsumerQuery ClientPdqQuery.createMessage(PdqConsumer pdqQuery)
           
static MLLPDestination MSGPdqQuery.createSecureMLLP()
           
static MLLPDestination HL7PdqQuery.createSecureMLLP()
           
static MLLPDestination ClientPdqQuery.createSecureMLLP()
           
static org.eclipse.ohf.hl7v2.core.message.model.Message MSGPdqQuery.loadMessage(PdqConsumer pixQuery)
           
static void MSGPdqQuery.main(java.lang.String[] args)
           
static void HL7PdqQuery.main(java.lang.String[] args)
           
static void ClientPdqQuery.main(java.lang.String[] args)
           
static void MSGPdqQuery.readReturn(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
           
static void ClientPdqQuery.readReturn(PdqConsumerResponse response)
           
static void HL7PdqQuery.readReturn(java.lang.String rtnMessage)
           
 

Uses of PdqConsumerException in org.eclipse.ohf.ihe.pdq.consumer.test.connectathon
 

Methods in org.eclipse.ohf.ihe.pdq.consumer.test.connectathon that throw PdqConsumerException
static MLLPDestination ConnectathonPDQTest.createSecureMLLP()