How to break large ORU message into two messages?

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf How to break large ORU message into two messages?

  • Creator
    Topic
  • #50902
    Shu Chen
    Participant

      I got a request from my client. if the size of HL7 ORU message is over 30k, they would like to break into two messages. Could anybody give me some ideas?

    Viewing 5 reply threads
    • Author
      Replies
      • #67963
        David Barr
        Participant

          Shu Chen wrote:

          I got a request from my client. if the size of HL7 ORU message is over 30k, they would like to break into two messages. Could anybody give me some ideas?

          Look up the DSC segment in your copy of the HL7 standard.  This is used for splitting up large messages into multiple messages.

        • #67964
          Russ Ross
          Participant

            I posted in the wrong place so I have deleted and please ignore this reply.

            Russ Ross
            RussRoss318@gmail.com

          • #67965
            Shu Chen
            Participant

              Hi David,

              do you have some samples which use DSC segment to split the messages? I never use DSC segment before. i am a newbie.. thanks so much for your help.

            • #67966
              Hongle Sun
              Participant

                If I were you, I would write a TCL script to handle it. I guess you will split the message into two because of the larger OBX segment in ORU. A tcl script will definitely be helpful..

              • #67967
                Jim Kosloskey
                Participant

                  But…

                  Whether Tcl or Xlate, to do it right (assuming the receiving system supports the standard) you should use the proper Continuation indications (including the DSC segment) as specified in the HL/7 standard.

                  A newbie should still be able to read and follow the HL/7 standard.

                  email: jim.kosloskey@jim-kosloskey.com 29+ years Cloverleaf, 59 years IT - old fart.

                • #67968
                  Shu Chen
                  Participant

                    i still could not figure out how to map the dsc segment in qdx xlate editor. both inbound and outbound are using HL7 2.3. i am writing a script to split the messages. it is a pain.

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