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

Difference between v2.3 and 2.3.1 ??

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

  • Difference between v2.3 and 2.3.1 ??

    HI guys!
    What is basically the difference between HLv 2.3 and 2.3.1??
    After I did the mapping using Message builder, some of the fields are still not showing. I'm doing an XMl to HL7 transformation here.
    For example:
    I did the following just to map. Is this really necessary to do upon mapping??
    <MSH.12>
    <VID.1>2.3.1</VID.1>
    </MSH.12>

    ------------------------------------
    <PID.5>
    <XPN.1>
    <FN.1>SEOW HOCK MAO
    </FN.1>
    </XPN.1>
    </PID.5>
    =====================================
    The original code looks like this:
    <MSH.12>2.3.1
    </MSH.12>

    ------------------------------------
    <PID.5>
    <XPN.1>SEOW HOCK MAO
    </XPN.1>
    </PID.5>

    I'm confused :huh: any help will do..Thanks in advance!!

    Post edited by: shifting_18, at: 05/03/2007 01:34
    Tonet
Working...
X