| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical |
Amazon Comprehend Medical extracts structured information from unstructured clinical text.
|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
InferSNOMEDCTResult |
AbstractAWSComprehendMedical.inferSNOMEDCT(InferSNOMEDCTRequest request) |
InferSNOMEDCTResult |
AWSComprehendMedicalClient.inferSNOMEDCT(InferSNOMEDCTRequest request)
InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized
Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
|
InferSNOMEDCTResult |
AWSComprehendMedical.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
|
| Modifier and Type | Method and Description |
|---|---|
Future<InferSNOMEDCTResult> |
AbstractAWSComprehendMedicalAsync.inferSNOMEDCTAsync(InferSNOMEDCTRequest request) |
Future<InferSNOMEDCTResult> |
AWSComprehendMedicalAsync.inferSNOMEDCTAsync(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
|
Future<InferSNOMEDCTResult> |
AWSComprehendMedicalAsyncClient.inferSNOMEDCTAsync(InferSNOMEDCTRequest request) |
Future<InferSNOMEDCTResult> |
AbstractAWSComprehendMedicalAsync.inferSNOMEDCTAsync(InferSNOMEDCTRequest request,
AsyncHandler<InferSNOMEDCTRequest,InferSNOMEDCTResult> asyncHandler) |
Future<InferSNOMEDCTResult> |
AWSComprehendMedicalAsync.inferSNOMEDCTAsync(InferSNOMEDCTRequest inferSNOMEDCTRequest,
AsyncHandler<InferSNOMEDCTRequest,InferSNOMEDCTResult> asyncHandler)
InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized
Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
|
Future<InferSNOMEDCTResult> |
AWSComprehendMedicalAsyncClient.inferSNOMEDCTAsync(InferSNOMEDCTRequest request,
AsyncHandler<InferSNOMEDCTRequest,InferSNOMEDCTResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<InferSNOMEDCTResult> |
AbstractAWSComprehendMedicalAsync.inferSNOMEDCTAsync(InferSNOMEDCTRequest request,
AsyncHandler<InferSNOMEDCTRequest,InferSNOMEDCTResult> asyncHandler) |
Future<InferSNOMEDCTResult> |
AWSComprehendMedicalAsync.inferSNOMEDCTAsync(InferSNOMEDCTRequest inferSNOMEDCTRequest,
AsyncHandler<InferSNOMEDCTRequest,InferSNOMEDCTResult> asyncHandler)
InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized
Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
|
Future<InferSNOMEDCTResult> |
AWSComprehendMedicalAsyncClient.inferSNOMEDCTAsync(InferSNOMEDCTRequest request,
AsyncHandler<InferSNOMEDCTRequest,InferSNOMEDCTResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
InferSNOMEDCTResult |
InferSNOMEDCTResult.clone() |
InferSNOMEDCTResult |
InferSNOMEDCTResult.withCharacters(Characters characters)
The number of characters in the input request documentation.
|
InferSNOMEDCTResult |
InferSNOMEDCTResult.withEntities(Collection<SNOMEDCTEntity> entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
InferSNOMEDCTResult |
InferSNOMEDCTResult.withEntities(SNOMEDCTEntity... entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
InferSNOMEDCTResult |
InferSNOMEDCTResult.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.
|
InferSNOMEDCTResult |
InferSNOMEDCTResult.withPaginationToken(String paginationToken)
If the result of the request is truncated, the pagination token can be used to fetch the next page of entities.
|
InferSNOMEDCTResult |
InferSNOMEDCTResult.withSNOMEDCTDetails(SNOMEDCTDetails sNOMEDCTDetails)
The details of the SNOMED-CT revision, including the edition, language, and version date.
|
Copyright © 2024. All rights reserved.