An open API service indexing awesome lists of open source software.

https://github.com/merative/acd-java-sdk

Annotator for Clinical Data (ACD) Java SDK
https://github.com/merative/acd-java-sdk

acd annotator healthcare ibm-cloud java-sdk

Last synced: 3 months ago
JSON representation

Annotator for Clinical Data (ACD) Java SDK

Awesome Lists containing this project

README

          

# 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](https://merative.github.io/acd-containers/) | annotator-for-clinical-data |

## Prerequisites

* Refer to the Annotator for Clinical Data documentation:
* [Prerequisites](https://merative.github.io/acd-containers/installing/prereqs/)
* [Software Development Kits](https://merative.github.io/acd-containers/usage/sdks/)
* Java 8 or above.

## 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

```xml

com.merative.acd
acd-sdk
2.0.4

```

##### Gradle

```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

```xml

com.merative.acd
annotator-for-clinical-data
2.0.4

```

##### Gradle
```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](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md)

## Questions

For questions, refer to:
* [Annotator for Clinical Data Documentation](https://merative.github.io/acd-containers/)
* [Annotator for Clinical Data Support Page](https://merative.github.io/acd-containers/support/support/)

## Issues
If you encounter an issue with the project, you are welcome to submit a
[bug report](https://github.com/merative/acd-java-sdk/issues).

## Contributing
See [CONTRIBUTING](CONTRIBUTING.md).

## 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](LICENSE).