Este conteúdo não está disponível no idioma selecionado.
Chapter 30. HL7
Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.
30.1. What’s inside Copiar o linkLink copiado para a área de transferência!
Please refer to the above links for usage and configuration details.
30.2. Maven coordinates Copiar o linkLink copiado para a área de transferência!
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 o linkLink copiado para a área de transferência!
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
.