@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSComprehendMedicalAsync extends AWSComprehendMedical
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSComprehendMedicalAsync
instead.
Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<DescribeEntitiesDetectionV2JobResult> |
describeEntitiesDetectionV2JobAsync(DescribeEntitiesDetectionV2JobRequest describeEntitiesDetectionV2JobRequest)
Gets the properties associated with a medical entities detection job.
|
Future<DescribeEntitiesDetectionV2JobResult> |
describeEntitiesDetectionV2JobAsync(DescribeEntitiesDetectionV2JobRequest describeEntitiesDetectionV2JobRequest,
AsyncHandler<DescribeEntitiesDetectionV2JobRequest,DescribeEntitiesDetectionV2JobResult> asyncHandler)
Gets the properties associated with a medical entities detection job.
|
Future<DescribePHIDetectionJobResult> |
describePHIDetectionJobAsync(DescribePHIDetectionJobRequest describePHIDetectionJobRequest)
Gets the properties associated with a protected health information (PHI) detection job.
|
Future<DescribePHIDetectionJobResult> |
describePHIDetectionJobAsync(DescribePHIDetectionJobRequest describePHIDetectionJobRequest,
AsyncHandler<DescribePHIDetectionJobRequest,DescribePHIDetectionJobResult> asyncHandler)
Gets the properties associated with a protected health information (PHI) detection job.
|
Future<DetectEntitiesResult> |
detectEntitiesAsync(DetectEntitiesRequest detectEntitiesRequest)
Deprecated.
|
Future<DetectEntitiesResult> |
detectEntitiesAsync(DetectEntitiesRequest detectEntitiesRequest,
AsyncHandler<DetectEntitiesRequest,DetectEntitiesResult> asyncHandler)
Deprecated.
|
Future<DetectEntitiesV2Result> |
detectEntitiesV2Async(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.
|
Future<DetectEntitiesV2Result> |
detectEntitiesV2Async(DetectEntitiesV2Request detectEntitiesV2Request,
AsyncHandler<DetectEntitiesV2Request,DetectEntitiesV2Result> asyncHandler)
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.
|
Future<DetectPHIResult> |
detectPHIAsync(DetectPHIRequest detectPHIRequest)
Inspects the clinical text for protected health information (PHI) entities and entity category, location, and
confidence score on that information.
|
Future<DetectPHIResult> |
detectPHIAsync(DetectPHIRequest detectPHIRequest,
AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
Inspects the clinical text for protected health information (PHI) entities and entity category, location, and
confidence score on that information.
|
Future<InferICD10CMResult> |
inferICD10CMAsync(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.
|
Future<InferICD10CMResult> |
inferICD10CMAsync(InferICD10CMRequest inferICD10CMRequest,
AsyncHandler<InferICD10CMRequest,InferICD10CMResult> asyncHandler)
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.
|
Future<InferRxNormResult> |
inferRxNormAsync(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.
|
Future<InferRxNormResult> |
inferRxNormAsync(InferRxNormRequest inferRxNormRequest,
AsyncHandler<InferRxNormRequest,InferRxNormResult> asyncHandler)
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.
|
Future<ListEntitiesDetectionV2JobsResult> |
listEntitiesDetectionV2JobsAsync(ListEntitiesDetectionV2JobsRequest listEntitiesDetectionV2JobsRequest)
Gets a list of medical entity detection jobs that you have submitted.
|
Future<ListEntitiesDetectionV2JobsResult> |
listEntitiesDetectionV2JobsAsync(ListEntitiesDetectionV2JobsRequest listEntitiesDetectionV2JobsRequest,
AsyncHandler<ListEntitiesDetectionV2JobsRequest,ListEntitiesDetectionV2JobsResult> asyncHandler)
Gets a list of medical entity detection jobs that you have submitted.
|
Future<ListPHIDetectionJobsResult> |
listPHIDetectionJobsAsync(ListPHIDetectionJobsRequest listPHIDetectionJobsRequest)
Gets a list of protected health information (PHI) detection jobs that you have submitted.
|
Future<ListPHIDetectionJobsResult> |
listPHIDetectionJobsAsync(ListPHIDetectionJobsRequest listPHIDetectionJobsRequest,
AsyncHandler<ListPHIDetectionJobsRequest,ListPHIDetectionJobsResult> asyncHandler)
Gets a list of protected health information (PHI) detection jobs that you have submitted.
|
Future<StartEntitiesDetectionV2JobResult> |
startEntitiesDetectionV2JobAsync(StartEntitiesDetectionV2JobRequest startEntitiesDetectionV2JobRequest)
Starts an asynchronous medical entity detection job for a collection of documents.
|
Future<StartEntitiesDetectionV2JobResult> |
startEntitiesDetectionV2JobAsync(StartEntitiesDetectionV2JobRequest startEntitiesDetectionV2JobRequest,
AsyncHandler<StartEntitiesDetectionV2JobRequest,StartEntitiesDetectionV2JobResult> asyncHandler)
Starts an asynchronous medical entity detection job for a collection of documents.
|
Future<StartPHIDetectionJobResult> |
startPHIDetectionJobAsync(StartPHIDetectionJobRequest startPHIDetectionJobRequest)
Starts an asynchronous job to detect protected health information (PHI).
|
Future<StartPHIDetectionJobResult> |
startPHIDetectionJobAsync(StartPHIDetectionJobRequest startPHIDetectionJobRequest,
AsyncHandler<StartPHIDetectionJobRequest,StartPHIDetectionJobResult> asyncHandler)
Starts an asynchronous job to detect protected health information (PHI).
|
Future<StopEntitiesDetectionV2JobResult> |
stopEntitiesDetectionV2JobAsync(StopEntitiesDetectionV2JobRequest stopEntitiesDetectionV2JobRequest)
Stops a medical entities detection job in progress.
|
Future<StopEntitiesDetectionV2JobResult> |
stopEntitiesDetectionV2JobAsync(StopEntitiesDetectionV2JobRequest stopEntitiesDetectionV2JobRequest,
AsyncHandler<StopEntitiesDetectionV2JobRequest,StopEntitiesDetectionV2JobResult> asyncHandler)
Stops a medical entities detection job in progress.
|
Future<StopPHIDetectionJobResult> |
stopPHIDetectionJobAsync(StopPHIDetectionJobRequest stopPHIDetectionJobRequest)
Stops a protected health information (PHI) detection job in progress.
|
Future<StopPHIDetectionJobResult> |
stopPHIDetectionJobAsync(StopPHIDetectionJobRequest stopPHIDetectionJobRequest,
AsyncHandler<StopPHIDetectionJobRequest,StopPHIDetectionJobResult> asyncHandler)
Stops a protected health information (PHI) detection job in progress.
|
describeEntitiesDetectionV2Job, describePHIDetectionJob, detectEntities, detectEntitiesV2, detectPHI, getCachedResponseMetadata, inferICD10CM, inferRxNorm, listEntitiesDetectionV2Jobs, listPHIDetectionJobs, shutdown, startEntitiesDetectionV2Job, startPHIDetectionJob, stopEntitiesDetectionV2Job, stopPHIDetectionJob
Future<DescribeEntitiesDetectionV2JobResult> describeEntitiesDetectionV2JobAsync(DescribeEntitiesDetectionV2JobRequest describeEntitiesDetectionV2JobRequest)
Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
describeEntitiesDetectionV2JobRequest
- Future<DescribeEntitiesDetectionV2JobResult> describeEntitiesDetectionV2JobAsync(DescribeEntitiesDetectionV2JobRequest describeEntitiesDetectionV2JobRequest, AsyncHandler<DescribeEntitiesDetectionV2JobRequest,DescribeEntitiesDetectionV2JobResult> asyncHandler)
Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
describeEntitiesDetectionV2JobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DescribePHIDetectionJobResult> describePHIDetectionJobAsync(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
- Future<DescribePHIDetectionJobResult> describePHIDetectionJobAsync(DescribePHIDetectionJobRequest describePHIDetectionJobRequest, AsyncHandler<DescribePHIDetectionJobRequest,DescribePHIDetectionJobResult> asyncHandler)
Gets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
describePHIDetectionJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.@Deprecated Future<DetectEntitiesResult> detectEntitiesAsync(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 Future<DetectEntitiesResult> detectEntitiesAsync(DetectEntitiesRequest detectEntitiesRequest, AsyncHandler<DetectEntitiesRequest,DetectEntitiesResult> asyncHandler)
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
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DetectEntitiesV2Result> detectEntitiesV2Async(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.
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
- Future<DetectEntitiesV2Result> detectEntitiesV2Async(DetectEntitiesV2Request detectEntitiesV2Request, AsyncHandler<DetectEntitiesV2Request,DetectEntitiesV2Result> asyncHandler)
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.
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
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DetectPHIResult> detectPHIAsync(DetectPHIRequest detectPHIRequest)
Inspects the clinical text for protected health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIRequest
- Future<DetectPHIResult> detectPHIAsync(DetectPHIRequest detectPHIRequest, AsyncHandler<DetectPHIRequest,DetectPHIResult> asyncHandler)
Inspects the clinical text for protected health information (PHI) entities and entity category, location, and confidence score on that information.
detectPHIRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<InferICD10CMResult> inferICD10CMAsync(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.
inferICD10CMRequest
- Future<InferICD10CMResult> inferICD10CMAsync(InferICD10CMRequest inferICD10CMRequest, AsyncHandler<InferICD10CMRequest,InferICD10CMResult> asyncHandler)
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.
inferICD10CMRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<InferRxNormResult> inferRxNormAsync(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.
inferRxNormRequest
- Future<InferRxNormResult> inferRxNormAsync(InferRxNormRequest inferRxNormRequest, AsyncHandler<InferRxNormRequest,InferRxNormResult> asyncHandler)
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.
inferRxNormRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListEntitiesDetectionV2JobsResult> listEntitiesDetectionV2JobsAsync(ListEntitiesDetectionV2JobsRequest listEntitiesDetectionV2JobsRequest)
Gets a list of medical entity detection jobs that you have submitted.
listEntitiesDetectionV2JobsRequest
- Future<ListEntitiesDetectionV2JobsResult> listEntitiesDetectionV2JobsAsync(ListEntitiesDetectionV2JobsRequest listEntitiesDetectionV2JobsRequest, AsyncHandler<ListEntitiesDetectionV2JobsRequest,ListEntitiesDetectionV2JobsResult> asyncHandler)
Gets a list of medical entity detection jobs that you have submitted.
listEntitiesDetectionV2JobsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListPHIDetectionJobsResult> listPHIDetectionJobsAsync(ListPHIDetectionJobsRequest listPHIDetectionJobsRequest)
Gets a list of protected health information (PHI) detection jobs that you have submitted.
listPHIDetectionJobsRequest
- Future<ListPHIDetectionJobsResult> listPHIDetectionJobsAsync(ListPHIDetectionJobsRequest listPHIDetectionJobsRequest, AsyncHandler<ListPHIDetectionJobsRequest,ListPHIDetectionJobsResult> asyncHandler)
Gets a list of protected health information (PHI) detection jobs that you have submitted.
listPHIDetectionJobsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartEntitiesDetectionV2JobResult> startEntitiesDetectionV2JobAsync(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
- Future<StartEntitiesDetectionV2JobResult> startEntitiesDetectionV2JobAsync(StartEntitiesDetectionV2JobRequest startEntitiesDetectionV2JobRequest, AsyncHandler<StartEntitiesDetectionV2JobRequest,StartEntitiesDetectionV2JobResult> asyncHandler)
Starts an asynchronous medical entity detection job for a collection of documents. Use the
DescribeEntitiesDetectionV2Job
operation to track the status of a job.
startEntitiesDetectionV2JobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StartPHIDetectionJobResult> startPHIDetectionJobAsync(StartPHIDetectionJobRequest startPHIDetectionJobRequest)
Starts an asynchronous job to detect protected health information (PHI). Use the
DescribePHIDetectionJob
operation to track the status of a job.
startPHIDetectionJobRequest
- Future<StartPHIDetectionJobResult> startPHIDetectionJobAsync(StartPHIDetectionJobRequest startPHIDetectionJobRequest, AsyncHandler<StartPHIDetectionJobRequest,StartPHIDetectionJobResult> asyncHandler)
Starts an asynchronous job to detect protected health information (PHI). Use the
DescribePHIDetectionJob
operation to track the status of a job.
startPHIDetectionJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopEntitiesDetectionV2JobResult> stopEntitiesDetectionV2JobAsync(StopEntitiesDetectionV2JobRequest stopEntitiesDetectionV2JobRequest)
Stops a medical entities detection job in progress.
stopEntitiesDetectionV2JobRequest
- Future<StopEntitiesDetectionV2JobResult> stopEntitiesDetectionV2JobAsync(StopEntitiesDetectionV2JobRequest stopEntitiesDetectionV2JobRequest, AsyncHandler<StopEntitiesDetectionV2JobRequest,StopEntitiesDetectionV2JobResult> asyncHandler)
Stops a medical entities detection job in progress.
stopEntitiesDetectionV2JobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<StopPHIDetectionJobResult> stopPHIDetectionJobAsync(StopPHIDetectionJobRequest stopPHIDetectionJobRequest)
Stops a protected health information (PHI) detection job in progress.
stopPHIDetectionJobRequest
- Future<StopPHIDetectionJobResult> stopPHIDetectionJobAsync(StopPHIDetectionJobRequest stopPHIDetectionJobRequest, AsyncHandler<StopPHIDetectionJobRequest,StopPHIDetectionJobResult> asyncHandler)
Stops a protected health information (PHI) detection job in progress.
stopPHIDetectionJobRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.