Eureka! Clinical Phenotype Client
Georgia Clinical and Translational Science Alliance (Georgia CTSA), Emory University, Atlanta, GA
It provides a REST API client, org.eurekaclinical.phenotype.client.EurekaClinicalPhenotypeClient.java
, for calling the eurekaclinical-phenotype-service's REST APIs.
No final releases yet
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-phenotype-client</artifactId>
<version>version</version>
</dependency>
Feel free to contact us at [email protected].