| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical |
Comprehend Medical; extracts structured information from unstructured clinical text.
|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<InferRxNormResponse> |
ComprehendMedicalAsyncClient.inferRxNorm(Consumer<InferRxNormRequest.Builder> inferRxNormRequest)
InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept
identifiers in the RxNorm database from the National Library of Medicine.
|
default InferRxNormResponse |
ComprehendMedicalClient.inferRxNorm(Consumer<InferRxNormRequest.Builder> inferRxNormRequest)
InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept
identifiers in the RxNorm database from the National Library of Medicine.
|
| Modifier and Type | Method and Description |
|---|---|
static InferRxNormRequest.Builder |
InferRxNormRequest.builder() |
InferRxNormRequest.Builder |
InferRxNormRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
InferRxNormRequest.Builder |
InferRxNormRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
InferRxNormRequest.Builder |
InferRxNormRequest.Builder.text(String text)
The input text used for analysis.
|
InferRxNormRequest.Builder |
InferRxNormRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InferRxNormRequest.Builder> |
InferRxNormRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.