HAPI - Java HL7 API - HL7 over HTTP

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).

Лицензия

Лицензия

Группа

Группа

ca.uhn.hapi
Идентификатор

Идентификатор

hapi-hl7overhttp
Последняя версия

Последняя версия

2.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

HAPI - Java HL7 API - HL7 over HTTP
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).
Ссылка на сайт

Ссылка на сайт

http://maven.apache.org
Организация-разработчик

Организация-разработчик

University Health Network

Скачать hapi-hl7overhttp

Как подключить последнюю версию

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

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
ca.uhn.hapi : hapi-base Необязательный jar 2.3
org.slf4j : slf4j-api jar 1.7.10
org.slf4j : slf4j-log4j12 Необязательный jar 1.7.10
log4j : log4j Необязательный jar 1.2.17
commons-lang : commons-lang jar 2.6
org.mortbay.jetty : jetty Необязательный jar 6.1.26
org.mortbay.jetty : jetty-sslengine Необязательный jar 6.1.26
org.bouncycastle : bcprov-jdk16 jar 1.46
org.bouncycastle : bcmail-jdk16 jar 1.46
org.springframework : spring-context Необязательный jar 4.1.4.RELEASE

test (2)

Идентификатор библиотеки Тип Версия
ca.uhn.hapi : hapi-structures-v25 jar 2.3
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.3
2.2
2.2-beta1
2.1
2.1-beta1
2.1-alpha1