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: 2.0.4
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>2.0.4</version>
</dependency>
'com.merative.acd:acd-sdk:2.0.4'
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>2.0.4</version>
</dependency>
'com.merative.acd:2.0.4'
The artifact ID is listed in the table above.
The 2.0 release of the Annotator for Clinical Data Java SDK introduces a Java package name change from com.ibm.watson.health.acd.v1
to com.merative.acd.v1
. For the migration from 1.x.x:
- Update the Maven dependencies by changing all
acd-sdk
orannotator-for-clinical-data
dependency version tags to2.0.4
in the pom.xml. Verify that there are no SDK module dependencies in the pom.xml with a version earlier than2.0.4
. - In your application files, update any import declarations from
com.ibm.watson.health.acd.v1
tocom.merative.acd.v1
.
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.