Last Version

HAPI - 05 - Examples 2.0-alpha1

HAPI (HL7 application programming interface; pronounced "happy") is an open-source, object-oriented HL7 2.x parser for Java. HL7 (http://hl7org) is a messaging specification for healthcare information systems. This project is not affiliated with the HL7 organization; we are just writing some software that conforms to their specification. The project was initiated by University Health Network (a large multi-site teaching hospital in Toronto, Canada).

License

License

HAPI is dual licensed (MPL, GPL)
Mozilla Public License 1.1
GroupId

GroupId

ca.uhn.hapi
ArtifactId

ArtifactId

hapi-examples
Version

Version

2.0-alpha1
Type

Type

jar
Description

Description

HAPI - 05 - Examples
HAPI (HL7 application programming interface; pronounced "happy") is an open-source, object-oriented HL7 2.x parser for Java. HL7 (http://hl7org) is a messaging specification for healthcare information systems. This project is not affiliated with the HL7 organization; we are just writing some software that conforms to their specification. The project was initiated by University Health Network (a large multi-site teaching hospital in Toronto, Canada).
Project Organization

Project Organization

University Health Network

Download hapi-examples 2.0-alpha1


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

Dependencies

compile (10)

Group / Artifact Type Version
ca.uhn.hapi : hapi-base jar 2.0-alpha1
ca.uhn.hapi : hapi-structures-v21 jar 2.0-alpha1
ca.uhn.hapi : hapi-structures-v22 jar 2.0-alpha1
ca.uhn.hapi : hapi-structures-v23 jar 2.0-alpha1
ca.uhn.hapi : hapi-structures-v231 jar 2.0-alpha1
ca.uhn.hapi : hapi-structures-v24 jar 2.0-alpha1
ca.uhn.hapi : hapi-structures-v25 jar 2.0-alpha1
ca.uhn.hapi : hapi-structures-v251 jar 2.0-alpha1
ca.uhn.hapi : hapi-structures-v26 jar 2.0-alpha1
javax.mail : mail jar 1.4.1

Project Modules

There are no modules declared in this project.