org.eclipse.ohf.ihe.pix.consumer.test
Class MSGPixQuery

java.lang.Object
  extended by org.eclipse.ohf.ihe.pix.consumer.test.MSGPixQuery

public class MSGPixQuery
extends java.lang.Object


Constructor Summary
MSGPixQuery()
           
 
Method Summary
static org.eclipse.ohf.hl7v2.core.message.model.Message createMessage(PixConsumer pixQuery)
           
static MLLPDestination createMLLP()
           
static MLLPDestination createSecureMLLP()
           
static org.eclipse.ohf.hl7v2.core.message.model.Message loadMessage(PixConsumer pixQuery)
           
static void main(java.lang.String[] args)
           
static void readReturn(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSGPixQuery

public MSGPixQuery()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws PixConsumerException,
                        ClientException
Throws:
PixConsumerException
ClientException

createMLLP

public static MLLPDestination createMLLP()

createSecureMLLP

public static MLLPDestination createSecureMLLP()
                                        throws PixConsumerException
Throws:
PixConsumerException

loadMessage

public static org.eclipse.ohf.hl7v2.core.message.model.Message loadMessage(PixConsumer pixQuery)
                                                                    throws PixConsumerException
Throws:
PixConsumerException

createMessage

public static org.eclipse.ohf.hl7v2.core.message.model.Message createMessage(PixConsumer pixQuery)
                                                                      throws PixConsumerException
Throws:
PixConsumerException

readReturn

public static void readReturn(org.eclipse.ohf.hl7v2.core.message.model.Message msg)
                       throws PixConsumerException
Throws:
PixConsumerException