Epic HL7 Message Terminators with Aug 2021 upgrade

Clovertech Forums Cloverleaf Epic HL7 Message Terminators with Aug 2021 upgrade

  • Creator
    Topic
  • #119557
    Vince Angulo
    Participant

      Hi,

      We’re doing this Epic upgrade, and Epic now strictly enforces a <13><28><13> message terminator for ACKs.

      We’ve been using tps_HL7_ib_ack_reply with this clause since we’ve been on Cloverleaf (3.8 through 6.2):

      set reply_data [join

        “\r”]

        # create the reply message and OVER it
        set rh [msgcreate -type reply $reply_data]

        In the trace logs, this ends the message with <13><28>.  We tried lappend’ing another \r to reply_data, but that’s not working.

        Is there another approach I’m missing?

        Thanks in advance!!!

      Viewing 0 reply threads
      • Author
        Replies
        • #119558
          Vince Angulo
          Participant

            sorry the copy and paste will not put in the entire join statement, and the edit won’t let me type them in either.

            If anyone is familiar with this please e-mail me at vincent.angulo@chkd.org and I can provide the entire code clause.

             

            • This reply was modified 2 years, 10 months ago by Vince Angulo.
            • This reply was modified 2 years, 10 months ago by Vince Angulo.
        Viewing 0 reply threads
        • You must be logged in to reply to this topic.