MIMIC II Data Source Backend

Parent pom.xml for all Eureka! Clinical projects.

License

License

Categories

Categories

CLI User Interface Eureka Container Microservices
GroupId

GroupId

org.eurekaclinical
ArtifactId

ArtifactId

aiw-mimicii-dsb
Last Version

Last Version

3.0-Alpha-1
Release Date

Release Date

Type

Type

jar
Description

Description

MIMIC II Data Source Backend
Parent pom.xml for all Eureka! Clinical projects.
Project URL

Project URL

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

Project Organization

Emory University
Source Code Management

Source Code Management

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

Download aiw-mimicii-dsb

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.eurekaclinical : protempa-dsb-relationaldb jar [5.0-Alpha-8,5.0)

Project Modules

There are no modules declared in this project.

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

Versions

Version
3.0-Alpha-1
2.0
1.0
1.0-Alpha-2