You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

  • No labels