/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the comprehendmedical-2018-10-30.normal.json service model.
*/
using System;
using System.Collections.Generic;
using Amazon.Runtime;
using Amazon.ComprehendMedical.Model;
namespace Amazon.ComprehendMedical
{
///
/// Interface for accessing ComprehendMedical
///
/// 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.
///
public partial interface IAmazonComprehendMedical : IAmazonService, IDisposable
{
#region DescribeEntitiesDetectionV2Job
///
/// Gets the properties associated with a medical entities detection job. Use this operation
/// to get the status of a detection job.
///
/// Container for the necessary parameters to execute the DescribeEntitiesDetectionV2Job service method.
///
/// The response from the DescribeEntitiesDetectionV2Job service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for DescribeEntitiesDetectionV2Job Operation
DescribeEntitiesDetectionV2JobResponse DescribeEntitiesDetectionV2Job(DescribeEntitiesDetectionV2JobRequest request);
///
/// Initiates the asynchronous execution of the DescribeEntitiesDetectionV2Job operation.
///
///
/// Container for the necessary parameters to execute the DescribeEntitiesDetectionV2Job operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeEntitiesDetectionV2Job
/// operation.
/// REST API Reference for DescribeEntitiesDetectionV2Job Operation
IAsyncResult BeginDescribeEntitiesDetectionV2Job(DescribeEntitiesDetectionV2JobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeEntitiesDetectionV2Job operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeEntitiesDetectionV2Job.
///
/// Returns a DescribeEntitiesDetectionV2JobResult from ComprehendMedical.
/// REST API Reference for DescribeEntitiesDetectionV2Job Operation
DescribeEntitiesDetectionV2JobResponse EndDescribeEntitiesDetectionV2Job(IAsyncResult asyncResult);
#endregion
#region DescribeICD10CMInferenceJob
///
/// Gets the properties associated with an InferICD10CM job. Use this operation to get
/// the status of an inference job.
///
/// Container for the necessary parameters to execute the DescribeICD10CMInferenceJob service method.
///
/// The response from the DescribeICD10CMInferenceJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for DescribeICD10CMInferenceJob Operation
DescribeICD10CMInferenceJobResponse DescribeICD10CMInferenceJob(DescribeICD10CMInferenceJobRequest request);
///
/// Initiates the asynchronous execution of the DescribeICD10CMInferenceJob operation.
///
///
/// Container for the necessary parameters to execute the DescribeICD10CMInferenceJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeICD10CMInferenceJob
/// operation.
/// REST API Reference for DescribeICD10CMInferenceJob Operation
IAsyncResult BeginDescribeICD10CMInferenceJob(DescribeICD10CMInferenceJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeICD10CMInferenceJob operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeICD10CMInferenceJob.
///
/// Returns a DescribeICD10CMInferenceJobResult from ComprehendMedical.
/// REST API Reference for DescribeICD10CMInferenceJob Operation
DescribeICD10CMInferenceJobResponse EndDescribeICD10CMInferenceJob(IAsyncResult asyncResult);
#endregion
#region DescribePHIDetectionJob
///
/// Gets the properties associated with a protected health information (PHI) detection
/// job. Use this operation to get the status of a detection job.
///
/// Container for the necessary parameters to execute the DescribePHIDetectionJob service method.
///
/// The response from the DescribePHIDetectionJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for DescribePHIDetectionJob Operation
DescribePHIDetectionJobResponse DescribePHIDetectionJob(DescribePHIDetectionJobRequest request);
///
/// Initiates the asynchronous execution of the DescribePHIDetectionJob operation.
///
///
/// Container for the necessary parameters to execute the DescribePHIDetectionJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribePHIDetectionJob
/// operation.
/// REST API Reference for DescribePHIDetectionJob Operation
IAsyncResult BeginDescribePHIDetectionJob(DescribePHIDetectionJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribePHIDetectionJob operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribePHIDetectionJob.
///
/// Returns a DescribePHIDetectionJobResult from ComprehendMedical.
/// REST API Reference for DescribePHIDetectionJob Operation
DescribePHIDetectionJobResponse EndDescribePHIDetectionJob(IAsyncResult asyncResult);
#endregion
#region DescribeRxNormInferenceJob
///
/// Gets the properties associated with an InferRxNorm job. Use this operation to get
/// the status of an inference job.
///
/// Container for the necessary parameters to execute the DescribeRxNormInferenceJob service method.
///
/// The response from the DescribeRxNormInferenceJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for DescribeRxNormInferenceJob Operation
DescribeRxNormInferenceJobResponse DescribeRxNormInferenceJob(DescribeRxNormInferenceJobRequest request);
///
/// Initiates the asynchronous execution of the DescribeRxNormInferenceJob operation.
///
///
/// Container for the necessary parameters to execute the DescribeRxNormInferenceJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeRxNormInferenceJob
/// operation.
/// REST API Reference for DescribeRxNormInferenceJob Operation
IAsyncResult BeginDescribeRxNormInferenceJob(DescribeRxNormInferenceJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeRxNormInferenceJob operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeRxNormInferenceJob.
///
/// Returns a DescribeRxNormInferenceJobResult from ComprehendMedical.
/// REST API Reference for DescribeRxNormInferenceJob Operation
DescribeRxNormInferenceJobResponse EndDescribeRxNormInferenceJob(IAsyncResult asyncResult);
#endregion
#region DescribeSNOMEDCTInferenceJob
///
/// Gets the properties associated with an InferSNOMEDCT job. Use this operation to get
/// the status of an inference job.
///
/// Container for the necessary parameters to execute the DescribeSNOMEDCTInferenceJob service method.
///
/// The response from the DescribeSNOMEDCTInferenceJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for DescribeSNOMEDCTInferenceJob Operation
DescribeSNOMEDCTInferenceJobResponse DescribeSNOMEDCTInferenceJob(DescribeSNOMEDCTInferenceJobRequest request);
///
/// Initiates the asynchronous execution of the DescribeSNOMEDCTInferenceJob operation.
///
///
/// Container for the necessary parameters to execute the DescribeSNOMEDCTInferenceJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeSNOMEDCTInferenceJob
/// operation.
/// REST API Reference for DescribeSNOMEDCTInferenceJob Operation
IAsyncResult BeginDescribeSNOMEDCTInferenceJob(DescribeSNOMEDCTInferenceJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeSNOMEDCTInferenceJob operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeSNOMEDCTInferenceJob.
///
/// Returns a DescribeSNOMEDCTInferenceJobResult from ComprehendMedical.
/// REST API Reference for DescribeSNOMEDCTInferenceJob Operation
DescribeSNOMEDCTInferenceJobResponse EndDescribeSNOMEDCTInferenceJob(IAsyncResult asyncResult);
#endregion
#region DetectEntities
///
/// 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.
///
///
/// Container for the necessary parameters to execute the DetectEntities service method.
///
/// The response from the DetectEntities service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The input text was not in valid UTF-8 character encoding. Check your text then retry
/// your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The Amazon Comprehend Medical service is temporarily unavailable. Please wait and
/// then retry your request.
///
///
/// The size of the text you submitted exceeds the size limit. Reduce the size of the
/// text or use a smaller document and then retry your request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for DetectEntities Operation
[Obsolete("This operation is deprecated, use DetectEntitiesV2 instead.")]
DetectEntitiesResponse DetectEntities(DetectEntitiesRequest request);
///
/// Initiates the asynchronous execution of the DetectEntities operation.
///
///
/// Container for the necessary parameters to execute the DetectEntities operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDetectEntities
/// operation.
/// REST API Reference for DetectEntities Operation
[Obsolete("This operation is deprecated, use DetectEntitiesV2 instead.")]
IAsyncResult BeginDetectEntities(DetectEntitiesRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DetectEntities operation.
///
///
/// The IAsyncResult returned by the call to BeginDetectEntities.
///
/// Returns a DetectEntitiesResult from ComprehendMedical.
/// REST API Reference for DetectEntities Operation
[Obsolete("This operation is deprecated, use DetectEntitiesV2 instead.")]
DetectEntitiesResponse EndDetectEntities(IAsyncResult asyncResult);
#endregion
#region DetectEntitiesV2
///
/// 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.
///
///
/// Container for the necessary parameters to execute the DetectEntitiesV2 service method.
///
/// The response from the DetectEntitiesV2 service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The input text was not in valid UTF-8 character encoding. Check your text then retry
/// your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The Amazon Comprehend Medical service is temporarily unavailable. Please wait and
/// then retry your request.
///
///
/// The size of the text you submitted exceeds the size limit. Reduce the size of the
/// text or use a smaller document and then retry your request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for DetectEntitiesV2 Operation
DetectEntitiesV2Response DetectEntitiesV2(DetectEntitiesV2Request request);
///
/// Initiates the asynchronous execution of the DetectEntitiesV2 operation.
///
///
/// Container for the necessary parameters to execute the DetectEntitiesV2 operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDetectEntitiesV2
/// operation.
/// REST API Reference for DetectEntitiesV2 Operation
IAsyncResult BeginDetectEntitiesV2(DetectEntitiesV2Request request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DetectEntitiesV2 operation.
///
///
/// The IAsyncResult returned by the call to BeginDetectEntitiesV2.
///
/// Returns a DetectEntitiesV2Result from ComprehendMedical.
/// REST API Reference for DetectEntitiesV2 Operation
DetectEntitiesV2Response EndDetectEntitiesV2(IAsyncResult asyncResult);
#endregion
#region DetectPHI
///
/// 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.
///
/// Container for the necessary parameters to execute the DetectPHI service method.
///
/// The response from the DetectPHI service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The input text was not in valid UTF-8 character encoding. Check your text then retry
/// your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The Amazon Comprehend Medical service is temporarily unavailable. Please wait and
/// then retry your request.
///
///
/// The size of the text you submitted exceeds the size limit. Reduce the size of the
/// text or use a smaller document and then retry your request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for DetectPHI Operation
DetectPHIResponse DetectPHI(DetectPHIRequest request);
///
/// Initiates the asynchronous execution of the DetectPHI operation.
///
///
/// Container for the necessary parameters to execute the DetectPHI operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDetectPHI
/// operation.
/// REST API Reference for DetectPHI Operation
IAsyncResult BeginDetectPHI(DetectPHIRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DetectPHI operation.
///
///
/// The IAsyncResult returned by the call to BeginDetectPHI.
///
/// Returns a DetectPHIResult from ComprehendMedical.
/// REST API Reference for DetectPHI Operation
DetectPHIResponse EndDetectPHI(IAsyncResult asyncResult);
#endregion
#region InferICD10CM
///
/// 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.
///
/// Container for the necessary parameters to execute the InferICD10CM service method.
///
/// The response from the InferICD10CM service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The input text was not in valid UTF-8 character encoding. Check your text then retry
/// your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The Amazon Comprehend Medical service is temporarily unavailable. Please wait and
/// then retry your request.
///
///
/// The size of the text you submitted exceeds the size limit. Reduce the size of the
/// text or use a smaller document and then retry your request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for InferICD10CM Operation
InferICD10CMResponse InferICD10CM(InferICD10CMRequest request);
///
/// Initiates the asynchronous execution of the InferICD10CM operation.
///
///
/// Container for the necessary parameters to execute the InferICD10CM operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndInferICD10CM
/// operation.
/// REST API Reference for InferICD10CM Operation
IAsyncResult BeginInferICD10CM(InferICD10CMRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the InferICD10CM operation.
///
///
/// The IAsyncResult returned by the call to BeginInferICD10CM.
///
/// Returns a InferICD10CMResult from ComprehendMedical.
/// REST API Reference for InferICD10CM Operation
InferICD10CMResponse EndInferICD10CM(IAsyncResult asyncResult);
#endregion
#region InferRxNorm
///
/// 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.
///
/// Container for the necessary parameters to execute the InferRxNorm service method.
///
/// The response from the InferRxNorm service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The input text was not in valid UTF-8 character encoding. Check your text then retry
/// your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The Amazon Comprehend Medical service is temporarily unavailable. Please wait and
/// then retry your request.
///
///
/// The size of the text you submitted exceeds the size limit. Reduce the size of the
/// text or use a smaller document and then retry your request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for InferRxNorm Operation
InferRxNormResponse InferRxNorm(InferRxNormRequest request);
///
/// Initiates the asynchronous execution of the InferRxNorm operation.
///
///
/// Container for the necessary parameters to execute the InferRxNorm operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndInferRxNorm
/// operation.
/// REST API Reference for InferRxNorm Operation
IAsyncResult BeginInferRxNorm(InferRxNormRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the InferRxNorm operation.
///
///
/// The IAsyncResult returned by the call to BeginInferRxNorm.
///
/// Returns a InferRxNormResult from ComprehendMedical.
/// REST API Reference for InferRxNorm Operation
InferRxNormResponse EndInferRxNorm(IAsyncResult asyncResult);
#endregion
#region InferSNOMEDCT
///
/// InferSNOMEDCT detects possible medical concepts as entities and links them to codes
/// from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
///
/// Container for the necessary parameters to execute the InferSNOMEDCT service method.
///
/// The response from the InferSNOMEDCT service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The input text was not in valid UTF-8 character encoding. Check your text then retry
/// your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The Amazon Comprehend Medical service is temporarily unavailable. Please wait and
/// then retry your request.
///
///
/// The size of the text you submitted exceeds the size limit. Reduce the size of the
/// text or use a smaller document and then retry your request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for InferSNOMEDCT Operation
InferSNOMEDCTResponse InferSNOMEDCT(InferSNOMEDCTRequest request);
///
/// Initiates the asynchronous execution of the InferSNOMEDCT operation.
///
///
/// Container for the necessary parameters to execute the InferSNOMEDCT operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndInferSNOMEDCT
/// operation.
/// REST API Reference for InferSNOMEDCT Operation
IAsyncResult BeginInferSNOMEDCT(InferSNOMEDCTRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the InferSNOMEDCT operation.
///
///
/// The IAsyncResult returned by the call to BeginInferSNOMEDCT.
///
/// Returns a InferSNOMEDCTResult from ComprehendMedical.
/// REST API Reference for InferSNOMEDCT Operation
InferSNOMEDCTResponse EndInferSNOMEDCT(IAsyncResult asyncResult);
#endregion
#region ListEntitiesDetectionV2Jobs
///
/// Gets a list of medical entity detection jobs that you have submitted.
///
/// Container for the necessary parameters to execute the ListEntitiesDetectionV2Jobs service method.
///
/// The response from the ListEntitiesDetectionV2Jobs service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
///
/// The filter that you specified for the operation is invalid. Check the filter values
/// that you entered and try your request again.
///
/// REST API Reference for ListEntitiesDetectionV2Jobs Operation
ListEntitiesDetectionV2JobsResponse ListEntitiesDetectionV2Jobs(ListEntitiesDetectionV2JobsRequest request);
///
/// Initiates the asynchronous execution of the ListEntitiesDetectionV2Jobs operation.
///
///
/// Container for the necessary parameters to execute the ListEntitiesDetectionV2Jobs operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListEntitiesDetectionV2Jobs
/// operation.
/// REST API Reference for ListEntitiesDetectionV2Jobs Operation
IAsyncResult BeginListEntitiesDetectionV2Jobs(ListEntitiesDetectionV2JobsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListEntitiesDetectionV2Jobs operation.
///
///
/// The IAsyncResult returned by the call to BeginListEntitiesDetectionV2Jobs.
///
/// Returns a ListEntitiesDetectionV2JobsResult from ComprehendMedical.
/// REST API Reference for ListEntitiesDetectionV2Jobs Operation
ListEntitiesDetectionV2JobsResponse EndListEntitiesDetectionV2Jobs(IAsyncResult asyncResult);
#endregion
#region ListICD10CMInferenceJobs
///
/// Gets a list of InferICD10CM jobs that you have submitted.
///
/// Container for the necessary parameters to execute the ListICD10CMInferenceJobs service method.
///
/// The response from the ListICD10CMInferenceJobs service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
///
/// The filter that you specified for the operation is invalid. Check the filter values
/// that you entered and try your request again.
///
/// REST API Reference for ListICD10CMInferenceJobs Operation
ListICD10CMInferenceJobsResponse ListICD10CMInferenceJobs(ListICD10CMInferenceJobsRequest request);
///
/// Initiates the asynchronous execution of the ListICD10CMInferenceJobs operation.
///
///
/// Container for the necessary parameters to execute the ListICD10CMInferenceJobs operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListICD10CMInferenceJobs
/// operation.
/// REST API Reference for ListICD10CMInferenceJobs Operation
IAsyncResult BeginListICD10CMInferenceJobs(ListICD10CMInferenceJobsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListICD10CMInferenceJobs operation.
///
///
/// The IAsyncResult returned by the call to BeginListICD10CMInferenceJobs.
///
/// Returns a ListICD10CMInferenceJobsResult from ComprehendMedical.
/// REST API Reference for ListICD10CMInferenceJobs Operation
ListICD10CMInferenceJobsResponse EndListICD10CMInferenceJobs(IAsyncResult asyncResult);
#endregion
#region ListPHIDetectionJobs
///
/// Gets a list of protected health information (PHI) detection jobs you have submitted.
///
/// Container for the necessary parameters to execute the ListPHIDetectionJobs service method.
///
/// The response from the ListPHIDetectionJobs service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
///
/// The filter that you specified for the operation is invalid. Check the filter values
/// that you entered and try your request again.
///
/// REST API Reference for ListPHIDetectionJobs Operation
ListPHIDetectionJobsResponse ListPHIDetectionJobs(ListPHIDetectionJobsRequest request);
///
/// Initiates the asynchronous execution of the ListPHIDetectionJobs operation.
///
///
/// Container for the necessary parameters to execute the ListPHIDetectionJobs operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListPHIDetectionJobs
/// operation.
/// REST API Reference for ListPHIDetectionJobs Operation
IAsyncResult BeginListPHIDetectionJobs(ListPHIDetectionJobsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListPHIDetectionJobs operation.
///
///
/// The IAsyncResult returned by the call to BeginListPHIDetectionJobs.
///
/// Returns a ListPHIDetectionJobsResult from ComprehendMedical.
/// REST API Reference for ListPHIDetectionJobs Operation
ListPHIDetectionJobsResponse EndListPHIDetectionJobs(IAsyncResult asyncResult);
#endregion
#region ListRxNormInferenceJobs
///
/// Gets a list of InferRxNorm jobs that you have submitted.
///
/// Container for the necessary parameters to execute the ListRxNormInferenceJobs service method.
///
/// The response from the ListRxNormInferenceJobs service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
///
/// The filter that you specified for the operation is invalid. Check the filter values
/// that you entered and try your request again.
///
/// REST API Reference for ListRxNormInferenceJobs Operation
ListRxNormInferenceJobsResponse ListRxNormInferenceJobs(ListRxNormInferenceJobsRequest request);
///
/// Initiates the asynchronous execution of the ListRxNormInferenceJobs operation.
///
///
/// Container for the necessary parameters to execute the ListRxNormInferenceJobs operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListRxNormInferenceJobs
/// operation.
/// REST API Reference for ListRxNormInferenceJobs Operation
IAsyncResult BeginListRxNormInferenceJobs(ListRxNormInferenceJobsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListRxNormInferenceJobs operation.
///
///
/// The IAsyncResult returned by the call to BeginListRxNormInferenceJobs.
///
/// Returns a ListRxNormInferenceJobsResult from ComprehendMedical.
/// REST API Reference for ListRxNormInferenceJobs Operation
ListRxNormInferenceJobsResponse EndListRxNormInferenceJobs(IAsyncResult asyncResult);
#endregion
#region ListSNOMEDCTInferenceJobs
///
/// Gets a list of InferSNOMEDCT jobs a user has submitted.
///
/// Container for the necessary parameters to execute the ListSNOMEDCTInferenceJobs service method.
///
/// The response from the ListSNOMEDCTInferenceJobs service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
///
/// The filter that you specified for the operation is invalid. Check the filter values
/// that you entered and try your request again.
///
/// REST API Reference for ListSNOMEDCTInferenceJobs Operation
ListSNOMEDCTInferenceJobsResponse ListSNOMEDCTInferenceJobs(ListSNOMEDCTInferenceJobsRequest request);
///
/// Initiates the asynchronous execution of the ListSNOMEDCTInferenceJobs operation.
///
///
/// Container for the necessary parameters to execute the ListSNOMEDCTInferenceJobs operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListSNOMEDCTInferenceJobs
/// operation.
/// REST API Reference for ListSNOMEDCTInferenceJobs Operation
IAsyncResult BeginListSNOMEDCTInferenceJobs(ListSNOMEDCTInferenceJobsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListSNOMEDCTInferenceJobs operation.
///
///
/// The IAsyncResult returned by the call to BeginListSNOMEDCTInferenceJobs.
///
/// Returns a ListSNOMEDCTInferenceJobsResult from ComprehendMedical.
/// REST API Reference for ListSNOMEDCTInferenceJobs Operation
ListSNOMEDCTInferenceJobsResponse EndListSNOMEDCTInferenceJobs(IAsyncResult asyncResult);
#endregion
#region StartEntitiesDetectionV2Job
///
/// Starts an asynchronous medical entity detection job for a collection of documents.
/// Use the DescribeEntitiesDetectionV2Job
operation to track the status
/// of a job.
///
/// Container for the necessary parameters to execute the StartEntitiesDetectionV2Job service method.
///
/// The response from the StartEntitiesDetectionV2Job service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for StartEntitiesDetectionV2Job Operation
StartEntitiesDetectionV2JobResponse StartEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest request);
///
/// Initiates the asynchronous execution of the StartEntitiesDetectionV2Job operation.
///
///
/// Container for the necessary parameters to execute the StartEntitiesDetectionV2Job operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartEntitiesDetectionV2Job
/// operation.
/// REST API Reference for StartEntitiesDetectionV2Job Operation
IAsyncResult BeginStartEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StartEntitiesDetectionV2Job operation.
///
///
/// The IAsyncResult returned by the call to BeginStartEntitiesDetectionV2Job.
///
/// Returns a StartEntitiesDetectionV2JobResult from ComprehendMedical.
/// REST API Reference for StartEntitiesDetectionV2Job Operation
StartEntitiesDetectionV2JobResponse EndStartEntitiesDetectionV2Job(IAsyncResult asyncResult);
#endregion
#region StartICD10CMInferenceJob
///
/// 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.
///
/// Container for the necessary parameters to execute the StartICD10CMInferenceJob service method.
///
/// The response from the StartICD10CMInferenceJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for StartICD10CMInferenceJob Operation
StartICD10CMInferenceJobResponse StartICD10CMInferenceJob(StartICD10CMInferenceJobRequest request);
///
/// Initiates the asynchronous execution of the StartICD10CMInferenceJob operation.
///
///
/// Container for the necessary parameters to execute the StartICD10CMInferenceJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartICD10CMInferenceJob
/// operation.
/// REST API Reference for StartICD10CMInferenceJob Operation
IAsyncResult BeginStartICD10CMInferenceJob(StartICD10CMInferenceJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StartICD10CMInferenceJob operation.
///
///
/// The IAsyncResult returned by the call to BeginStartICD10CMInferenceJob.
///
/// Returns a StartICD10CMInferenceJobResult from ComprehendMedical.
/// REST API Reference for StartICD10CMInferenceJob Operation
StartICD10CMInferenceJobResponse EndStartICD10CMInferenceJob(IAsyncResult asyncResult);
#endregion
#region StartPHIDetectionJob
///
/// Starts an asynchronous job to detect protected health information (PHI). Use the DescribePHIDetectionJob
/// operation to track the status of a job.
///
/// Container for the necessary parameters to execute the StartPHIDetectionJob service method.
///
/// The response from the StartPHIDetectionJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for StartPHIDetectionJob Operation
StartPHIDetectionJobResponse StartPHIDetectionJob(StartPHIDetectionJobRequest request);
///
/// Initiates the asynchronous execution of the StartPHIDetectionJob operation.
///
///
/// Container for the necessary parameters to execute the StartPHIDetectionJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartPHIDetectionJob
/// operation.
/// REST API Reference for StartPHIDetectionJob Operation
IAsyncResult BeginStartPHIDetectionJob(StartPHIDetectionJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StartPHIDetectionJob operation.
///
///
/// The IAsyncResult returned by the call to BeginStartPHIDetectionJob.
///
/// Returns a StartPHIDetectionJobResult from ComprehendMedical.
/// REST API Reference for StartPHIDetectionJob Operation
StartPHIDetectionJobResponse EndStartPHIDetectionJob(IAsyncResult asyncResult);
#endregion
#region StartRxNormInferenceJob
///
/// 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.
///
/// Container for the necessary parameters to execute the StartRxNormInferenceJob service method.
///
/// The response from the StartRxNormInferenceJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for StartRxNormInferenceJob Operation
StartRxNormInferenceJobResponse StartRxNormInferenceJob(StartRxNormInferenceJobRequest request);
///
/// Initiates the asynchronous execution of the StartRxNormInferenceJob operation.
///
///
/// Container for the necessary parameters to execute the StartRxNormInferenceJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartRxNormInferenceJob
/// operation.
/// REST API Reference for StartRxNormInferenceJob Operation
IAsyncResult BeginStartRxNormInferenceJob(StartRxNormInferenceJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StartRxNormInferenceJob operation.
///
///
/// The IAsyncResult returned by the call to BeginStartRxNormInferenceJob.
///
/// Returns a StartRxNormInferenceJobResult from ComprehendMedical.
/// REST API Reference for StartRxNormInferenceJob Operation
StartRxNormInferenceJobResponse EndStartRxNormInferenceJob(IAsyncResult asyncResult);
#endregion
#region StartSNOMEDCTInferenceJob
///
/// 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.
///
/// Container for the necessary parameters to execute the StartSNOMEDCTInferenceJob service method.
///
/// The response from the StartSNOMEDCTInferenceJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for StartSNOMEDCTInferenceJob Operation
StartSNOMEDCTInferenceJobResponse StartSNOMEDCTInferenceJob(StartSNOMEDCTInferenceJobRequest request);
///
/// Initiates the asynchronous execution of the StartSNOMEDCTInferenceJob operation.
///
///
/// Container for the necessary parameters to execute the StartSNOMEDCTInferenceJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartSNOMEDCTInferenceJob
/// operation.
/// REST API Reference for StartSNOMEDCTInferenceJob Operation
IAsyncResult BeginStartSNOMEDCTInferenceJob(StartSNOMEDCTInferenceJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StartSNOMEDCTInferenceJob operation.
///
///
/// The IAsyncResult returned by the call to BeginStartSNOMEDCTInferenceJob.
///
/// Returns a StartSNOMEDCTInferenceJobResult from ComprehendMedical.
/// REST API Reference for StartSNOMEDCTInferenceJob Operation
StartSNOMEDCTInferenceJobResponse EndStartSNOMEDCTInferenceJob(IAsyncResult asyncResult);
#endregion
#region StopEntitiesDetectionV2Job
///
/// Stops a medical entities detection job in progress.
///
/// Container for the necessary parameters to execute the StopEntitiesDetectionV2Job service method.
///
/// The response from the StopEntitiesDetectionV2Job service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
/// REST API Reference for StopEntitiesDetectionV2Job Operation
StopEntitiesDetectionV2JobResponse StopEntitiesDetectionV2Job(StopEntitiesDetectionV2JobRequest request);
///
/// Initiates the asynchronous execution of the StopEntitiesDetectionV2Job operation.
///
///
/// Container for the necessary parameters to execute the StopEntitiesDetectionV2Job operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStopEntitiesDetectionV2Job
/// operation.
/// REST API Reference for StopEntitiesDetectionV2Job Operation
IAsyncResult BeginStopEntitiesDetectionV2Job(StopEntitiesDetectionV2JobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StopEntitiesDetectionV2Job operation.
///
///
/// The IAsyncResult returned by the call to BeginStopEntitiesDetectionV2Job.
///
/// Returns a StopEntitiesDetectionV2JobResult from ComprehendMedical.
/// REST API Reference for StopEntitiesDetectionV2Job Operation
StopEntitiesDetectionV2JobResponse EndStopEntitiesDetectionV2Job(IAsyncResult asyncResult);
#endregion
#region StopICD10CMInferenceJob
///
/// Stops an InferICD10CM inference job in progress.
///
/// Container for the necessary parameters to execute the StopICD10CMInferenceJob service method.
///
/// The response from the StopICD10CMInferenceJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
/// REST API Reference for StopICD10CMInferenceJob Operation
StopICD10CMInferenceJobResponse StopICD10CMInferenceJob(StopICD10CMInferenceJobRequest request);
///
/// Initiates the asynchronous execution of the StopICD10CMInferenceJob operation.
///
///
/// Container for the necessary parameters to execute the StopICD10CMInferenceJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStopICD10CMInferenceJob
/// operation.
/// REST API Reference for StopICD10CMInferenceJob Operation
IAsyncResult BeginStopICD10CMInferenceJob(StopICD10CMInferenceJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StopICD10CMInferenceJob operation.
///
///
/// The IAsyncResult returned by the call to BeginStopICD10CMInferenceJob.
///
/// Returns a StopICD10CMInferenceJobResult from ComprehendMedical.
/// REST API Reference for StopICD10CMInferenceJob Operation
StopICD10CMInferenceJobResponse EndStopICD10CMInferenceJob(IAsyncResult asyncResult);
#endregion
#region StopPHIDetectionJob
///
/// Stops a protected health information (PHI) detection job in progress.
///
/// Container for the necessary parameters to execute the StopPHIDetectionJob service method.
///
/// The response from the StopPHIDetectionJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
/// REST API Reference for StopPHIDetectionJob Operation
StopPHIDetectionJobResponse StopPHIDetectionJob(StopPHIDetectionJobRequest request);
///
/// Initiates the asynchronous execution of the StopPHIDetectionJob operation.
///
///
/// Container for the necessary parameters to execute the StopPHIDetectionJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStopPHIDetectionJob
/// operation.
/// REST API Reference for StopPHIDetectionJob Operation
IAsyncResult BeginStopPHIDetectionJob(StopPHIDetectionJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StopPHIDetectionJob operation.
///
///
/// The IAsyncResult returned by the call to BeginStopPHIDetectionJob.
///
/// Returns a StopPHIDetectionJobResult from ComprehendMedical.
/// REST API Reference for StopPHIDetectionJob Operation
StopPHIDetectionJobResponse EndStopPHIDetectionJob(IAsyncResult asyncResult);
#endregion
#region StopRxNormInferenceJob
///
/// Stops an InferRxNorm inference job in progress.
///
/// Container for the necessary parameters to execute the StopRxNormInferenceJob service method.
///
/// The response from the StopRxNormInferenceJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
/// REST API Reference for StopRxNormInferenceJob Operation
StopRxNormInferenceJobResponse StopRxNormInferenceJob(StopRxNormInferenceJobRequest request);
///
/// Initiates the asynchronous execution of the StopRxNormInferenceJob operation.
///
///
/// Container for the necessary parameters to execute the StopRxNormInferenceJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStopRxNormInferenceJob
/// operation.
/// REST API Reference for StopRxNormInferenceJob Operation
IAsyncResult BeginStopRxNormInferenceJob(StopRxNormInferenceJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StopRxNormInferenceJob operation.
///
///
/// The IAsyncResult returned by the call to BeginStopRxNormInferenceJob.
///
/// Returns a StopRxNormInferenceJobResult from ComprehendMedical.
/// REST API Reference for StopRxNormInferenceJob Operation
StopRxNormInferenceJobResponse EndStopRxNormInferenceJob(IAsyncResult asyncResult);
#endregion
#region StopSNOMEDCTInferenceJob
///
/// Stops an InferSNOMEDCT inference job in progress.
///
/// Container for the necessary parameters to execute the StopSNOMEDCTInferenceJob service method.
///
/// The response from the StopSNOMEDCTInferenceJob service method, as returned by ComprehendMedical.
///
/// An internal server error occurred. Retry your request.
///
///
/// The request that you made is invalid. Check your request to determine why it's invalid
/// and then retry the request.
///
///
/// The resource identified by the specified Amazon Resource Name (ARN) was not found.
/// Check the ARN and try your request again.
///
///
/// You have made too many requests within a short period of time. Wait for a short time
/// and then try your request again. Contact customer support for more information about
/// a service limit increase.
///
/// REST API Reference for StopSNOMEDCTInferenceJob Operation
StopSNOMEDCTInferenceJobResponse StopSNOMEDCTInferenceJob(StopSNOMEDCTInferenceJobRequest request);
///
/// Initiates the asynchronous execution of the StopSNOMEDCTInferenceJob operation.
///
///
/// Container for the necessary parameters to execute the StopSNOMEDCTInferenceJob operation on AmazonComprehendMedicalClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStopSNOMEDCTInferenceJob
/// operation.
/// REST API Reference for StopSNOMEDCTInferenceJob Operation
IAsyncResult BeginStopSNOMEDCTInferenceJob(StopSNOMEDCTInferenceJobRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the StopSNOMEDCTInferenceJob operation.
///
///
/// The IAsyncResult returned by the call to BeginStopSNOMEDCTInferenceJob.
///
/// Returns a StopSNOMEDCTInferenceJobResult from ComprehendMedical.
/// REST API Reference for StopSNOMEDCTInferenceJob Operation
StopSNOMEDCTInferenceJobResponse EndStopSNOMEDCTInferenceJob(IAsyncResult asyncResult);
#endregion
}
}