ADT message needs <cr><nl>

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf ADT message needs <cr><nl>

  • Creator
    Topic
  • #48312
    Ross Stolle
    Participant

      I am currently sending my ADT HL7 to a vendor that is asking for a at the end of every message.  If I send only one message they are able to accept it, but if there is more than one message in a file it errors out on them.  Does anyone know how I can fix this?

    Viewing 1 reply thread
    • Author
      Replies
      • #58307
        thomas chan
        Participant

          if you’ve more than one message in a file, then you need to insert <0x0A> at the end of each message after <0x0C>.

        • #58308
          Anonymous
          Participant

            Hi Russ,

            It depends whether you are building a file or sending TCPIP.  If TCPIP, You can write a TPS procedure that simply adds a CR LF to the end of your message and put the procedure in outbound data.  If you’re writing to a file then only add a CR since the driver will automatically add the LF.

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.