Eureka! Clinical Registry Client
Georgia Clinical and Translational Science Alliance (Georgia CTSA), Emory University, Atlanta, GA
It provides a REST API client, org.eurekaclinical.registry.client.EurekaClinicalRegistryClient.java
, for calling the eurekaclinical-registry-service's REST APIs.
Version 1.5
Support newer registry service group permissions.
Version 1.4
Updates dependencies.
Version 1.3
Updates dependencies.
Version 1.2
Updates dependencies.
Version 1.1
Adds an icon property to components.
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-registry-client</artifactId>
<version>version</version>
</dependency>
Developer documentation
Getting help
Feel free to contact us at [email protected].