Reply To: HL7 message received on port into a file for receiving sys

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf HL7 message received on port into a file for receiving sys Reply To: HL7 message received on port into a file for receiving sys

#59566
Anonymous
Participant

    Ariba,

    you need to write the xlate as normal say …

      if is true

      then suppress.

    I prefer doing this in tclprocs

    For DFT message extract the message.

    Then write the if state as follows:

      If

      then KILL

      else continue.

    For this type tclprocs will be faster.

    Hope this helps.

    Reggie