AIW i2b2 ETL 2.0-Alpha-14 -- A Query Results Handler for Protempa for Loading
Data and Abstractions into i2b2 
Department of Biomedical Informatics, Emory University

OVERVIEW

AIW i2b2 ETL is a Protempa query results handler for loading data and 
        abstractions into i2b2.

WHAT'S NEW

Version 1.0.6 requires Java 7. It also supports i2b2 version 1.7.  Also 
adds capability to gather statistics on the destination data storage.

Version 1.0.5 adds performance enahancements and bug fixes. It also populates
the i2b2 XML metadata for concepts with values.

Version 1.0.3 contains minor bug fixes.

REQUIREMENTS

The current version is known to work with Oracle Java 7. It is
expected to work with OpenJDK 7 as well.

This package uses the Maven build system, available from
http://maven.apache.org. You must install maven, if you do not already
have it, to work with the source code. We use Maven 3.

AIW i2b2 ETL is a plugin to the Protempa temporal query system,
which is available from the same site where you got this software.

INSTALLATION

The easiest way to get AIW i2b2 ETL is using Maven. It is available from
the https://oss.sonatype.org/service/local/staging/deploy/maven2/ repository. 
Use the following dependency declaration:

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>aiw-i2b2-etl</artifactId> 
    <version>2.0-Alpha-14</version>
</dependency>

It is also available in tarball and zip file formats from
https://github.com/eurekaclinical/aiw-i2b2-etl.git. Put
AIW i2b2 ETL-2.0-Alpha-14.jar on your classpath to use.

CONTACTING US

Please send an email to help@eurekaclinical.org for support or questions.

LICENSING

AIW i2b2 ETL is freely available as open source under the Apache License,
Version 2.0. A copy of the license is in the LICENSE file provided in
this distribution.

AIW i2b2 ETL is Copyright (C) 2012-2015 Emory University.

FOR MORE INFORMATION

Please see https://github.com/eurekaclinical/aiw-i2b2-etl.git for technical
documentation and more information.
