Azure Health Data Services de-identification service client library for Java samples
This package contains a client library for the de-identification service in Azure Health Data Services. Each sample focuses on a specific scenario and can be executed independently. For more information about the SDK including key concepts and how to get started, see the Azure Health Data Services de-identification service client library for Java.
Samples
| File Name | Description |
|---|---|
| DeidentifyText | De-identify text input |
| DeidentifyTextAsync | De-identify text input asynchronously |
| ListDeidentificationJobs | List all de-identification jobs |
| ListDeidentificationJobsAsync | List all de-identification jobs asynchronously |
| BeginDeidentifyDocuments | Begin a job to de-identify documents in Azure Storage |
| BeginDeidentifyDocumentsAsync | Begin a job to de-identify documents in Azure Storage asynchronously |
| GetDeidentificationJob | Get details of a de-identification job |
| GetDeidentificationJobAsync | Get details of a de-identification job asynchronously |
| ListProcessedDocumentsWithinAJob | List all documents processed by a de-identification job |
| ListProcessedDocumentsWithinAJobAsync | List all documents processed by a de-identification job asynchronously |
| CancelDeidentificationJob | Cancel the processing of documents in a de-identification job, while maintaining job metadata |
| CancelDeidentificationJobAsync | Cancel the processing of documents in a de-identification job asynchronously, while maintaining job metadata |
| DeleteDeidentificationJob | Delete all information about a de-identification job |
| DeleteDeidentificationJobAsync | Delete all information about a de-identification job asynchronously |