Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-21048

MLLP ACK invalid timestamp

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 4.7.0
    • 4.4.4, 4.8.0
    • camel-mllp
    • None
    • Unknown

    Description

      When receiving a HL7 Message via Camel MLLP an ACK (see: https://hl7-definition.caristix.com/v2/HL7v2.5.1/TriggerEvents/ACK) is being sent.

      The Header contains a timestamp in MSH-7.1 (see: https://hl7-definition.caristix.com/v2/HL7v2.5.1/Fields/MSH.7.1).

      Unfortuantelly this timestamp is using an invalid format, missing dot after seconds.

      It is using yyyyMMddHHmmssSSSZZZZ instead of yyyyMMddHHmmss.SSSZZZZ

      Missing dot is invalid, see: https://hl7-definition.caristix.com/v2/HL7v2.5.1/DataTypes/DTM

      To fix this, timestamp in org.apache.camel.component.mllp.internal.Hl7Util needs to be changed.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              deibl David Eibl
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: