HL7Lib

Lightweight Java library for HL7 messages

License

License

GroupId

GroupId

org.dellroad
ArtifactId

ArtifactId

hl7lib
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

HL7Lib
Lightweight Java library for HL7 messages
Project URL

Project URL

https://github.com/archiecobbs/hl7lib
Source Code Management

Source Code Management

https://github.com/archiecobbs/hl7lib/

Download hl7lib

How to add to project

<!-- https://jarcasting.com/artifacts/org.dellroad/hl7lib/ -->
<dependency>
    <groupId>org.dellroad</groupId>
    <artifactId>hl7lib</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dellroad/hl7lib/
implementation 'org.dellroad:hl7lib:1.2.0'
// https://jarcasting.com/artifacts/org.dellroad/hl7lib/
implementation ("org.dellroad:hl7lib:1.2.0")
'org.dellroad:hl7lib:jar:1.2.0'
<dependency org="org.dellroad" name="hl7lib" rev="1.2.0">
  <artifact name="hl7lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dellroad', module='hl7lib', version='1.2.0')
)
libraryDependencies += "org.dellroad" % "hl7lib" % "1.2.0"
[org.dellroad/hl7lib "1.2.0"]

Dependencies

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

test (2)

Group / Artifact Type Version
org.dellroad : dellroad-stuff-main jar 2.2.3
org.testng : testng jar 6.14.2

Project Modules

There are no modules declared in this project.

hl7lib is a small Java library for parsing and manipulating version 2.x HL7 messages.

Features include:

  • Parsing and formatting
  • HL7 lower layer protocol (LLP)
  • Java API for creating, editing, and querying
  • An efficient and semantically equivalent XML encoding

See the Javadocs API for more information.

Versions

Version
1.2.0