Registry / messaging / hapi-base

hapi-base

JSON →
library2.6.0javamavenunverified

HAPI is an open-source, object-oriented HL7 2.x parser for Java used in healthcare information systems.

<dependency> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi-base</artifactId> <version>2.6.0</version> </dependency>
INSTALL
IMPORT
SIG · HAPI-BASE
H
hapi-base
messagingjavav2.6.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.

Message
ca.uhn.hl7v2.model.Message

Parses an HL7 v2.x message using the PipeParser.

import ca.uhn.hl7v2.model.Message; import ca.uhn.hl7v2.parser.PipeParser; String hl7Message = "MSH|^~\\&|..."; PipeParser parser = new PipeParser(); Message msg = parser.parse(hl7Message); System.out.println(msg.getClass().getName());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
hapi-base — mvn dependency:get hapi-base · libregistry