Eureka! Clinical I2b2 Integration Client
Atlanta Clinical and Translational Science Institute (ACTSI), Emory University, Atlanta, GA
What does it do?
It is a library for accessing an implementation of Eureka! Clinical's RESTful APIs for managing i2b2 and accessing data from Java applications. It provides two REST API clients:
- EurekaClinicalI2b2IntegrationClient.java: for web clients to call the eurekaclinical-i2b2-integration-service's REST APIs via a Eureka! Clinical proxy.
- EurekaClinicalI2b2IntegrationProxyClient.java: for Java applications to call eurekaclinical-i2b2-integration-service's REST APIs directly.
Version 2.0 development series
Version history
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>eurekaclinical-i2b2-integration-client</artifactId>
<version>version</version>
</dependency>
Developer documentation
Getting help
Feel free to contact us at [email protected].