| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical |
Amazon Comprehend Medical extracts structured information from unstructured clinical text.
|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<InferIcd10CmResponse> |
ComprehendMedicalAsyncClient.inferICD10CM(Consumer<InferIcd10CmRequest.Builder> 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.
|
default InferIcd10CmResponse |
ComprehendMedicalClient.inferICD10CM(Consumer<InferIcd10CmRequest.Builder> 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 |
|---|---|
static InferIcd10CmRequest.Builder |
InferIcd10CmRequest.builder() |
InferIcd10CmRequest.Builder |
InferIcd10CmRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
InferIcd10CmRequest.Builder |
InferIcd10CmRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
InferIcd10CmRequest.Builder |
InferIcd10CmRequest.Builder.text(String text)
The input text used for analysis.
|
InferIcd10CmRequest.Builder |
InferIcd10CmRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InferIcd10CmRequest.Builder> |
InferIcd10CmRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.