Here is the situation I have:
ThreadA -> ThreadB ->ThreadC
ThreadA calls a webservice on a timer and gets a HL7 message. ThreadA takes the single HL7 message and xlates it and will split it up in to several different messages using the CONTINUE Action to forward each message to ThreadB.
ThreadB receives these messages, does some logging and then sorts the OBR and OBX segments using a Tcl proc in the TPS Outbound Data section. Then using the OVER disposition it puts the message to another xlate which does a basic translation and then forwards to ThreadC.
My questions are:
1.