Registry / messaging / camel-hl7

camel-hl7

JSON →
library4.20.0javamavenunverified

Camel component for HL7 healthcare messaging protocol.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-hl7</artifactId> <version>4.20.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-HL7
C
camel-hl7
messagingjavav4.20.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HL7DataFormat
org.apache.camel.component.hl7.HL7DataFormat

Create an HL7 data format for Camel routes.

import org.apache.camel.component.hl7.HL7DataFormat; import org.apache.camel.CamelContext; import org.apache.camel.impl.DefaultCamelContext; public class Example { public static void main(String[] args) throws Exception { CamelContext context = new DefaultCamelContext(); HL7DataFormat hl7 = new HL7DataFormat(); System.out.println("HL7 data format created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.20.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
camel-hl7 — mvn dependency:get camel-hl7 · libregistry