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.
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 [email protected].