Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

HL7 Component

The hl7 component is used for working with the HL7 MLLP protocol and the HL7 model using the HAPI library.

This component supports the following:

  • HL7 MLLP codec for Mina
  • HL7 DataFormat
  • Even more easy-of-use as its integrated well with the camel-mina component.

HL7 MLLP protocol

HL7 is often used with the HL7 MLLP protocol that is a text based TCP socket based protocol. This component ships with a Mina Codec that conforms to the MLLP protocol so you can easily expose a HL7 listener that accepts HL7 requests over the TCP transport.

To expose a HL7 listener service we reuse the existing camel-mina component where we just use the HL7MLLPCodec as codec.

TODO: Example how to setup and use the codec
TODO: Also a spring based example

HL7 Model

TODO: Type converters
TDOO: HL7 DataFormat

Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also