web stats

Mirth Connect

HL7v3 with MLLP Error

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.7.0
  • Fix Version/s: 1.7.1
  • Component/s: None
  • Labels:
    None
  • Operating System:
    Windows XP

Activity

Hide
Jacob Brauer added a comment -
Trimmed XML and HL7v3 before building the DOM in order to get rid of possible special characters (like start of message and end of message).
Show
Jacob Brauer added a comment - Trimmed XML and HL7v3 before building the DOM in order to get rid of possible special characters (like start of message and end of message).
Hide
Jacob Brauer added a comment -
Sending HL7v3 or XML over LLP will now work this this fix. However, you HAVE to use custom ACKs (responding from a destination or a custom variable, rather just selecting "Send ACK Yes") in order for this to work properly. Mirth will not auto-generate any sort of proper ACK (HL7v2 or otherwise) if you are sending HL7v3 or XML over LLP.
Show
Jacob Brauer added a comment - Sending HL7v3 or XML over LLP will now work this this fix. However, you HAVE to use custom ACKs (responding from a destination or a custom variable, rather just selecting "Send ACK Yes") in order for this to work properly. Mirth will not auto-generate any sort of proper ACK (HL7v2 or otherwise) if you are sending HL7v3 or XML over LLP.
Hide
Jacob Brauer added a comment -
Instead, simply use the following preprocessor:

message.replace(/\x0B|\x1C/g,"");

Reverted code changes that made this successful without the preprocessor.
Show
Jacob Brauer added a comment - Instead, simply use the following preprocessor: message.replace(/\x0B|\x1C/g,""); Reverted code changes that made this successful without the preprocessor.
Hide
Jacob Brauer added a comment -
Had a similar problem for MIRTH-805. Committed a form of these changes again in conjunction with that.
Show
Jacob Brauer added a comment - Had a similar problem for MIRTH-805. Committed a form of these changes again in conjunction with that.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: