default DetectEntitiesResponse |
ComprehendMedicalClient.detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest) |
Deprecated.
|
default DetectEntitiesResponse |
ComprehendMedicalClient.detectEntities(DetectEntitiesRequest detectEntitiesRequest) |
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 returns the entity category,
location, and confidence score for each entity.
|
default DetectPhiResponse |
ComprehendMedicalClient.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.
|
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.
|
default InferSnomedctResponse |
ComprehendMedicalClient.inferSNOMEDCT(Consumer<InferSnomedctRequest.Builder> inferSnomedctRequest) |
InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized
Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
|
default InferSnomedctResponse |
ComprehendMedicalClient.inferSNOMEDCT(InferSnomedctRequest inferSnomedctRequest) |
InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized
Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
|