Uses of Class
org.eclipse.ohf.ihe.common.hl7v2.message.PixPdqMessageException

Packages that use PixPdqMessageException
org.eclipse.ohf.ihe.common.hl7v2.message   
org.eclipse.ohf.ihe.pix.source.test   
 

Uses of PixPdqMessageException in org.eclipse.ohf.ihe.common.hl7v2.message
 

Methods in org.eclipse.ohf.ihe.common.hl7v2.message that throw PixPdqMessageException
 void PixPdqMessage.changeDefaultCharacterSet(java.lang.String charSet)
          MSH-18 Character Set This field contains the character set for the entire message.
 void PixPdqMessage.changeDefaultControlId(java.lang.String controlId)
          MSH-10 Control ID This field contains a number or other identifier that uniquely identifies the message.
 void PixPdqMessage.changeDefaultProcessEnvironment(java.lang.String environment)
          MSH-11 Processing ID This field is used to decide whether to process the message as defined in HL7 Application (level 7) Processing rules.
 void PixPdqMessage.changeDefaultReceivingApplication(java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          MSH-5 Receiving Application This field uniquely identifies the receiving application among all other applications within the network enterprise.
 void PixPdqMessage.changeDefaultRecievingFacility(java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          MSH-6 Receiving Facility This field identifies the receiving application among multiple identical instances of the application running on behalf of different organizations.
 void PixPdqMessage.changeDefaultSendingApplication(java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          MSH-3 Sending Application This field uniquely identifies the sending application among all other applications within the network enterprise.
 void PixPdqMessage.changeDefaultSendingFacility(java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          MSH-4 Sending Facility This field further describes the sending application, MSH-3-sending application.
 java.lang.String[] PixPdqMessage.getCharacterSet()
          MSH-18 Character Set This field contains the character set for the entire message.
static java.lang.String[] PixPdqMessageUtilities.getFieldComponents(org.eclipse.ohf.hl7v2.core.message.model.Segment seg, int fieldIndex)
          Generic call retrieving all components in a field.
static java.lang.String[] PixPdqMessageUtilities.getFieldComponentsInRepeat(org.eclipse.ohf.hl7v2.core.message.model.Segment seg, int fieldIndex, int repeatIndex)
          Generic call retrieving all components in a field for a specified repeat.
 java.lang.String PixPdqMessage.getMessageControlID()
          MSH-10 Message Control ID This field contains a number or other identifier that uniquely identifies the message.
 java.lang.String[] PixPdqMessage.getProcessEnvironment()
          MSH-11 Processing ID This field is used to decide whether to process the message as defined in HL7 Application (level 7) Processing rules.
 java.lang.String[] PixPdqMessage.getReceivingApplication()
          MSH-5 Receiving Application This field uniquely identifies the receiving application among all other applications within the network enterprise.
 java.lang.String[] PixPdqMessage.getReceivingFacility()
          MSH-6 Receiving Facility This field identifies the receiving application among multiple identical instances of the application running on behalf of different organizations.
static int PixPdqMessageUtilities.getRepeatCount(org.eclipse.ohf.hl7v2.core.message.model.Segment seg, int fieldIndex)
          Generic call retrieving the number of nonempty repeats in a field.
 java.lang.String[] PixPdqMessage.getSendingApplication()
          MSH-3 Sending Application This field uniquely identifies the sending application among all other applications within the network enterprise.
 java.lang.String[] PixPdqMessage.getSendingFacility()
          MSH-4 Sending Facility This field further describes the sending application, MSH-3-sending application.
static java.lang.String PixPdqMessageUtilities.msgToString(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
          Write message object to verticalbar string.
 void PixPdqMessage.setField(java.lang.String path, java.lang.String data)
          Updates message object structure directly.
 void PixPdqMessage.setNonNullElement(java.lang.String alias, java.lang.String msgDefault)
          If value not found in config file (conformance profile), set initial default value.
static org.eclipse.ohf.hl7v2.core.message.model.Message PixPdqMessageUtilities.stringToMsg(java.lang.String hl7)
          Write verticalbar string to message object.
 

Uses of PixPdqMessageException in org.eclipse.ohf.ihe.pix.source.test
 

Methods in org.eclipse.ohf.ihe.pix.source.test that throw PixPdqMessageException
static PixMsgRegisterOutpatient ClientPixFeed.createMessageA04_A(PixSource pixFeed)
           
static PixMsgRegisterOutpatient ClientPixFeed.createMessageA04_B(PixSource pixFeed)
           
static PixMsgRegisterOutpatient ClientPixFeed.createMessageA04(PixSource pixFeed)
           
static PixMsgMergePatient ClientPixFeed.createMessageA40(PixSource pixFeed)
           
static void ClientPixFeed.main(java.lang.String[] args)