blob: f4c29127131014ff4f5b3144484842c2b90aff7e [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= HL7
:linkattrs:
:cq-artifact-id: camel-quarkus-hl7
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: 1.8.0
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.8.0##
Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.
== What's inside
* xref:{cq-camel-components}:dataformats:hl7-dataformat.adoc[HL7 data format]
* xref:{cq-camel-components}:languages:hl7terser-language.adoc[HL7 Terser language]
Please refer to the above links for usage and configuration details.
== Maven coordinates
https://code.quarkus.io/?extension-search=camel-quarkus-hl7[Create a new project with this extension on code.quarkus.io, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hl7</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
== Camel Quarkus limitations
For MLLP with TCP, Netty is the only supported means of running an Hl7 MLLP listener. Mina is not supported since it has no GraalVM native support at present.
Optional support for `HL7MLLPNettyEncoderFactory` & `HL7MLLPNettyDecoderFactory` codecs can be obtained by adding a dependency in your project `pom.xml` to `camel-quarkus-netty`.