| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical |
Amazon Comprehend Medical extracts structured information from unstructured clinical text.
|
| Modifier and Type | Method and Description |
|---|---|
default DetectEntitiesResponse |
ComprehendMedicalClient.detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)
The
DetectEntities operation is deprecated. |
default DetectEntitiesResponse |
ComprehendMedicalClient.detectEntities(DetectEntitiesRequest detectEntitiesRequest)
The
DetectEntities operation is deprecated. |
default DetectEntitiesV2Response |
ComprehendMedicalClient.detectEntitiesV2(Consumer<DetectEntitiesV2Request.Builder> detectEntitiesV2Request)
Inspects the clinical text for a variety of medical entities and returns specific information about them such as
entity category, location, and confidence score on that information.
|
default DetectEntitiesV2Response |
ComprehendMedicalClient.detectEntitiesV2(DetectEntitiesV2Request detectEntitiesV2Request)
Inspects the clinical text for a variety of medical entities and returns specific information about them such as
entity category, location, and confidence score on that information.
|
default DetectPhiResponse |
ComprehendMedicalClient.detectPHI(Consumer<DetectPhiRequest.Builder> detectPhiRequest)
Inspects the clinical text for protected health information (PHI) entities and entity category, location, and
confidence score on that information.
|
default DetectPhiResponse |
ComprehendMedicalClient.detectPHI(DetectPhiRequest detectPhiRequest)
Inspects the clinical text for protected health information (PHI) entities and entity category, location, and
confidence score on that information.
|
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.
|
default InferIcd10CmResponse |
ComprehendMedicalClient.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.
|
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.
|
default InferRxNormResponse |
ComprehendMedicalClient.inferRxNorm(InferRxNormRequest 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.
|
Copyright © 2020. All rights reserved.