Hi everyone, please check out our new discussion forum located in our GitHub site: https://github.com/nextgenhealthcare/connect/discussions. Let us know your feedback as we try out this new part of GitHub! Don't worry, the content in these forums won't be going away and will at a minimum be preserved for historical reference.
Announcement
Collapse
Mirth Connect 4.0.1 Released!
Mirth Connect 4.0.1 is now available as an appliance update and on our GitHub page. Mirth Connect 4.0.1 is a patch release containing a bug fix which includes fixing a Jetty keystore regression that caused Connect servers using a PKCS12 keystore containing a wildcard certificate and/or a certificate with a SAN to throw an exception on startup. See the release notes for the list of fixes and updates.
Hi,
I'm receiving an ORU^R01 message. When OBR segments are loaded with info (date,...) everything is ok, but when the OBR segment is empty like
OBR||||||||
Mirth does not read the OBX segments that are attached to it.
What can I do?
Use the non-strict parser, and you won't have any issues. Mirth does not selectively prune messages based on content. It turns what you give it into XML so you can easily work with it using e4x.
I don't want to turn off the strict parser as the message elements are accessed differently when it's not turned on.
Could you please give me some hints how I put a dummy date into the empty OBR segment, so that this segment becomes visible?
Thank you
It's ok I found a solution. I read the message first into a channel without strict parser, and put a dummy date into the empty OBR segment. then redirect it to my actual channel
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment