| 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 |
|---|---|
InferICD10CMResult |
AWSComprehendMedicalClient.inferICD10CM(InferICD10CMRequest request)
InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to
normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.
|
InferICD10CMResult |
AbstractAWSComprehendMedical.inferICD10CM(InferICD10CMRequest request) |
InferICD10CMResult |
AWSComprehendMedical.inferICD10CM(InferICD10CMRequest inferICD10CMRequest)
InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to
normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.
|
| Modifier and Type | Method and Description |
|---|---|
Future<InferICD10CMResult> |
AbstractAWSComprehendMedicalAsync.inferICD10CMAsync(InferICD10CMRequest request) |
Future<InferICD10CMResult> |
AWSComprehendMedicalAsync.inferICD10CMAsync(InferICD10CMRequest inferICD10CMRequest)
InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to
normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.
|
Future<InferICD10CMResult> |
AWSComprehendMedicalAsyncClient.inferICD10CMAsync(InferICD10CMRequest request) |
Future<InferICD10CMResult> |
AbstractAWSComprehendMedicalAsync.inferICD10CMAsync(InferICD10CMRequest request,
AsyncHandler<InferICD10CMRequest,InferICD10CMResult> asyncHandler) |
Future<InferICD10CMResult> |
AWSComprehendMedicalAsync.inferICD10CMAsync(InferICD10CMRequest inferICD10CMRequest,
AsyncHandler<InferICD10CMRequest,InferICD10CMResult> asyncHandler)
InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to
normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.
|
Future<InferICD10CMResult> |
AWSComprehendMedicalAsyncClient.inferICD10CMAsync(InferICD10CMRequest request,
AsyncHandler<InferICD10CMRequest,InferICD10CMResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<InferICD10CMResult> |
AbstractAWSComprehendMedicalAsync.inferICD10CMAsync(InferICD10CMRequest request,
AsyncHandler<InferICD10CMRequest,InferICD10CMResult> asyncHandler) |
Future<InferICD10CMResult> |
AWSComprehendMedicalAsync.inferICD10CMAsync(InferICD10CMRequest inferICD10CMRequest,
AsyncHandler<InferICD10CMRequest,InferICD10CMResult> asyncHandler)
InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to
normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.
|
Future<InferICD10CMResult> |
AWSComprehendMedicalAsyncClient.inferICD10CMAsync(InferICD10CMRequest request,
AsyncHandler<InferICD10CMRequest,InferICD10CMResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
InferICD10CMResult |
InferICD10CMResult.clone() |
InferICD10CMResult |
InferICD10CMResult.withEntities(Collection<ICD10CMEntity> entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
InferICD10CMResult |
InferICD10CMResult.withEntities(ICD10CMEntity... entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
InferICD10CMResult |
InferICD10CMResult.withModelVersion(String modelVersion)
The version of the model used to analyze the documents, in the format n.n.n You can use this
information to track the model used for a particular batch of documents.
|
InferICD10CMResult |
InferICD10CMResult.withPaginationToken(String paginationToken)
If the result of the previous request to
InferICD10CM was truncated, include the
PaginationToken to fetch the next page of medical condition entities. |
Copyright © 2021. All rights reserved.