MIMIC II Data Source Backend

Parent pom.xml for all Eureka! Clinical projects.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

aiw-mimicii-dsb
Последняя версия

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

3.0-Alpha-1
Дата

Дата

Тип

Тип

jar
Описание

Описание

MIMIC II Data Source Backend
Parent pom.xml for all Eureka! Clinical projects.
Ссылка на сайт

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

https://github.com/eurekaclinical/aiw-mimicii-dsb.git
Организация-разработчик

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

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

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

https://github.com/eurekaclinical/aiw-mimicii-dsb.git

Скачать aiw-mimicii-dsb

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

<!-- https://jarcasting.com/artifacts/org.eurekaclinical/aiw-mimicii-dsb/ -->
<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>aiw-mimicii-dsb</artifactId>
    <version>3.0-Alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eurekaclinical/aiw-mimicii-dsb/
implementation 'org.eurekaclinical:aiw-mimicii-dsb:3.0-Alpha-1'
// https://jarcasting.com/artifacts/org.eurekaclinical/aiw-mimicii-dsb/
implementation ("org.eurekaclinical:aiw-mimicii-dsb:3.0-Alpha-1")
'org.eurekaclinical:aiw-mimicii-dsb:jar:3.0-Alpha-1'
<dependency org="org.eurekaclinical" name="aiw-mimicii-dsb" rev="3.0-Alpha-1">
  <artifact name="aiw-mimicii-dsb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eurekaclinical', module='aiw-mimicii-dsb', version='3.0-Alpha-1')
)
libraryDependencies += "org.eurekaclinical" % "aiw-mimicii-dsb" % "3.0-Alpha-1"
[org.eurekaclinical/aiw-mimicii-dsb "3.0-Alpha-1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.eurekaclinical : protempa-dsb-relationaldb jar [5.0-Alpha-8,5.0)

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

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

Protempa MIMIC II data source backend

Department of Biomedical Informatics, Emory University, Atlanta GA

What is it?

Protempa data source backend for accessing the MIMIC II clinical database version 2v26.

Latest release: Latest release

Version 3.0

Updated Protempa version requirements.

Version 2.0

Updated Protempa version requirements.

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.

Maven dependency

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>aiw-mimicii-dsb</artifactId>
    <version>version</version>
</dependency>

Installation

Put the aiw-mimicii-dsb jarfile and its dependencies in the classpath, and Protempa will automatically register the data source backend.

Using it

Backend configuration

edu.emory.cci.aiw.dsb.mimicii.MIMIC2v26DataSourceBackend

  • databaseAPI: DRIVERMANAGER or DATASOURCE depending on whether the databaseId property contains a JDBC URL or a JNDI URL, respectively.
  • databaseId: a JDBC URL or a JNDI URL for connecting to the i2b2 data schema.
  • username: for JDBC URLs, a database username.
  • password: for JDBC URLs, a database password.
  • schemaName: the name of the data schema to query. If specified, the schema name will be included in queries. If not specified, no schema name will be specified, and the schema that will be queried will be database dependent. Typically, the database will query the user's default schema.

A Protempa INI config file must contain the following section for configuring the MIMIC II data source backend:

[edu.emory.cci.aiw.dsb.mimicii.MIMIC2v26DataSourceBackend]
dataSourceBackendId=Unique identifier for this i2b2 repository
databaseId = JDBC URL for the data schema
username = username with privileges to read the data schema
password = data schema user's password
schemaName = name of the data schema

Developer documentation

Javadoc for latest development release Javadocs

org.eurekaclinical

Eureka! Clinical

Microservices for clinical and translational research

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

Версия
3.0-Alpha-1
2.0
1.0
1.0-Alpha-2