ComprehendMedicalClient

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.

Properties

Link copied to clipboard
abstract override val config: ComprehendMedicalClient.Config

ComprehendMedicalClient's configuration

Functions

Link copied to clipboard

Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.

Link copied to clipboard

Gets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.

Link copied to clipboard

Gets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.

Link copied to clipboard

Gets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.

Link copied to clipboard

Gets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.

Link copied to clipboard

The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead.

Link copied to clipboard

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.

Link copied to clipboard
abstract suspend fun detectPhi(input: DetectPhiRequest): DetectPhiResponse

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.

Link copied to clipboard

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.

Link copied to clipboard
abstract suspend fun inferRxNorm(input: InferRxNormRequest): InferRxNormResponse

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.

Link copied to clipboard

InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology

Link copied to clipboard
abstract suspend fun listEntitiesDetectionV2Jobs(input: ListEntitiesDetectionV2JobsRequest = ListEntitiesDetectionV2JobsRequest { }): ListEntitiesDetectionV2JobsResponse

Gets a list of medical entity detection jobs that you have submitted.

Link copied to clipboard
abstract suspend fun listIcd10CmInferenceJobs(input: ListIcd10CmInferenceJobsRequest = ListIcd10CmInferenceJobsRequest { }): ListIcd10CmInferenceJobsResponse

Gets a list of InferICD10CM jobs that you have submitted.

Link copied to clipboard
abstract suspend fun listPhiDetectionJobs(input: ListPhiDetectionJobsRequest = ListPhiDetectionJobsRequest { }): ListPhiDetectionJobsResponse

Gets a list of protected health information (PHI) detection jobs you have submitted.

Link copied to clipboard
abstract suspend fun listRxNormInferenceJobs(input: ListRxNormInferenceJobsRequest = ListRxNormInferenceJobsRequest { }): ListRxNormInferenceJobsResponse

Gets a list of InferRxNorm jobs that you have submitted.

Link copied to clipboard
abstract suspend fun listSnomedctInferenceJobs(input: ListSnomedctInferenceJobsRequest = ListSnomedctInferenceJobsRequest { }): ListSnomedctInferenceJobsResponse

Gets a list of InferSNOMEDCT jobs a user has submitted.

Link copied to clipboard

Starts an asynchronous medical entity detection job for a collection of documents. Use the DescribeEntitiesDetectionV2Job operation to track the status of a job.

Link copied to clipboard

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.

Link copied to clipboard

Starts an asynchronous job to detect protected health information (PHI). Use the DescribePHIDetectionJob operation to track the status of a job.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Stops a medical entities detection job in progress.

Link copied to clipboard

Stops an InferICD10CM inference job in progress.

Link copied to clipboard

Stops a protected health information (PHI) detection job in progress.

Link copied to clipboard

Stops an InferRxNorm inference job in progress.

Link copied to clipboard

Stops an InferSNOMEDCT inference job in progress.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.

Link copied to clipboard

Gets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.

Link copied to clipboard

Gets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.

Link copied to clipboard

Gets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.

Link copied to clipboard

Gets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.

Link copied to clipboard

The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology

Link copied to clipboard

Gets a list of medical entity detection jobs that you have submitted.

Link copied to clipboard

Gets a list of InferICD10CM jobs that you have submitted.

Link copied to clipboard

Gets a list of protected health information (PHI) detection jobs you have submitted.

Link copied to clipboard

Gets a list of InferRxNorm jobs that you have submitted.

Link copied to clipboard

Gets a list of InferSNOMEDCT jobs a user has submitted.

Link copied to clipboard

Starts an asynchronous medical entity detection job for a collection of documents. Use the DescribeEntitiesDetectionV2Job operation to track the status of a job.

Link copied to clipboard

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.

Link copied to clipboard

Starts an asynchronous job to detect protected health information (PHI). Use the DescribePHIDetectionJob operation to track the status of a job.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Stops a medical entities detection job in progress.

Link copied to clipboard

Stops an InferICD10CM inference job in progress.

Link copied to clipboard

Stops a protected health information (PHI) detection job in progress.

Link copied to clipboard

Stops an InferRxNorm inference job in progress.

Link copied to clipboard

Stops an InferSNOMEDCT inference job in progress.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.