Index
All Classes and Interfaces|All Packages
A
- ACCOUNT - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Account Number.
- Adding the package to your product - Search tag in Overview
- Section
- addPolicy(HttpPipelinePolicy) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
.
- AGE - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Age.
- Authentication - Search tag in Overview
- Section
- Available endpoints - Search tag in Overview
- Section
- Azure Health Data Services de-identification service client library for Java - Search tag in Overview
- Section
B
- Begin a job to de-identify documents in Azure Storage - Search tag in Overview
- Section
- beginDeidentifyDocuments(String, BinaryData, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
Create a de-identification job.
- beginDeidentifyDocuments(String, BinaryData, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationClient
-
Create a de-identification job.
- beginDeidentifyDocuments(String, DeidentificationJob) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
Create a de-identification job.
- beginDeidentifyDocuments(String, DeidentificationJob) - Method in class com.azure.health.deidentification.DeidentificationClient
-
Create a de-identification job.
- BIO_ID - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Biological Identifier, such as a fingerprint or retinal scan.
- buildAsyncClient() - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
Builds an instance of DeidentificationAsyncClient class.
- buildClient() - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
Builds an instance of DeidentificationClient class.
C
- CANCELED - Static variable in class com.azure.health.deidentification.models.DeidentificationJobStatus
-
Job has been canceled after user request.
- CANCELED - Static variable in class com.azure.health.deidentification.models.OperationStatus
-
The operation has been canceled by the user.
- cancelJob(String) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
Cancel a de-identification job.
- cancelJob(String) - Method in class com.azure.health.deidentification.DeidentificationClient
-
Cancel a de-identification job.
- cancelJobWithResponse(String, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
Cancel a de-identification job.
- cancelJobWithResponse(String, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationClient
-
Cancel a de-identification job.
- CITY - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
City.
- clientOptions(ClientOptions) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
.
- com.azure.health.deidentification - package com.azure.health.deidentification
-
Package containing the classes for Deidentification.
- com.azure.health.deidentification.models - package com.azure.health.deidentification.models
-
Package containing the data models for Deidentification.
- configuration(Configuration) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
.
- Contributing - Search tag in Overview
- Section
- COUNTRY_OR_REGION - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Country or Region.
- Create a DeidentificationClient - Search tag in Overview
- Section
- credential(TokenCredential) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
.
D
- DATE - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Date.
- DeidentificationAsyncClient - Class in com.azure.health.deidentification
-
Initializes a new instance of the asynchronous DeidentificationClient type.
- DeidentificationClient - Class in com.azure.health.deidentification
-
Initializes a new instance of the synchronous DeidentificationClient type.
- DeidentificationClientBuilder - Class in com.azure.health.deidentification
-
A builder for creating a new instance of the DeidentificationClient type.
- DeidentificationClientBuilder() - Constructor for class com.azure.health.deidentification.DeidentificationClientBuilder
-
Create an instance of the DeidentificationClientBuilder.
- DeidentificationContent - Class in com.azure.health.deidentification.models
-
Request body for de-identification operation.
- DeidentificationContent(String) - Constructor for class com.azure.health.deidentification.models.DeidentificationContent
-
Creates an instance of DeidentificationContent class.
- DeidentificationCustomizationOptions - Class in com.azure.health.deidentification.models
-
Customizations options to override default service behaviors for synchronous usage.
- DeidentificationCustomizationOptions() - Constructor for class com.azure.health.deidentification.models.DeidentificationCustomizationOptions
-
Creates an instance of DeidentificationCustomizationOptions class.
- DeidentificationDocumentDetails - Class in com.azure.health.deidentification.models
-
Details of a single document in a job.
- DeidentificationDocumentLocation - Class in com.azure.health.deidentification.models
-
Location of a document.
- DeidentificationJob - Class in com.azure.health.deidentification.models
-
A job containing a batch of documents to de-identify.
- DeidentificationJob(SourceStorageLocation, TargetStorageLocation) - Constructor for class com.azure.health.deidentification.models.DeidentificationJob
-
Creates an instance of DeidentificationJob class.
- DeidentificationJobCustomizationOptions - Class in com.azure.health.deidentification.models
-
Customizations options to override default service behaviors for job usage.
- DeidentificationJobCustomizationOptions() - Constructor for class com.azure.health.deidentification.models.DeidentificationJobCustomizationOptions
-
Creates an instance of DeidentificationJobCustomizationOptions class.
- DeidentificationJobStatus - Class in com.azure.health.deidentification.models
-
List of statuses a job can have.
- DeidentificationJobStatus() - Constructor for class com.azure.health.deidentification.models.DeidentificationJobStatus
-
Deprecated.
- DeidentificationJobSummary - Class in com.azure.health.deidentification.models
-
Summary metrics of a job.
- De-identification operations: - Search tag in Overview
- Section
- DeidentificationOperationType - Class in com.azure.health.deidentification.models
-
Enum of supported Operation Types.
- DeidentificationOperationType() - Constructor for class com.azure.health.deidentification.models.DeidentificationOperationType
-
Deprecated.Use the
DeidentificationOperationType.fromString(String)factory method. - DeidentificationResult - Class in com.azure.health.deidentification.models
-
Response body for de-identification operation.
- DeidentificationServiceVersion - Enum in com.azure.health.deidentification
-
Service version of DeidentificationClient.
- deidentifyText(DeidentificationContent) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
De-identify text.
- deidentifyText(DeidentificationContent) - Method in class com.azure.health.deidentification.DeidentificationClient
-
De-identify text.
- De-identify text - Search tag in Overview
- Section
- deidentifyTextWithResponse(BinaryData, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
De-identify text.
- deidentifyTextWithResponse(BinaryData, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationClient
-
De-identify text.
- deleteJob(String) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
Delete a de-identification job.
- deleteJob(String) - Method in class com.azure.health.deidentification.DeidentificationClient
-
Delete a de-identification job.
- deleteJobWithResponse(String, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
Delete a de-identification job.
- deleteJobWithResponse(String, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationClient
-
Delete a de-identification job.
- DEVICE - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Device ID or serial numbers.
- DOCTOR - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Doctor's Name.
E
- EMAIL - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Email Addresses.
- endpoint(String) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
.
- Examples - Search tag in Overview
- Section
F
- FAILED - Static variable in class com.azure.health.deidentification.models.DeidentificationJobStatus
-
Job has completed with all documents failing, or a validation failure.
- FAILED - Static variable in class com.azure.health.deidentification.models.OperationStatus
-
The operation has failed.
- FAX - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Fax Number.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.DeidentificationContent
-
Reads an instance of DeidentificationContent from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.DeidentificationCustomizationOptions
-
Reads an instance of DeidentificationCustomizationOptions from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.DeidentificationDocumentDetails
-
Reads an instance of DeidentificationDocumentDetails from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.DeidentificationDocumentLocation
-
Reads an instance of DeidentificationDocumentLocation from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.DeidentificationJob
-
Reads an instance of DeidentificationJob from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.DeidentificationJobCustomizationOptions
-
Reads an instance of DeidentificationJobCustomizationOptions from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.DeidentificationJobSummary
-
Reads an instance of DeidentificationJobSummary from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.DeidentificationResult
-
Reads an instance of DeidentificationResult from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.PhiEntity
-
Reads an instance of PhiEntity from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.PhiTaggerResult
-
Reads an instance of PhiTaggerResult from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.SourceStorageLocation
-
Reads an instance of SourceStorageLocation from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.StringIndex
-
Reads an instance of StringIndex from the JsonReader.
- fromJson(JsonReader) - Static method in class com.azure.health.deidentification.models.TargetStorageLocation
-
Reads an instance of TargetStorageLocation from the JsonReader.
- fromString(String) - Static method in class com.azure.health.deidentification.models.DeidentificationJobStatus
-
Creates or finds a JobStatus from its string representation.
- fromString(String) - Static method in class com.azure.health.deidentification.models.DeidentificationOperationType
-
Creates or finds a DeidentificationOperationType from its string representation.
- fromString(String) - Static method in class com.azure.health.deidentification.models.OperationStatus
-
Creates or finds a OperationStatus from its string representation.
- fromString(String) - Static method in class com.azure.health.deidentification.models.PhiCategory
-
Creates or finds a PhiCategory from its string representation.
G
- getBytesProcessed() - Method in class com.azure.health.deidentification.models.DeidentificationJobSummary
-
Get the bytesProcessed property: Number of bytes processed.
- getCanceledCount() - Method in class com.azure.health.deidentification.models.DeidentificationJobSummary
-
Get the canceledCount property: Number of documents that have been canceled.
- getCategory() - Method in class com.azure.health.deidentification.models.PhiEntity
-
Get the category property: PHI Category of the entity.
- getCodePoint() - Method in class com.azure.health.deidentification.models.StringIndex
-
Get the codePoint property: The offset or length of the substring in CodePoint encoding.
- getConfidenceScore() - Method in class com.azure.health.deidentification.models.PhiEntity
-
Get the confidenceScore property: Confidence score of the category match.
- getCreatedAt() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the createdAt property: Date and time when the job was created.
- getCustomizations() - Method in class com.azure.health.deidentification.models.DeidentificationContent
-
Get the customizations property: Customization parameters to override default service behaviors.
- getCustomizations() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the customizations property: Customization parameters to override default service behaviors.
- getEntities() - Method in class com.azure.health.deidentification.models.PhiTaggerResult
-
Get the entities property: List of entities detected in the input.
- getError() - Method in class com.azure.health.deidentification.models.DeidentificationDocumentDetails
-
Get the error property: Error when document fails.
- getError() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the error property: Error when job fails in it's entirety.
- getEtag() - Method in class com.azure.health.deidentification.models.DeidentificationDocumentLocation
-
Get the etag property: The entity tag for this resource.
- getExtensions() - Method in class com.azure.health.deidentification.models.SourceStorageLocation
-
Get the extensions property: List of extensions to filter path by.
- getFailedCount() - Method in class com.azure.health.deidentification.models.DeidentificationJobSummary
-
Get the failedCount property: Number of documents that have failed.
- getId() - Method in class com.azure.health.deidentification.models.DeidentificationDocumentDetails
-
Get the id property: Id of the document details.
- getInputLocation() - Method in class com.azure.health.deidentification.models.DeidentificationDocumentDetails
-
Get the inputLocation property: Location for the input.
- getInputText() - Method in class com.azure.health.deidentification.models.DeidentificationContent
-
Get the inputText property: Input text to de-identify.
- getJob(String) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
Get a de-identification job.
- getJob(String) - Method in class com.azure.health.deidentification.DeidentificationClient
-
Get a de-identification job.
- getJobName() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the jobName property: The name of a job.
- getJobWithResponse(String, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
Get a de-identification job.
- getJobWithResponse(String, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationClient
-
Get a de-identification job.
- getLastUpdatedAt() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the lastUpdatedAt property: Date and time when the job was completed.
- getLatest() - Static method in enum com.azure.health.deidentification.DeidentificationServiceVersion
-
Gets the latest service version supported by this client library.
- getLength() - Method in class com.azure.health.deidentification.models.PhiEntity
-
Get the length property: Length of the input text.
- getLocation() - Method in class com.azure.health.deidentification.models.DeidentificationDocumentLocation
-
Get the location property: Location of document in storage.
- getLocation() - Method in class com.azure.health.deidentification.models.SourceStorageLocation
-
Get the location property: URL to storage location.
- getLocation() - Method in class com.azure.health.deidentification.models.TargetStorageLocation
-
Get the location property: URL to storage location.
- getOffset() - Method in class com.azure.health.deidentification.models.PhiEntity
-
Get the offset property: Starting index of the location from within the input text.
- getOperationType() - Method in class com.azure.health.deidentification.models.DeidentificationContent
-
Get the operationType property: Operation to perform on the input documents.
- getOperationType() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the operationType property: Operation to perform on the input documents.
- getOutputLocation() - Method in class com.azure.health.deidentification.models.DeidentificationDocumentDetails
-
Get the outputLocation property: Location for the output.
- getOutputText() - Method in class com.azure.health.deidentification.models.DeidentificationResult
-
Get the outputText property: Output text after de-identification.
- getPrefix() - Method in class com.azure.health.deidentification.models.SourceStorageLocation
-
Get the prefix property: Prefix to filter path by.
- getPrefix() - Method in class com.azure.health.deidentification.models.TargetStorageLocation
-
Get the prefix property: Replaces the input prefix of a file path with the output prefix, preserving the rest of the path structure.
- getRedactionFormat() - Method in class com.azure.health.deidentification.models.DeidentificationCustomizationOptions
-
Get the redactionFormat property: Format of the redacted output.
- getRedactionFormat() - Method in class com.azure.health.deidentification.models.DeidentificationJobCustomizationOptions
-
Get the redactionFormat property: Format of the redacted output.
- getSourceLocation() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the sourceLocation property: Storage location to perform the operation on.
- getStartedAt() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the startedAt property: Date and time when the job was started.
- getStatus() - Method in class com.azure.health.deidentification.models.DeidentificationDocumentDetails
-
Get the status property: Status of the document.
- getStatus() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the status property: Current status of a job.
- getSuccessfulCount() - Method in class com.azure.health.deidentification.models.DeidentificationJobSummary
-
Get the successfulCount property: Number of documents that have completed.
- getSummary() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the summary property: Summary of a job.
- getSurrogateLocale() - Method in class com.azure.health.deidentification.models.DeidentificationCustomizationOptions
-
Get the surrogateLocale property: Locale in which the output surrogates are written.
- getSurrogateLocale() - Method in class com.azure.health.deidentification.models.DeidentificationJobCustomizationOptions
-
Get the surrogateLocale property: Locale in which the output surrogates are written.
- getTaggerResult() - Method in class com.azure.health.deidentification.models.DeidentificationResult
-
Get the taggerResult property: Result of the "Tag" operation.
- getTargetLocation() - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Get the targetLocation property: Target location to store output of operation.
- getText() - Method in class com.azure.health.deidentification.models.PhiEntity
-
Get the text property: Text of the entity.
- Get the status of a de-identification job - Search tag in Overview
- Section
- Getting started - Search tag in Overview
- Section
- getTotalCount() - Method in class com.azure.health.deidentification.models.DeidentificationJobSummary
-
Get the totalCount property: Number of documents total.
- getUtf16() - Method in class com.azure.health.deidentification.models.StringIndex
-
Get the utf16 property: The offset or length of the substring in UTF-16 encoding.
- getUtf8() - Method in class com.azure.health.deidentification.models.StringIndex
-
Get the utf8 property: The offset or length of the substring in UTF-8 encoding.
- getVersion() - Method in enum com.azure.health.deidentification.DeidentificationServiceVersion
H
- HEALTH_PLAN - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Health Plan ID Numbers.
- HOSPITAL - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Hospital Name.
- httpClient(HttpClient) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
.
- httpLogOptions(HttpLogOptions) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
.
I
- ID_NUM - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Id Number, eg. passport number.
- IP_ADDRESS - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
IP Address.
- isOverwrite() - Method in class com.azure.health.deidentification.models.TargetStorageLocation
-
Get the overwrite property: When set to true during a job, the service will overwrite the output location if it already exists.
K
- Key concepts - Search tag in Overview
- Section
L
- LICENSE - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
License, eg.
- List all de-identification jobs - Search tag in Overview
- Section
- List all documents in a de-identification job - Search tag in Overview
- Section
- listJobDocuments(String) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
List processed documents within a job.
- listJobDocuments(String) - Method in class com.azure.health.deidentification.DeidentificationClient
-
List processed documents within a job.
- listJobDocuments(String, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
List processed documents within a job.
- listJobDocuments(String, RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationClient
-
List processed documents within a job.
- listJobs() - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
List de-identification jobs.
- listJobs() - Method in class com.azure.health.deidentification.DeidentificationClient
-
List de-identification jobs.
- listJobs(RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationAsyncClient
-
List de-identification jobs.
- listJobs(RequestOptions) - Method in class com.azure.health.deidentification.DeidentificationClient
-
List de-identification jobs.
- LOCATION_OTHER - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Location Other, eg.
M
- MEDICAL_RECORD - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Medical Record Number.
N
- Next steps - Search tag in Overview
- Section
- NOT_STARTED - Static variable in class com.azure.health.deidentification.models.DeidentificationJobStatus
-
Job has been submitted and is waiting to be processed.
- NOT_STARTED - Static variable in class com.azure.health.deidentification.models.OperationStatus
-
The operation has not started.
O
- OperationStatus - Class in com.azure.health.deidentification.models
-
Enum describing allowed operation states.
- OperationStatus() - Constructor for class com.azure.health.deidentification.models.OperationStatus
-
Deprecated.Use the
OperationStatus.fromString(String)factory method. - ORGANIZATION - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Organization, eg.
P
- PATIENT - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Patient Name.
- PhiCategory - Class in com.azure.health.deidentification.models
-
List of PHI Entities.
- PhiCategory() - Constructor for class com.azure.health.deidentification.models.PhiCategory
-
Deprecated.Use the
PhiCategory.fromString(String)factory method. - PhiEntity - Class in com.azure.health.deidentification.models
-
PHI Entity tag in the input.
- PhiTaggerResult - Class in com.azure.health.deidentification.models
-
Result of the "Tag" operation.
- PHONE - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Phone Number.
- pipeline(HttpPipeline) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
.
- Prerequisites - Search tag in Overview
- Section
- PROFESSION - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Profession.
R
- REDACT - Static variable in class com.azure.health.deidentification.models.DeidentificationOperationType
-
Redact Operation will remove all entities of PHI and replace them with a placeholder value.
- retryOptions(RetryOptions) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
.
- retryPolicy(RetryPolicy) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
Sets The retry policy that will attempt to retry failed requests, if applicable.
- RUNNING - Static variable in class com.azure.health.deidentification.models.DeidentificationJobStatus
-
Job has been started.
- RUNNING - Static variable in class com.azure.health.deidentification.models.OperationStatus
-
The operation is in progress.
S
- serviceVersion(DeidentificationServiceVersion) - Method in class com.azure.health.deidentification.DeidentificationClientBuilder
-
Sets Service version.
- setCustomizations(DeidentificationCustomizationOptions) - Method in class com.azure.health.deidentification.models.DeidentificationContent
-
Set the customizations property: Customization parameters to override default service behaviors.
- setCustomizations(DeidentificationJobCustomizationOptions) - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Set the customizations property: Customization parameters to override default service behaviors.
- setExtensions(List<String>) - Method in class com.azure.health.deidentification.models.SourceStorageLocation
-
Set the extensions property: List of extensions to filter path by.
- setOperationType(DeidentificationOperationType) - Method in class com.azure.health.deidentification.models.DeidentificationContent
-
Set the operationType property: Operation to perform on the input documents.
- setOperationType(DeidentificationOperationType) - Method in class com.azure.health.deidentification.models.DeidentificationJob
-
Set the operationType property: Operation to perform on the input documents.
- setOverwrite(Boolean) - Method in class com.azure.health.deidentification.models.TargetStorageLocation
-
Set the overwrite property: When set to true during a job, the service will overwrite the output location if it already exists.
- setRedactionFormat(String) - Method in class com.azure.health.deidentification.models.DeidentificationCustomizationOptions
-
Set the redactionFormat property: Format of the redacted output.
- setRedactionFormat(String) - Method in class com.azure.health.deidentification.models.DeidentificationJobCustomizationOptions
-
Set the redactionFormat property: Format of the redacted output.
- setSurrogateLocale(String) - Method in class com.azure.health.deidentification.models.DeidentificationCustomizationOptions
-
Set the surrogateLocale property: Locale in which the output surrogates are written.
- setSurrogateLocale(String) - Method in class com.azure.health.deidentification.models.DeidentificationJobCustomizationOptions
-
Set the surrogateLocale property: Locale in which the output surrogates are written.
- SOCIAL_SECURITY - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Social Security Number.
- SourceStorageLocation - Class in com.azure.health.deidentification.models
-
Storage location.
- SourceStorageLocation(String, String) - Constructor for class com.azure.health.deidentification.models.SourceStorageLocation
-
Creates an instance of SourceStorageLocation class.
- STATE - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
State.
- STREET - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Street.
- StringIndex - Class in com.azure.health.deidentification.models
-
String index encoding model.
- SUCCEEDED - Static variable in class com.azure.health.deidentification.models.DeidentificationJobStatus
-
Job has completed successfully.
- SUCCEEDED - Static variable in class com.azure.health.deidentification.models.OperationStatus
-
The operation has completed successfully.
- SURROGATE - Static variable in class com.azure.health.deidentification.models.DeidentificationOperationType
-
Surrogation Operation will replace all entities of PHI with a surrogate value.
T
- TAG - Static variable in class com.azure.health.deidentification.models.DeidentificationOperationType
-
Tag Operation will detect all entities of PHI, their type, and return their locations in the document.
- TargetStorageLocation - Class in com.azure.health.deidentification.models
-
Storage location.
- TargetStorageLocation(String, String) - Constructor for class com.azure.health.deidentification.models.TargetStorageLocation
-
Creates an instance of TargetStorageLocation class.
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.DeidentificationContent
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.DeidentificationCustomizationOptions
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.DeidentificationDocumentDetails
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.DeidentificationDocumentLocation
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.DeidentificationJob
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.DeidentificationJobCustomizationOptions
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.DeidentificationJobSummary
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.DeidentificationResult
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.PhiEntity
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.PhiTaggerResult
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.SourceStorageLocation
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.StringIndex
- toJson(JsonWriter) - Method in class com.azure.health.deidentification.models.TargetStorageLocation
- Troubleshooting - Search tag in Overview
- Section
U
- UNKNOWN - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Unknown PHI Type.
- URL - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Web URL.
- USERNAME - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Usernames, eg. a social media handle.
V
- V2024_11_15 - Enum constant in enum com.azure.health.deidentification.DeidentificationServiceVersion
-
Enum value 2024-11-15.
- valueOf(String) - Static method in enum com.azure.health.deidentification.DeidentificationServiceVersion
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.azure.health.deidentification.DeidentificationServiceVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class com.azure.health.deidentification.models.DeidentificationJobStatus
-
Gets known JobStatus values.
- values() - Static method in class com.azure.health.deidentification.models.DeidentificationOperationType
-
Gets known DeidentificationOperationType values.
- values() - Static method in class com.azure.health.deidentification.models.OperationStatus
-
Gets known OperationStatus values.
- values() - Static method in class com.azure.health.deidentification.models.PhiCategory
-
Gets known PhiCategory values.
- VEHICLE - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Vehicle IDs, eg. license plate or VIN number.
Z
- ZIP - Static variable in class com.azure.health.deidentification.models.PhiCategory
-
Zip Code.
All Classes and Interfaces|All Packages
DeidentificationJobStatus.fromString(String)factory method.