@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface ComprehendMedicalAsyncClient extends AwsClient
builder() method.
Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents. Amazon Comprehend Medical only detects entities in English language texts. Amazon Comprehend Medical places limits on the sizes of files allowed for different API operations. To learn more, see Guidelines and quotas in the Amazon Comprehend Medical Developer Guide.
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static ComprehendMedicalAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
ComprehendMedicalAsyncClient. |
static ComprehendMedicalAsyncClient |
create()
Create a
ComprehendMedicalAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<DescribeEntitiesDetectionV2JobResponse> |
describeEntitiesDetectionV2Job(Consumer<DescribeEntitiesDetectionV2JobRequest.Builder> describeEntitiesDetectionV2JobRequest)
Gets the properties associated with a medical entities detection job.
|
default CompletableFuture<DescribeEntitiesDetectionV2JobResponse> |
describeEntitiesDetectionV2Job(DescribeEntitiesDetectionV2JobRequest describeEntitiesDetectionV2JobRequest)
Gets the properties associated with a medical entities detection job.
|
default CompletableFuture<DescribeIcd10CmInferenceJobResponse> |
describeICD10CMInferenceJob(Consumer<DescribeIcd10CmInferenceJobRequest.Builder> describeIcd10CmInferenceJobRequest)
Gets the properties associated with an InferICD10CM job.
|
default CompletableFuture<DescribeIcd10CmInferenceJobResponse> |
describeICD10CMInferenceJob(DescribeIcd10CmInferenceJobRequest describeIcd10CmInferenceJobRequest)
Gets the properties associated with an InferICD10CM job.
|
default CompletableFuture<DescribePhiDetectionJobResponse> |
describePHIDetectionJob(Consumer<DescribePhiDetectionJobRequest.Builder> describePhiDetectionJobRequest)
Gets the properties associated with a protected health information (PHI) detection job.
|
default CompletableFuture<DescribePhiDetectionJobResponse> |
describePHIDetectionJob(DescribePhiDetectionJobRequest describePhiDetectionJobRequest)
Gets the properties associated with a protected health information (PHI) detection job.
|
default CompletableFuture<DescribeRxNormInferenceJobResponse> |
describeRxNormInferenceJob(Consumer<DescribeRxNormInferenceJobRequest.Builder> describeRxNormInferenceJobRequest)
Gets the properties associated with an InferRxNorm job.
|
default CompletableFuture<DescribeRxNormInferenceJobResponse> |
describeRxNormInferenceJob(DescribeRxNormInferenceJobRequest describeRxNormInferenceJobRequest)
Gets the properties associated with an InferRxNorm job.
|
default CompletableFuture<DescribeSnomedctInferenceJobResponse> |
describeSNOMEDCTInferenceJob(Consumer<DescribeSnomedctInferenceJobRequest.Builder> describeSnomedctInferenceJobRequest)
Gets the properties associated with an InferSNOMEDCT job.
|
default CompletableFuture<DescribeSnomedctInferenceJobResponse> |
describeSNOMEDCTInferenceJob(DescribeSnomedctInferenceJobRequest describeSnomedctInferenceJobRequest)
Gets the properties associated with an InferSNOMEDCT job.
|
default CompletableFuture<DetectEntitiesResponse> |
detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)
Deprecated.
This operation is deprecated, use DetectEntitiesV2 instead.
|
default CompletableFuture<DetectEntitiesResponse> |
detectEntities(DetectEntitiesRequest detectEntitiesRequest)
Deprecated.
This operation is deprecated, use DetectEntitiesV2 instead.
|
default CompletableFuture<DetectEntitiesV2Response> |
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 CompletableFuture<DetectEntitiesV2Response> |
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 CompletableFuture<DetectPhiResponse> |
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 CompletableFuture<DetectPhiResponse> |
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 CompletableFuture<InferIcd10CmResponse> |
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 CompletableFuture<InferIcd10CmResponse> |
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 CompletableFuture<InferRxNormResponse> |
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 CompletableFuture<InferRxNormResponse> |
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 CompletableFuture<InferSnomedctResponse> |
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 CompletableFuture<InferSnomedctResponse> |
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
|
default CompletableFuture<ListEntitiesDetectionV2JobsResponse> |
listEntitiesDetectionV2Jobs(Consumer<ListEntitiesDetectionV2JobsRequest.Builder> listEntitiesDetectionV2JobsRequest)
Gets a list of medical entity detection jobs that you have submitted.
|
default CompletableFuture<ListEntitiesDetectionV2JobsResponse> |
listEntitiesDetectionV2Jobs(ListEntitiesDetectionV2JobsRequest listEntitiesDetectionV2JobsRequest)
Gets a list of medical entity detection jobs that you have submitted.
|
default CompletableFuture<ListIcd10CmInferenceJobsResponse> |
listICD10CMInferenceJobs(Consumer<ListIcd10CmInferenceJobsRequest.Builder> listIcd10CmInferenceJobsRequest)
Gets a list of InferICD10CM jobs that you have submitted.
|
default CompletableFuture<ListIcd10CmInferenceJobsResponse> |
listICD10CMInferenceJobs(ListIcd10CmInferenceJobsRequest listIcd10CmInferenceJobsRequest)
Gets a list of InferICD10CM jobs that you have submitted.
|
default CompletableFuture<ListPhiDetectionJobsResponse> |
listPHIDetectionJobs(Consumer<ListPhiDetectionJobsRequest.Builder> listPhiDetectionJobsRequest)
Gets a list of protected health information (PHI) detection jobs you have submitted.
|
default CompletableFuture<ListPhiDetectionJobsResponse> |
listPHIDetectionJobs(ListPhiDetectionJobsRequest listPhiDetectionJobsRequest)
Gets a list of protected health information (PHI) detection jobs you have submitted.
|
default CompletableFuture<ListRxNormInferenceJobsResponse> |
listRxNormInferenceJobs(Consumer<ListRxNormInferenceJobsRequest.Builder> listRxNormInferenceJobsRequest)
Gets a list of InferRxNorm jobs that you have submitted.
|
default CompletableFuture<ListRxNormInferenceJobsResponse> |
listRxNormInferenceJobs(ListRxNormInferenceJobsRequest listRxNormInferenceJobsRequest)
Gets a list of InferRxNorm jobs that you have submitted.
|
default CompletableFuture<ListSnomedctInferenceJobsResponse> |
listSNOMEDCTInferenceJobs(Consumer<ListSnomedctInferenceJobsRequest.Builder> listSnomedctInferenceJobsRequest)
Gets a list of InferSNOMEDCT jobs a user has submitted.
|
default CompletableFuture<ListSnomedctInferenceJobsResponse> |
listSNOMEDCTInferenceJobs(ListSnomedctInferenceJobsRequest listSnomedctInferenceJobsRequest)
Gets a list of InferSNOMEDCT jobs a user has submitted.
|
default ComprehendMedicalServiceClientConfiguration |
serviceClientConfiguration() |
default CompletableFuture<StartEntitiesDetectionV2JobResponse> |
startEntitiesDetectionV2Job(Consumer<StartEntitiesDetectionV2JobRequest.Builder> startEntitiesDetectionV2JobRequest)
Starts an asynchronous medical entity detection job for a collection of documents.
|
default CompletableFuture<StartEntitiesDetectionV2JobResponse> |
startEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest startEntitiesDetectionV2JobRequest)
Starts an asynchronous medical entity detection job for a collection of documents.
|
default CompletableFuture<StartIcd10CmInferenceJobResponse> |
startICD10CMInferenceJob(Consumer<StartIcd10CmInferenceJobRequest.Builder> startIcd10CmInferenceJobRequest)
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.
|
default CompletableFuture<StartIcd10CmInferenceJobResponse> |
startICD10CMInferenceJob(StartIcd10CmInferenceJobRequest startIcd10CmInferenceJobRequest)
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.
|
default CompletableFuture<StartPhiDetectionJobResponse> |
startPHIDetectionJob(Consumer<StartPhiDetectionJobRequest.Builder> startPhiDetectionJobRequest)
Starts an asynchronous job to detect protected health information (PHI).
|
default CompletableFuture<StartPhiDetectionJobResponse> |
startPHIDetectionJob(StartPhiDetectionJobRequest startPhiDetectionJobRequest)
Starts an asynchronous job to detect protected health information (PHI).
|
default CompletableFuture<StartRxNormInferenceJobResponse> |
startRxNormInferenceJob(Consumer<StartRxNormInferenceJobRequest.Builder> startRxNormInferenceJobRequest)
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
|
default CompletableFuture<StartRxNormInferenceJobResponse> |
startRxNormInferenceJob(StartRxNormInferenceJobRequest startRxNormInferenceJobRequest)
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
|
default CompletableFuture<StartSnomedctInferenceJobResponse> |
startSNOMEDCTInferenceJob(Consumer<StartSnomedctInferenceJobRequest.Builder> startSnomedctInferenceJobRequest)
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.
|
default CompletableFuture<StartSnomedctInferenceJobResponse> |
startSNOMEDCTInferenceJob(StartSnomedctInferenceJobRequest startSnomedctInferenceJobRequest)
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.
|
default CompletableFuture<StopEntitiesDetectionV2JobResponse> |
stopEntitiesDetectionV2Job(Consumer<StopEntitiesDetectionV2JobRequest.Builder> stopEntitiesDetectionV2JobRequest)
Stops a medical entities detection job in progress.
|
default CompletableFuture<StopEntitiesDetectionV2JobResponse> |
stopEntitiesDetectionV2Job(StopEntitiesDetectionV2JobRequest stopEntitiesDetectionV2JobRequest)
Stops a medical entities detection job in progress.
|
default CompletableFuture<StopIcd10CmInferenceJobResponse> |
stopICD10CMInferenceJob(Consumer<StopIcd10CmInferenceJobRequest.Builder> stopIcd10CmInferenceJobRequest)
Stops an InferICD10CM inference job in progress.
|
default CompletableFuture<StopIcd10CmInferenceJobResponse> |
stopICD10CMInferenceJob(StopIcd10CmInferenceJobRequest stopIcd10CmInferenceJobRequest)
Stops an InferICD10CM inference job in progress.
|
default CompletableFuture<StopPhiDetectionJobResponse> |
stopPHIDetectionJob(Consumer<StopPhiDetectionJobRequest.Builder> stopPhiDetectionJobRequest)
Stops a protected health information (PHI) detection job in progress.
|
default CompletableFuture<StopPhiDetectionJobResponse> |
stopPHIDetectionJob(StopPhiDetectionJobRequest stopPhiDetectionJobRequest)
Stops a protected health information (PHI) detection job in progress.
|
default CompletableFuture<StopRxNormInferenceJobResponse> |
stopRxNormInferenceJob(Consumer<StopRxNormInferenceJobRequest.Builder> stopRxNormInferenceJobRequest)
Stops an InferRxNorm inference job in progress.
|
default CompletableFuture<StopRxNormInferenceJobResponse> |
stopRxNormInferenceJob(StopRxNormInferenceJobRequest stopRxNormInferenceJobRequest)
Stops an InferRxNorm inference job in progress.
|
default CompletableFuture<StopSnomedctInferenceJobResponse> |
stopSNOMEDCTInferenceJob(Consumer<StopSnomedctInferenceJobRequest.Builder> stopSnomedctInferenceJobRequest)
Stops an InferSNOMEDCT inference job in progress.
|
default CompletableFuture<StopSnomedctInferenceJobResponse> |
stopSNOMEDCTInferenceJob(StopSnomedctInferenceJobRequest stopSnomedctInferenceJobRequest)
Stops an InferSNOMEDCT inference job in progress.
|
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.default CompletableFuture<DescribeEntitiesDetectionV2JobResponse> describeEntitiesDetectionV2Job(DescribeEntitiesDetectionV2JobRequest describeEntitiesDetectionV2JobRequest)
Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
describeEntitiesDetectionV2JobRequest - default CompletableFuture<DescribeEntitiesDetectionV2JobResponse> describeEntitiesDetectionV2Job(Consumer<DescribeEntitiesDetectionV2JobRequest.Builder> describeEntitiesDetectionV2JobRequest)
Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
This is a convenience which creates an instance of the DescribeEntitiesDetectionV2JobRequest.Builder
avoiding the need to create one manually via DescribeEntitiesDetectionV2JobRequest.builder()
describeEntitiesDetectionV2JobRequest - A Consumer that will call methods on
DescribeEntitiesDetectionV2JobRequest.Builder
to create a request.default CompletableFuture<DescribeIcd10CmInferenceJobResponse> describeICD10CMInferenceJob(DescribeIcd10CmInferenceJobRequest describeIcd10CmInferenceJobRequest)
Gets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.
describeIcd10CmInferenceJobRequest - default CompletableFuture<DescribeIcd10CmInferenceJobResponse> describeICD10CMInferenceJob(Consumer<DescribeIcd10CmInferenceJobRequest.Builder> describeIcd10CmInferenceJobRequest)
Gets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.
This is a convenience which creates an instance of the DescribeIcd10CmInferenceJobRequest.Builder
avoiding the need to create one manually via DescribeIcd10CmInferenceJobRequest.builder()
describeIcd10CmInferenceJobRequest - A Consumer that will call methods on
DescribeIcd10CmInferenceJobRequest.Builder
to create a request.default CompletableFuture<DescribePhiDetectionJobResponse> describePHIDetectionJob(DescribePhiDetectionJobRequest describePhiDetectionJobRequest)
Gets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
describePhiDetectionJobRequest - default CompletableFuture<DescribePhiDetectionJobResponse> describePHIDetectionJob(Consumer<DescribePhiDetectionJobRequest.Builder> describePhiDetectionJobRequest)
Gets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
This is a convenience which creates an instance of the DescribePhiDetectionJobRequest.Builder avoiding
the need to create one manually via DescribePhiDetectionJobRequest.builder()
describePhiDetectionJobRequest - A Consumer that will call methods on
DescribePhiDetectionJobRequest.Builder to
create a request.default CompletableFuture<DescribeRxNormInferenceJobResponse> describeRxNormInferenceJob(DescribeRxNormInferenceJobRequest describeRxNormInferenceJobRequest)
Gets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.
describeRxNormInferenceJobRequest - default CompletableFuture<DescribeRxNormInferenceJobResponse> describeRxNormInferenceJob(Consumer<DescribeRxNormInferenceJobRequest.Builder> describeRxNormInferenceJobRequest)
Gets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.
This is a convenience which creates an instance of the DescribeRxNormInferenceJobRequest.Builder avoiding
the need to create one manually via DescribeRxNormInferenceJobRequest.builder()
describeRxNormInferenceJobRequest - A Consumer that will call methods on
DescribeRxNormInferenceJobRequest.Builder
to create a request.default CompletableFuture<DescribeSnomedctInferenceJobResponse> describeSNOMEDCTInferenceJob(DescribeSnomedctInferenceJobRequest describeSnomedctInferenceJobRequest)
Gets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.
describeSnomedctInferenceJobRequest - default CompletableFuture<DescribeSnomedctInferenceJobResponse> describeSNOMEDCTInferenceJob(Consumer<DescribeSnomedctInferenceJobRequest.Builder> describeSnomedctInferenceJobRequest)
Gets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.
This is a convenience which creates an instance of the DescribeSnomedctInferenceJobRequest.Builder
avoiding the need to create one manually via DescribeSnomedctInferenceJobRequest.builder()
describeSnomedctInferenceJobRequest - A Consumer that will call methods on
DescribeSnomedctInferenceJobRequest.Builder
to create a request.@Deprecated default CompletableFuture<DetectEntitiesResponse> detectEntities(DetectEntitiesRequest detectEntitiesRequest)
The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation
instead.
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.
detectEntitiesRequest - @Deprecated default CompletableFuture<DetectEntitiesResponse> detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)
The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation
instead.
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.
This is a convenience which creates an instance of the DetectEntitiesRequest.Builder avoiding the need to
create one manually via DetectEntitiesRequest.builder()
detectEntitiesRequest - A Consumer that will call methods on
DetectEntitiesRequest.Builder to create a
request.default CompletableFuture<DetectEntitiesV2Response> 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. Amazon Comprehend Medical only detects medical entities in English language texts.
The DetectEntitiesV2 operation replaces the DetectEntities operation. This new action uses a
different model for determining the entities in your medical text and changes the way that some entities are
returned in the output. You should use the DetectEntitiesV2 operation in all new applications.
The DetectEntitiesV2 operation returns the Acuity and Direction entities
as attributes instead of types.
detectEntitiesV2Request - default CompletableFuture<DetectEntitiesV2Response> 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. Amazon Comprehend Medical only detects medical entities in English language texts.
The DetectEntitiesV2 operation replaces the DetectEntities operation. This new action uses a
different model for determining the entities in your medical text and changes the way that some entities are
returned in the output. You should use the DetectEntitiesV2 operation in all new applications.
The DetectEntitiesV2 operation returns the Acuity and Direction entities
as attributes instead of types.
This is a convenience which creates an instance of the DetectEntitiesV2Request.Builder avoiding the need
to create one manually via DetectEntitiesV2Request.builder()
detectEntitiesV2Request - A Consumer that will call methods on
DetectEntitiesV2Request.Builder to create
a request.default CompletableFuture<DetectPhiResponse> 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. Amazon Comprehend Medical only detects entities in English language texts.
detectPhiRequest - default CompletableFuture<DetectPhiResponse> 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. Amazon Comprehend Medical only detects entities in English language texts.
This is a convenience which creates an instance of the DetectPhiRequest.Builder avoiding the need to
create one manually via DetectPhiRequest.builder()
detectPhiRequest - A Consumer that will call methods on
DetectPhiRequest.Builder to create a
request.default CompletableFuture<InferIcd10CmResponse> 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. Amazon Comprehend Medical only detects medical entities in English language texts.
inferIcd10CmRequest - default CompletableFuture<InferIcd10CmResponse> 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. Amazon Comprehend Medical only detects medical entities in English language texts.
This is a convenience which creates an instance of the InferIcd10CmRequest.Builder avoiding the need to
create one manually via InferIcd10CmRequest.builder()
inferIcd10CmRequest - A Consumer that will call methods on
InferIcd10CmRequest.Builder to create a
request.default CompletableFuture<InferRxNormResponse> 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. Amazon Comprehend Medical only detects medical entities in English language texts.
inferRxNormRequest - default CompletableFuture<InferRxNormResponse> 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. Amazon Comprehend Medical only detects medical entities in English language texts.
This is a convenience which creates an instance of the InferRxNormRequest.Builder avoiding the need to
create one manually via InferRxNormRequest.builder()
inferRxNormRequest - A Consumer that will call methods on
InferRxNormRequest.Builder to create a
request.default CompletableFuture<InferSnomedctResponse> 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
inferSnomedctRequest - default CompletableFuture<InferSnomedctResponse> 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
This is a convenience which creates an instance of the InferSnomedctRequest.Builder avoiding the need to
create one manually via InferSnomedctRequest.builder()
inferSnomedctRequest - A Consumer that will call methods on
InferSnomedctRequest.Builder to create a
request.default CompletableFuture<ListEntitiesDetectionV2JobsResponse> listEntitiesDetectionV2Jobs(ListEntitiesDetectionV2JobsRequest listEntitiesDetectionV2JobsRequest)
Gets a list of medical entity detection jobs that you have submitted.
listEntitiesDetectionV2JobsRequest - default CompletableFuture<ListEntitiesDetectionV2JobsResponse> listEntitiesDetectionV2Jobs(Consumer<ListEntitiesDetectionV2JobsRequest.Builder> listEntitiesDetectionV2JobsRequest)
Gets a list of medical entity detection jobs that you have submitted.
This is a convenience which creates an instance of the ListEntitiesDetectionV2JobsRequest.Builder
avoiding the need to create one manually via ListEntitiesDetectionV2JobsRequest.builder()
listEntitiesDetectionV2JobsRequest - A Consumer that will call methods on
ListEntitiesDetectionV2JobsRequest.Builder
to create a request.default CompletableFuture<ListIcd10CmInferenceJobsResponse> listICD10CMInferenceJobs(ListIcd10CmInferenceJobsRequest listIcd10CmInferenceJobsRequest)
Gets a list of InferICD10CM jobs that you have submitted.
listIcd10CmInferenceJobsRequest - default CompletableFuture<ListIcd10CmInferenceJobsResponse> listICD10CMInferenceJobs(Consumer<ListIcd10CmInferenceJobsRequest.Builder> listIcd10CmInferenceJobsRequest)
Gets a list of InferICD10CM jobs that you have submitted.
This is a convenience which creates an instance of the ListIcd10CmInferenceJobsRequest.Builder avoiding
the need to create one manually via ListIcd10CmInferenceJobsRequest.builder()
listIcd10CmInferenceJobsRequest - A Consumer that will call methods on
ListIcd10CmInferenceJobsRequest.Builder to
create a request.default CompletableFuture<ListPhiDetectionJobsResponse> listPHIDetectionJobs(ListPhiDetectionJobsRequest listPhiDetectionJobsRequest)
Gets a list of protected health information (PHI) detection jobs you have submitted.
listPhiDetectionJobsRequest - default CompletableFuture<ListPhiDetectionJobsResponse> listPHIDetectionJobs(Consumer<ListPhiDetectionJobsRequest.Builder> listPhiDetectionJobsRequest)
Gets a list of protected health information (PHI) detection jobs you have submitted.
This is a convenience which creates an instance of the ListPhiDetectionJobsRequest.Builder avoiding the
need to create one manually via ListPhiDetectionJobsRequest.builder()
listPhiDetectionJobsRequest - A Consumer that will call methods on
ListPhiDetectionJobsRequest.Builder to
create a request.default CompletableFuture<ListRxNormInferenceJobsResponse> listRxNormInferenceJobs(ListRxNormInferenceJobsRequest listRxNormInferenceJobsRequest)
Gets a list of InferRxNorm jobs that you have submitted.
listRxNormInferenceJobsRequest - default CompletableFuture<ListRxNormInferenceJobsResponse> listRxNormInferenceJobs(Consumer<ListRxNormInferenceJobsRequest.Builder> listRxNormInferenceJobsRequest)
Gets a list of InferRxNorm jobs that you have submitted.
This is a convenience which creates an instance of the ListRxNormInferenceJobsRequest.Builder avoiding
the need to create one manually via ListRxNormInferenceJobsRequest.builder()
listRxNormInferenceJobsRequest - A Consumer that will call methods on
ListRxNormInferenceJobsRequest.Builder to
create a request.default CompletableFuture<ListSnomedctInferenceJobsResponse> listSNOMEDCTInferenceJobs(ListSnomedctInferenceJobsRequest listSnomedctInferenceJobsRequest)
Gets a list of InferSNOMEDCT jobs a user has submitted.
listSnomedctInferenceJobsRequest - default CompletableFuture<ListSnomedctInferenceJobsResponse> listSNOMEDCTInferenceJobs(Consumer<ListSnomedctInferenceJobsRequest.Builder> listSnomedctInferenceJobsRequest)
Gets a list of InferSNOMEDCT jobs a user has submitted.
This is a convenience which creates an instance of the ListSnomedctInferenceJobsRequest.Builder avoiding
the need to create one manually via ListSnomedctInferenceJobsRequest.builder()
listSnomedctInferenceJobsRequest - A Consumer that will call methods on
ListSnomedctInferenceJobsRequest.Builder
to create a request.default CompletableFuture<StartEntitiesDetectionV2JobResponse> startEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest startEntitiesDetectionV2JobRequest)
Starts an asynchronous medical entity detection job for a collection of documents. Use the
DescribeEntitiesDetectionV2Job operation to track the status of a job.
startEntitiesDetectionV2JobRequest - default CompletableFuture<StartEntitiesDetectionV2JobResponse> startEntitiesDetectionV2Job(Consumer<StartEntitiesDetectionV2JobRequest.Builder> startEntitiesDetectionV2JobRequest)
Starts an asynchronous medical entity detection job for a collection of documents. Use the
DescribeEntitiesDetectionV2Job operation to track the status of a job.
This is a convenience which creates an instance of the StartEntitiesDetectionV2JobRequest.Builder
avoiding the need to create one manually via StartEntitiesDetectionV2JobRequest.builder()
startEntitiesDetectionV2JobRequest - A Consumer that will call methods on
StartEntitiesDetectionV2JobRequest.Builder
to create a request.default CompletableFuture<StartIcd10CmInferenceJobResponse> startICD10CMInferenceJob(StartIcd10CmInferenceJobRequest startIcd10CmInferenceJobRequest)
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology. Use the
DescribeICD10CMInferenceJob operation to track the status of a job.
startIcd10CmInferenceJobRequest - default CompletableFuture<StartIcd10CmInferenceJobResponse> startICD10CMInferenceJob(Consumer<StartIcd10CmInferenceJobRequest.Builder> startIcd10CmInferenceJobRequest)
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology. Use the
DescribeICD10CMInferenceJob operation to track the status of a job.
This is a convenience which creates an instance of the StartIcd10CmInferenceJobRequest.Builder avoiding
the need to create one manually via StartIcd10CmInferenceJobRequest.builder()
startIcd10CmInferenceJobRequest - A Consumer that will call methods on
StartIcd10CmInferenceJobRequest.Builder to
create a request.default CompletableFuture<StartPhiDetectionJobResponse> startPHIDetectionJob(StartPhiDetectionJobRequest startPhiDetectionJobRequest)
Starts an asynchronous job to detect protected health information (PHI). Use the
DescribePHIDetectionJob operation to track the status of a job.
startPhiDetectionJobRequest - default CompletableFuture<StartPhiDetectionJobResponse> startPHIDetectionJob(Consumer<StartPhiDetectionJobRequest.Builder> startPhiDetectionJobRequest)
Starts an asynchronous job to detect protected health information (PHI). Use the
DescribePHIDetectionJob operation to track the status of a job.
This is a convenience which creates an instance of the StartPhiDetectionJobRequest.Builder avoiding the
need to create one manually via StartPhiDetectionJobRequest.builder()
startPhiDetectionJobRequest - A Consumer that will call methods on
StartPhiDetectionJobRequest.Builder to
create a request.default CompletableFuture<StartRxNormInferenceJobResponse> startRxNormInferenceJob(StartRxNormInferenceJobRequest startRxNormInferenceJobRequest)
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology. Use the
DescribeRxNormInferenceJob operation to track the status of a job.
startRxNormInferenceJobRequest - default CompletableFuture<StartRxNormInferenceJobResponse> startRxNormInferenceJob(Consumer<StartRxNormInferenceJobRequest.Builder> startRxNormInferenceJobRequest)
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology. Use the
DescribeRxNormInferenceJob operation to track the status of a job.
This is a convenience which creates an instance of the StartRxNormInferenceJobRequest.Builder avoiding
the need to create one manually via StartRxNormInferenceJobRequest.builder()
startRxNormInferenceJobRequest - A Consumer that will call methods on
StartRxNormInferenceJobRequest.Builder to
create a request.default CompletableFuture<StartSnomedctInferenceJobResponse> startSNOMEDCTInferenceJob(StartSnomedctInferenceJobRequest startSnomedctInferenceJobRequest)
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology. Use the DescribeSNOMEDCTInferenceJob operation to track the status of a job.
startSnomedctInferenceJobRequest - default CompletableFuture<StartSnomedctInferenceJobResponse> startSNOMEDCTInferenceJob(Consumer<StartSnomedctInferenceJobRequest.Builder> startSnomedctInferenceJobRequest)
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology. Use the DescribeSNOMEDCTInferenceJob operation to track the status of a job.
This is a convenience which creates an instance of the StartSnomedctInferenceJobRequest.Builder avoiding
the need to create one manually via StartSnomedctInferenceJobRequest.builder()
startSnomedctInferenceJobRequest - A Consumer that will call methods on
StartSnomedctInferenceJobRequest.Builder
to create a request.default CompletableFuture<StopEntitiesDetectionV2JobResponse> stopEntitiesDetectionV2Job(StopEntitiesDetectionV2JobRequest stopEntitiesDetectionV2JobRequest)
Stops a medical entities detection job in progress.
stopEntitiesDetectionV2JobRequest - default CompletableFuture<StopEntitiesDetectionV2JobResponse> stopEntitiesDetectionV2Job(Consumer<StopEntitiesDetectionV2JobRequest.Builder> stopEntitiesDetectionV2JobRequest)
Stops a medical entities detection job in progress.
This is a convenience which creates an instance of the StopEntitiesDetectionV2JobRequest.Builder avoiding
the need to create one manually via StopEntitiesDetectionV2JobRequest.builder()
stopEntitiesDetectionV2JobRequest - A Consumer that will call methods on
StopEntitiesDetectionV2JobRequest.Builder
to create a request.default CompletableFuture<StopIcd10CmInferenceJobResponse> stopICD10CMInferenceJob(StopIcd10CmInferenceJobRequest stopIcd10CmInferenceJobRequest)
Stops an InferICD10CM inference job in progress.
stopIcd10CmInferenceJobRequest - default CompletableFuture<StopIcd10CmInferenceJobResponse> stopICD10CMInferenceJob(Consumer<StopIcd10CmInferenceJobRequest.Builder> stopIcd10CmInferenceJobRequest)
Stops an InferICD10CM inference job in progress.
This is a convenience which creates an instance of the StopIcd10CmInferenceJobRequest.Builder avoiding
the need to create one manually via StopIcd10CmInferenceJobRequest.builder()
stopIcd10CmInferenceJobRequest - A Consumer that will call methods on
StopIcd10CmInferenceJobRequest.Builder to
create a request.default CompletableFuture<StopPhiDetectionJobResponse> stopPHIDetectionJob(StopPhiDetectionJobRequest stopPhiDetectionJobRequest)
Stops a protected health information (PHI) detection job in progress.
stopPhiDetectionJobRequest - default CompletableFuture<StopPhiDetectionJobResponse> stopPHIDetectionJob(Consumer<StopPhiDetectionJobRequest.Builder> stopPhiDetectionJobRequest)
Stops a protected health information (PHI) detection job in progress.
This is a convenience which creates an instance of the StopPhiDetectionJobRequest.Builder avoiding the
need to create one manually via StopPhiDetectionJobRequest.builder()
stopPhiDetectionJobRequest - A Consumer that will call methods on
StopPhiDetectionJobRequest.Builder to
create a request.default CompletableFuture<StopRxNormInferenceJobResponse> stopRxNormInferenceJob(StopRxNormInferenceJobRequest stopRxNormInferenceJobRequest)
Stops an InferRxNorm inference job in progress.
stopRxNormInferenceJobRequest - default CompletableFuture<StopRxNormInferenceJobResponse> stopRxNormInferenceJob(Consumer<StopRxNormInferenceJobRequest.Builder> stopRxNormInferenceJobRequest)
Stops an InferRxNorm inference job in progress.
This is a convenience which creates an instance of the StopRxNormInferenceJobRequest.Builder avoiding the
need to create one manually via StopRxNormInferenceJobRequest.builder()
stopRxNormInferenceJobRequest - A Consumer that will call methods on
StopRxNormInferenceJobRequest.Builder to
create a request.default CompletableFuture<StopSnomedctInferenceJobResponse> stopSNOMEDCTInferenceJob(StopSnomedctInferenceJobRequest stopSnomedctInferenceJobRequest)
Stops an InferSNOMEDCT inference job in progress.
stopSnomedctInferenceJobRequest - default CompletableFuture<StopSnomedctInferenceJobResponse> stopSNOMEDCTInferenceJob(Consumer<StopSnomedctInferenceJobRequest.Builder> stopSnomedctInferenceJobRequest)
Stops an InferSNOMEDCT inference job in progress.
This is a convenience which creates an instance of the StopSnomedctInferenceJobRequest.Builder avoiding
the need to create one manually via StopSnomedctInferenceJobRequest.builder()
stopSnomedctInferenceJobRequest - A Consumer that will call methods on
StopSnomedctInferenceJobRequest.Builder to
create a request.default ComprehendMedicalServiceClientConfiguration serviceClientConfiguration()
serviceClientConfiguration in interface AwsClientserviceClientConfiguration in interface SdkClientstatic ComprehendMedicalAsyncClient create()
ComprehendMedicalAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static ComprehendMedicalAsyncClientBuilder builder()
ComprehendMedicalAsyncClient.Copyright © 2023. All rights reserved.