org.eclipse.ohf.ihe.pdq.consumer.test
Class MSGPdqQuery

java.lang.Object
  extended by org.eclipse.ohf.ihe.pdq.consumer.test.MSGPdqQuery

public class MSGPdqQuery
extends java.lang.Object


Constructor Summary
MSGPdqQuery()
           
 
Method Summary
static org.eclipse.ohf.hl7v2.core.message.model.Message createMessage(PdqConsumer pixQuery)
           
static MLLPDestination createMLLP()
           
static MLLPDestination createSecureMLLP()
           
static org.eclipse.ohf.hl7v2.core.message.model.Message loadMessage(PdqConsumer 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

MSGPdqQuery

public MSGPdqQuery()
Method Detail

main

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

createMLLP

public static MLLPDestination createMLLP()

createSecureMLLP

public static MLLPDestination createSecureMLLP()
                                        throws PdqConsumerException
Throws:
PdqConsumerException

loadMessage

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

createMessage

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

readReturn

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