Skip to content

merative/acd-python-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0acdc03 · Apr 20, 2023
Feb 9, 2023
Apr 20, 2023
Mar 25, 2023
Apr 20, 2023
Feb 7, 2022
Feb 7, 2022
Jan 21, 2021
Feb 7, 2022
Nov 16, 2021
Apr 20, 2023
Feb 24, 2023
Apr 20, 2023
Mar 30, 2020
Jan 21, 2021
Feb 24, 2023
Apr 20, 2023
Feb 23, 2023
Feb 24, 2023
Nov 18, 2021
Feb 9, 2023
Apr 20, 2023
Feb 24, 2023

Repository files navigation

Merative Annotator for Clinical Data Python SDK Version 2.0.2

Overview

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

Service Name Imported Class Name
Annotator for Clinical Data AnnotatorForClinicalDataV1

Prerequisites

Installation

To install, use pip

pip install --upgrade acd-sdk

Migrating from version 1.x.x

The release of version 2 of the Annotator for Clinical Data SDK introduces a Python package name change from ibm_whcs_sdk to acd_sdk. For the migration from 1.x.x:

  1. Run pip uninstall ibm-whcs-sdk
  2. Run pip install acd-sdk, and confirm that you have version 2 installed by running pip show acd-sdk.
  3. In your application files that have a dependency on acd-sdk, update any import declarations from ibm_whcs_sdk to acd_sdk.

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 Python SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.