i2b2 Export

An i2b2 plugin and Java web service for exporting patient data to CSV files. This project includes both the web client plugin that the user interacts with and the Java service that manages users' export configurations and communicates with i2b2 to retrieve data.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем Eureka Контейнер Микросервисы
Группа

Группа

org.eurekaclinical
Идентификатор

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

i2b2-export
Последняя версия

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

1.1-Alpha-9
Дата

Дата

Тип

Тип

pom
Описание

Описание

i2b2 Export
An i2b2 plugin and Java web service for exporting patient data to CSV files. This project includes both the web client plugin that the user interacts with and the Java service that manages users' export configurations and communicates with i2b2 to retrieve data.
Ссылка на сайт

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

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

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

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

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

https://github.com/eurekaclinical/i2b2-export.git

Скачать i2b2-export

Имя Файла Размер
i2b2-export-1.1-Alpha-9.pom 2 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/org.eurekaclinical/i2b2-export/ -->
<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>i2b2-export</artifactId>
    <version>1.1-Alpha-9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eurekaclinical/i2b2-export/
implementation 'org.eurekaclinical:i2b2-export:1.1-Alpha-9'
// https://jarcasting.com/artifacts/org.eurekaclinical/i2b2-export/
implementation ("org.eurekaclinical:i2b2-export:1.1-Alpha-9")
'org.eurekaclinical:i2b2-export:pom:1.1-Alpha-9'
<dependency org="org.eurekaclinical" name="i2b2-export" rev="1.1-Alpha-9">
  <artifact name="i2b2-export" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eurekaclinical', module='i2b2-export', version='1.1-Alpha-9')
)
libraryDependencies += "org.eurekaclinical" % "i2b2-export" % "1.1-Alpha-9"
[org.eurekaclinical/i2b2-export "1.1-Alpha-9"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • i2b2-export-plugin
  • i2b2-export-service
  • i2b2-export-package

I2b2 Export

Atlanta Clinical and Translational Science Institute (ACTSI), Emory University, Atlanta, GA

What does it do?

It is an i2b2 plugin and Java web service for exporting patient data to CSV files. This project includes three modules:

  • i2b2-export-plugin: the web client plugin that the user interacts with
  • i2b2-export-service: the Java service that manages users' export configurations and communicates with i2b2 to retrieve data
  • i2b2-export-package: packages up the plugin and service into a single archive for distribution

Version 1.1 development series

Latest release: Latest release

The 1.1 development series will migrate this package to the Eureka! Clinical build system.

Version history

Version 1.0

Initial release.

Build requirements

Runtime requirements

Building it

The project uses the maven build tool. Typically, you build it by invoking mvn clean install at the command line. For simple file changes, not additions or deletions, you can usually use mvn install. See https://github.com/eurekaclinical/dev-wiki/wiki/Building-Eureka!-Clinical-projects for more details.

Installation

See the READMEs for the i2b2-export-plugin and i2b2-export-service modules for installation instructions.

Getting help

Feel free to contact us at help@eurekaclinical.org.

org.eurekaclinical

Eureka! Clinical

Microservices for clinical and translational research

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

Версия
1.1-Alpha-9
1.1-Alpha-8
1.1-Alpha-7
1.1-Alpha-6
1.1-Alpha-5
1.1-Alpha-4
1.1-Alpha-3
1.1-Alpha-2
1.1-Alpha-1