/aiw-i2b2-etl

Primary LanguagePLpgSQLApache License 2.0Apache-2.0

${project.name} ${project.version} -- A Query Results Handler for Protempa for Loading
Data and Abstractions into i2b2 
Department of Biomedical Informatics, ${project.organization.name}

OVERVIEW

${project.description}

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.

${project.name} 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 ${project.name} is using Maven. It is available from
the ${project.distributionManagement.repository.url} repository. 
Use the following dependency declaration:

<dependency>
    <groupId>${project.groupId}</groupId>
    <artifactId>${project.artifactId}</artifactId> 
    <version>${project.version}</version>
</dependency>

It is also available in tarball and zip file formats from
${project.url}. Put
${project.name}-${project.version}.jar on your classpath to use.

CONTACTING US

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

LICENSING

${project.name} 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.

${project.name} is Copyright (C) ${project.inceptionYear}-2015 ${project.organization.name}.

FOR MORE INFORMATION

Please see ${project.url} for technical
documentation and more information.