Este contenido no está disponible en el idioma seleccionado.
Chapter 30. HL7
Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.
30.1. What’s inside Copiar enlaceEnlace copiado en el portapapeles!
Please refer to the above links for usage and configuration details.
30.2. Maven coordinates Copiar enlaceEnlace copiado en el portapapeles!
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 Copiar enlaceEnlace copiado en el portapapeles!
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
.