Skip to content

merative/acd-java-sdk

Repository files navigation

Merative Annotator for Clinical Data Java SDK Version 2.0.4

Overview

This Java SDK allows developers to programmatically interact with the following service:

Service Name Artifact ID
Annotator for Clinical Data annotator-for-clinical-data

Prerequisites

Installation

The current version of this SDK is: 2.0.4

Parent Project (Option 1)

To define a dependency on the parent project acd-sdk, use a dependency like these:

Maven
<dependency>
	<groupId>com.merative.acd</groupId>
	<artifactId>acd-sdk</artifactId>
	<version>2.0.4</version>
</dependency>
Gradle
'com.merative.acd:acd-sdk:2.0.4'

Annotator for Clinical Data Subproject (Option 2)

To define a dependency on the subproject annotator-for-clinical-data, use a dependency like this:

Maven
<dependency>
    <groupId>com.merative.acd</groupId>
    <artifactId>annotator-for-clinical-data</artifactId>
    <version>2.0.4</version>
</dependency>
Gradle
'com.merative.acd:2.0.4'

The artifact ID is listed in the table above.

Migrating from version 1.x.x

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:

  1. Update the Maven dependencies by changing all acd-sdk or annotator-for-clinical-data dependency version tags to 2.0.4 in the pom.xml. Verify that there are no SDK module dependencies in the pom.xml with a version earlier than 2.0.4.
  2. In your application files, update any import declarations from com.ibm.watson.health.acd.v1 to com.merative.acd.v1.

Using the SDK

For general SDK usage information, please see this link

Questions

For questions, refer to:

Issues

If you encounter an issue with the project, you are welcome to submit a bug report.

Contributing

See CONTRIBUTING.

License

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.