Announcement

Collapse

Mirth Connect 4.3.0 Released!

Mirth Connect 4.3.0 is now available as an appliance update and on our GitHub page.

This is a major release containing new features like adding new functionality to the Mirth Connect Setup Wizard, adding the ability for resource and channel-specific classloaders to load child-first or parent-first, and added a default implementation of the getObjectsForSwaggerExamples() method in the ServicePlugin class. This release also contains enhancements for the Mirth Connect Administrator Launcher, the Mirth Connect Docker images, and several bug fixes and security improvements.

Download | See What's New | Upgrade Guide | Release Notes

For discussion on this release, see this thread.
See more
See less

Application acknowledgement messages

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Application acknowledgement messages

    I was wondering is mirth is capable of the following :
    In the context of HL7 V2.5

    when an application receives an ADT_A01 it acknowledges it with an ACK

    when an application receives an OML_O21 it shall acknowledge it with ORL_O22.

    How can I set up a channel to send the ORL_O22 on the socket connexion that was used to receive the OML_O21.
    In other word I have to be able to reply with something else than an ACK.

    Thanks for your help on this matter


  • #2
    Re: Application acknowledgement messages

    When an application receives an ADT_A01 it acknowledges it with an ACK
    Yes. It's versy easy

    when an application receives an OML_O21 it shall acknowledge it with ORL_O22.
    No with 1.3.2.

    Comment


    • #3
      Re: Application acknowledgement messages

      Thanks for your very fast response.

      Just a precision, do you mean that it is not possible to perform this type of application acknowledgement with the current version of Mirth !
      Do you know if this is something planned for a future version ?

      There are quite a lot of messages that requires application acknowledgement. Only looking at V2.5 there are about 142 application acknowledgement messages.

      Thanks

      Comment


      • #4
        Re: Application acknowledgement messages

        I think the Mirth team is planning this issue for 1.4

        Comment


        • #5
          Re: Application acknowledgement messages

          Yes, 1.4 will let you define your ACK if needed (or use the built-in AUTO ACK).

          -Chris
          Chris Lang

          Comment


          • #6
            Re: Application acknowledgement messages

            Hi,

            Is there already any option available in Mirth to auotomatically reply with ORL's created by Mirth instead of ACK's ?

            Comment


            • #7
              Re: Application acknowledgement messages

              Yes, but you need to create your own ACK.

              You need to use another destination, and create your own ACK.

              But, IMHO, this is not a good use of standar. App ACK should be created by the receving application, once the process is finished (all the order has been set, etc), not by the EAI.

              Comment


              • #8
                Re: Application acknowledgement messages

                Well, I have a receiving application I can use to dump to file, and which also replies with an ORL.

                But that was exactly where I wanted to use Mirth as a replacement;
                i.e. I wanted to use Mirth as receiving end (for testing purposes, as it has more features for tracing, dumping and logging the received messages). So Mirth was dumping incoming messages to file, but as files or databases don't magically create replies, I needed Mirth to reply with the simple ORL instead of an ACK...
                Having my existing other listening application at the other side (instead of a file dumping channel) doesn't make this testing setup with Mirth simpler, but rather more complex ;-)

                Comment

                Working...
                X