IHE ITI

Codegen for IHE ITI Profiles.

Лицензия

Лицензия

Группа

Группа

com.github.rahulsom
Идентификатор

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

ihe-iti
Последняя версия

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

0.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

IHE ITI
Codegen for IHE ITI Profiles.
Система контроля версий

Система контроля версий

https://github.com/rahulsom/ihe-iti.git

Скачать ihe-iti

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.jvnet.jaxb2_commons : jaxb2-basics-runtime jar 0.6.4
commons-lang : commons-lang jar 2.6

provided (1)

Идентификатор библиотеки Тип Версия
com.sun.xml.bind : jaxb-impl jar 2.2.6

test (7)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
org.codehaus.groovy : groovy-all jar 2.3.0
xmlunit : xmlunit jar 1.4
org.spockframework : spock-core jar 0.7-groovy-2.0
co.freeside : betamax jar 1.1.2
org.apache.cxf : cxf-rt-frontend-jaxws jar 2.2.3
org.apache.cxf : cxf-rt-transports-http jar 2.2.3

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

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

Build Status Black Duck Security Risk Download License

ihe-iti

Bender

A better description

IHE has a bunch of profiles as part of the IT Infrastructure (ITI) Framework. Like anything related to healthcare, it comes with its own quirks. Also given that these profiles use SOAP Web Services and use MTOM and JAXB doesn't like a lot of things that are being done here, any developer is likely to have a tough time dealing with these profiles.

This project aims to make it easier for anyone who wants to work with these profiles.

Currently this supports these services:

  • PIX, PDQ, XCPD
  • XDS.b (Repository/Registry), XCA (Initiating/Responding)
  • SVS Repository
  • RAD

In Addition, it supports parsing of CDA Documents. Look at com.github.rahulsom.cda.POCDMT000040ClinicalDocument

Usage

If you want to download the library from Sonatype, add this to your dependencies section:

com.github.rahulsom:ihe-iti:0.6

To browse the latest builds, you can see MavenRepository. It also has instructions for Maven, Gradle, Ivy, sbt, etc.

And add this to your repositories section:

https://oss.sonatype.org/content/groups/public

You can browse latest snapshots on:

http://oss.sonatype.org/content/repositories/snapshots/com/github/rahulsom/ihe-iti/

Alternately you can download and build this locally. This project is built using Maven. Just clone the repo & checkout the branch, and run

mvn install

That should make it possible for you to use these classes.

Sample code is here.

Changelog

  • 0.7 - Fixed XDS broken by RAD
  • 0.6 - (DO NOT USE) Added support for RAD
  • 0.5 - Added utility methods, async services, RFD-FM, SVS
  • 0.4 - (DO NOT USE) Tried avoiding the .getValue() calls
  • 0.3 - Added fluent API
  • 0.2 - No more querying w3.org
  • 0.1 - Inital Release

Roadmap

  • 0.8 - Replaced byte[] with DataHandler, i.e. streaming of attachments

Contributing

A lot of profiles are not being built because they haven't been tested. If you feel you need to use one of these, please feel free to modify the pom and send a pull request.

Issue tracking is done through GitHub at https://github.com/rahulsom/ihe-iti/issues. Feel free to raise issues or fix open issues.

Questions & Discussion

There's a Google Groups Mailing list at ihe-iti. That's the best way to get answers.

Builds

This project is being built on travis. See https://travis-ci.org/rahulsom/ihe-iti It gets automatically deployed to Sonatype OSS.

Build Status

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

Версия
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1