org.eclipse.ohf.ihe.pix.source.test
Class ClientPixFeed

java.lang.Object
  extended by org.eclipse.ohf.ihe.pix.source.test.ClientPixFeed

public class ClientPixFeed
extends java.lang.Object


Constructor Summary
ClientPixFeed()
           
 
Method Summary
static PixMsgAdmitInpatient createMessageA01(PixSource pixFeed)
           
static PixMsgRegisterOutpatient createMessageA04_A(PixSource pixFeed)
           
static PixMsgRegisterOutpatient createMessageA04_B(PixSource pixFeed)
           
static PixMsgRegisterOutpatient createMessageA04(PixSource pixFeed)
           
static PixMsgPreadmitInpatient createMessageA05(PixSource pixFeed)
           
static PixMsgUpdatePatient createMessageA08(PixSource pixFeed)
           
static PixMsgMergePatient createMessageA40(PixSource pixFeed)
           
static MLLPDestination createMLLP()
           
static MLLPDestination createSecureMLLP()
           
static void main(java.lang.String[] args)
           
static void readReturn(PixSourceResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientPixFeed

public ClientPixFeed()
Method Detail

main

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

createMLLP

public static MLLPDestination createMLLP()

createSecureMLLP

public static MLLPDestination createSecureMLLP()
                                        throws PixSourceException
Throws:
PixSourceException

createMessageA01

public static PixMsgAdmitInpatient createMessageA01(PixSource pixFeed)
                                             throws PixSourceException
Throws:
PixSourceException

createMessageA04

public static PixMsgRegisterOutpatient createMessageA04(PixSource pixFeed)
                                                 throws PixSourceException
Throws:
PixSourceException

createMessageA04_A

public static PixMsgRegisterOutpatient createMessageA04_A(PixSource pixFeed)
                                                   throws PixSourceException,
                                                          PixPdqMessageException
Throws:
PixSourceException
PixPdqMessageException

createMessageA04_B

public static PixMsgRegisterOutpatient createMessageA04_B(PixSource pixFeed)
                                                   throws PixSourceException,
                                                          PixPdqMessageException
Throws:
PixSourceException
PixPdqMessageException

createMessageA05

public static PixMsgPreadmitInpatient createMessageA05(PixSource pixFeed)
                                                throws PixSourceException
Throws:
PixSourceException

createMessageA08

public static PixMsgUpdatePatient createMessageA08(PixSource pixFeed)
                                            throws PixSourceException
Throws:
PixSourceException

createMessageA40

public static PixMsgMergePatient createMessageA40(PixSource pixFeed)
                                           throws PixSourceException,
                                                  PixPdqMessageException
Throws:
PixSourceException
PixPdqMessageException

readReturn

public static void readReturn(PixSourceResponse response)
                       throws PixSourceException,
                              ClientException
Throws:
PixSourceException
ClientException