Uses of Class
org.eclipse.ohf.ihe.pix.consumer.PixConsumerException

Packages that use PixConsumerException
org.eclipse.ohf.ihe.pix.consumer   
org.eclipse.ohf.ihe.pix.consumer.test   
org.eclipse.ohf.ihe.pix.consumer.test.connectathon   
 

Uses of PixConsumerException in org.eclipse.ohf.ihe.pix.consumer
 

Methods in org.eclipse.ohf.ihe.pix.consumer that throw PixConsumerException
 void PixConsumerQuery.addOptionalDomainRestriction(java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          QPD-4-4 What Domains Returned The list of domains (assigningAuthority) to restrict the query.
 void PixConsumerQuery.changeDefaultAssigningAuthority(java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          QPD-3-4 Person Identifier, Assigning Authority (patient_id^^^namespace&id&idtype) The initiating system's value to identify the query.
 void PixConsumerQuery.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 PixConsumerQuery.changeDefaultQueryTag(java.lang.String tag)
          QPD-2 Query Tag The initiating system's value to identify the query.
 PixConsumerQuery PixConsumer.createQuery(java.lang.String patientId)
          QBP_Q23 Get Corresponding IDs Query - create message
 PixConsumerQuery PixConsumer.createQuery(java.lang.String patientId, java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          QBP_Q23 Get Corresponding IDs Query - create message
 java.lang.String PixConsumerResponse.getControlId()
          MSA-2 Message Control ID This field contains the message control ID of the message sent by the sending system.
 java.lang.String[] PixConsumerResponse.getErrorCode(int segmentIndex)
          ERR-3 HL7 Error Code Identifies the HL7 (communications) error code.
 java.lang.String[] PixConsumerResponse.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 PixConsumerResponse.getErrorSeverity(int segmentIndex, boolean expandString)
          ERR-4 Error Severity Identifies the severity of an application error.
 java.lang.String[] PixConsumerResponse.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).
 int PixConsumerResponse.getPatientIdentifierCount(int patientIndex)
          The number of patient IDs found for a patient in the query response.
 java.lang.String[] PixConsumerResponse.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 PixConsumerResponse.getPatientNameDegree(int patientIndex, int patientNameIndex)
          PID-5-6 Patient Name - Degree
 java.lang.String PixConsumerResponse.getPatientNameFamilyName(int patientIndex, int patientNameIndex)
          PID-5-1 Patient Name - Family Name
 java.lang.String PixConsumerResponse.getPatientNameGivenName(int patientIndex, int patientNameIndex)
          PID-5-2 Patient Name - Given Name
 java.lang.String PixConsumerResponse.getPatientNameOtherName(int patientIndex, int patientNameIndex)
          PID-5-3 Patient Name - Other Name
 java.lang.String PixConsumerResponse.getPatientNamePrefix(int patientIndex, int patientNameIndex)
          PID-5-5 Patient Name - Prefix
 java.lang.String PixConsumerResponse.getPatientNameSuffix(int patientIndex, int patientNameIndex)
          PID-5-4 Patient Name - Suffix
 java.lang.String[] PixConsumerResponse.getQueryName()
          QPD-1 Query Name This field contains the name of the query.
 java.lang.String PixConsumerResponse.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 PixConsumerResponse.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 PixConsumerResponse.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 PixConsumer.sendQuery(org.eclipse.ohf.hl7v2.core.message.model.Message msg, boolean verify, java.lang.String auditUser)
          Process Message Object message with optional intermediate verification.
 PixConsumerResponse PixConsumer.sendQuery(PixConsumerQuery msg, boolean verify, java.lang.String auditUser)
          Process PixConsumerQuery message with optional intermediate verification.
 java.lang.String PixConsumer.sendQuery(java.lang.String rawHL7, boolean verify, java.lang.String auditUser)
          Processes HL7 messages with optional intermediate verification.
 

Constructors in org.eclipse.ohf.ihe.pix.consumer that throw PixConsumerException
PixConsumerQuery(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory, org.eclipse.ohf.hl7v2.core.conformance.model.CPConformanceProfile cpProfile, java.lang.String patientId)
          Constructs a PIX "QBP_Q23" message object.
PixConsumerQuery(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory, org.eclipse.ohf.hl7v2.core.conformance.model.CPConformanceProfile cpProfile, java.lang.String patientId, java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          Constructs a PIX "QBP_Q23" message object.
PixConsumerResponse(org.eclipse.ohf.hl7v2.core.message.MessageManager globalFactory)
          Constructs a PIX response message.
 

Uses of PixConsumerException in org.eclipse.ohf.ihe.pix.consumer.test
 

Methods in org.eclipse.ohf.ihe.pix.consumer.test that throw PixConsumerException
static org.eclipse.ohf.hl7v2.core.message.model.Message MSGPixQuery.createMessage(PixConsumer pixQuery)
           
static PixConsumerQuery ClientPixQuery.createMessage(PixConsumer pixQuery)
           
static MLLPDestination MSGPixQuery.createSecureMLLP()
           
static MLLPDestination HL7PixQuery.createSecureMLLP()
           
static MLLPDestination ClientPixQuery.createSecureMLLP()
           
static org.eclipse.ohf.hl7v2.core.message.model.Message MSGPixQuery.loadMessage(PixConsumer pixQuery)
           
static void MSGPixQuery.main(java.lang.String[] args)
           
static void HL7PixQuery.main(java.lang.String[] args)
           
static void ClientPixQuery.main(java.lang.String[] args)
           
static void MSGPixQuery.readReturn(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
           
static void ClientPixQuery.readReturn(PixConsumerResponse response)
           
static void HL7PixQuery.readReturn(java.lang.String rtnMessage)
           
 

Uses of PixConsumerException in org.eclipse.ohf.ihe.pix.consumer.test.connectathon
 

Methods in org.eclipse.ohf.ihe.pix.consumer.test.connectathon that throw PixConsumerException
static MLLPDestination ConnectathonFarnsworth.createSecureMLLP()