This Java SDK allows developers to programmatically interact with the following service:
| Service Name | Artifact ID |
|---|---|
| Annotator for Clinical Data | annotator-for-clinical-data |
- Refer to the Annotator for Clinical Data documentation:
- Java 8 or above.
The current version of this SDK is: 1.5.13
To define a dependency on the parent project acd-sdk, use a dependency like these:
<dependency>
<groupId>com.merative.acd</groupId>
<artifactId>acd-sdk</artifactId>
<version>1.5.13</version>
</dependency>'com.merative.acd:acd-sdk:1.5.13'To define a dependency on the subproject annotator-for-clinical-data, use a dependency like this:
<dependency>
<groupId>com.merative.acd</groupId>
<artifactId>annotator-for-clinical-data</artifactId>
<version>1.5.13</version>
</dependency>'com.merative.acd:1.5.13'The artifact ID is listed in the table above.
For general SDK usage information, please see this link
For questions, refer to:
If you encounter an issue with the project, you are welcome to submit a bug report.
See CONTRIBUTING.
The Annotator for Clinical Data Java SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.