Georgia Clinical and Translational Science Alliance (Georgia CTSA), Emory University, Atlanta, GA
It is a library for accessing an implementation of Eureka! Clinical's RESTful APIs for managing user agreements from Java applications. It provides two REST API clients:
- EurekaClinicalUserAgreementClient.java: for web clients to call the eurekaclinical-user-agreement-service's REST APIs via a Eureka! Clinical proxy.
- EurekaClinicalUserAgreementProxyClient.java: for Java applications to call eurekaclinical-user-agreement-service's REST APIs directly.
Add user template support. Updated dependencies.
Updated dependencies.
Updated dependencies.
Initial release.
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.
<dependency>
<groupId>org.eurekaclinical</groupId>
<artifactId>eurekaclinical-user-agreement-client</artifactId>
<version>version</version>
</dependency>
Feel free to contact us at help@eurekaclinical.org.