This Python SDK allows developers to programmatically interact with the following service:
| Service Name | Imported Class Name |
|---|---|
| Annotator for Clinical Data | AnnotatorForClinicalDataV1 |
- Refer to the Annotation for Clinical Data documentation:
- Python 3.7 or above
To install, use pip
pip install --upgrade acd-sdkThe 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:
- Run
pip uninstall ibm-whcs-sdk - Run
pip install acd-sdk, and confirm that you have version 2 installed by runningpip show acd-sdk. - In your application files that have a dependency on
acd-sdk, update any import declarations fromibm_whcs_sdktoacd_sdk.
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 Python SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.