Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.94 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.94 KB

Eureka! Clinical Protempa Client

Georgia Clinical and Translational Science Alliance (Georgia CTSA), Emory University, Atlanta, GA

What does it do?

It provides a REST API client, org.eurekaclinical.protempa.client.EurekaClinicalProtempaClient.java, for calling the eurekaclinical-protempa-service's REST APIs.

Latest release: Latest release

Version 2.0

Added user template comm object. Added ID pool comm objects. Depends on new major release of Protempa.

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-protempa-client</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

Developer documentation

Getting help

Feel free to contact us at help@eurekaclinical.org.