hms-dbmi/i2b2-Java-API

Name: i2b2-Java-API

Owner: Harvard Medical School - Department of Biomedical Informatics

Description: Java classes to abstract away i2b2 XML

Created: 2015-07-23 15:30:41.0

Updated: 2016-07-28 17:42:32.0

Pushed: 2016-06-03 12:48:40.0

Homepage: null

Size: 2141

Language: Java

GitHub Committers

UserMost Recent Commit# Commits
Jeremy R. Easton-Marks2016-05-20 14:17:58.025
Michael Tommie McDuffie2015-07-23 15:30:41.01

Other Committers

UserEmailMost Recent Commit# Commits

README

i2b2-Java-API

Java library to facilitate communication with an i2b2 instance.

Note: This is still in early Alpha release

Setup
With Maven

Setup is as simple as adding the dependency to your POM file.

endency>
<groupId>edu.harvard.hms.dbmi.i2b2</groupId>
<artifactId>i2b2-Java-API</artifactId>
<version>0.2</version>
pendency>
Without Maven

Download the jar file, and dependent jars located here in the target, and target/dependency-jars. Include them in your class path or project.

Examples

Two examples can be found in the samples directory

FAQ
Where can I find more information about i2b2?

Visit: http://www.i2b2.org

Is this an i2b2 project?

No, this is a separate and unaffiliated project that is meant to help people who want to use i2b2.

I found a bug, now what?

Create an issue on GitHub. Or even better try to fix it and submit your patch.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.