Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 30. HL7
Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.
30.1. What’s inside Copier lienLien copié sur presse-papiers!
Please refer to the above links for usage and configuration details.
30.2. Maven coordinates Copier lienLien copié sur presse-papiers!
Create a new project with this extension on code.quarkus.redhat.com
Or add the coordinates to your existing project:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-hl7</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hl7</artifactId>
</dependency>
30.3. Camel Quarkus limitations Copier lienLien copié sur presse-papiers!
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
.