| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical |
Comprehend Medical; extracts structured information from unstructured clinical text.
|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
DetectPHIResult |
AWSComprehendMedicalClient.detectPHI(DetectPHIRequest request)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
DetectPHIResult |
AbstractAWSComprehendMedical.detectPHI(DetectPHIRequest request) |
DetectPHIResult |
AWSComprehendMedical.detectPHI(DetectPHIRequest detectPHIRequest)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
Future<DetectPHIResult> |
AWSComprehendMedicalAsyncClient.detectPHIAsync(DetectPHIRequest request) |
Future<DetectPHIResult> |
AbstractAWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest request) |
Future<DetectPHIResult> |
AWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest detectPHIRequest)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
Future<DetectPHIResult> |
AWSComprehendMedicalAsyncClient.detectPHIAsync(DetectPHIRequest request,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler) |
Future<DetectPHIResult> |
AbstractAWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest request,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler) |
Future<DetectPHIResult> |
AWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest detectPHIRequest,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DetectPHIResult> |
AWSComprehendMedicalAsyncClient.detectPHIAsync(DetectPHIRequest request,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler) |
Future<DetectPHIResult> |
AbstractAWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest request,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler) |
Future<DetectPHIResult> |
AWSComprehendMedicalAsync.detectPHIAsync(DetectPHIRequest detectPHIRequest,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
Inspects the clinical text for protected health information (PHI) entities and returns the entity category,
location, and confidence score for each entity.
|
| Modifier and Type | Method and Description |
|---|---|
DetectPHIRequest |
DetectPHIRequest.clone() |
DetectPHIRequest |
DetectPHIRequest.withText(String text)
A UTF-8 text string containing the clinical content being examined for PHI entities.
|
Copyright © 2023. All rights reserved.