Registry / serialization / hapi-structures-v24

hapi-structures-v24

JSON →
library2.6.0javamavenunverified

HAPI is an open-source, object-oriented HL7 2.x parser for Java, providing structures for HL7 version 2.4 messages.

<dependency> <groupId>ca.uhn.hapi</groupId> <artifactId>hapi-structures-v24</artifactId> <version>2.6.0</version> </dependency>
INSTALL
IMPORT
SIG · HAPI-STRUCTURES-V2
H
hapi-structures-v24
serializationjavav2.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.

ADT_A01
ca.uhn.hl7v2.model.v24.message.ADT_A01

Creates and encodes an HL7 ADT_A01 message using HAPI.

import ca.uhn.hl7v2.model.v24.message.ADT_A01; import ca.uhn.hl7v2.parser.PipeParser; ADT_A01 adt = new ADT_A01(); adt.getMSH().getMessageType().getMessageCode().setValue("ADT"); adt.getMSH().getMessageType().getTriggerEvent().setValue("A01"); String encoded = new PipeParser().encode(adt); System.out.println(encoded);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hapi-structures-v24 — mvn dependency:get hapi-structures-v24 · libregistry