Crate rusoto_comprehendmedical

Crate rusoto_comprehendmedical 

Source
Expand description

Amazon Comprehend Medical extracts structured information from unstructured clinical text. Use these actions to gain insight in your documents.

If you’re using the service, you’re probably looking for ComprehendMedicalClient and ComprehendMedical.

Structs§

Attribute

An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken. It contains information about the attribute such as id, begin and end offset within the input text, and the segment of the input text.

ComprehendMedicalAsyncJobFilter

Provides information for filtering a list of detection jobs.

ComprehendMedicalAsyncJobProperties

Provides information about a detection job.

ComprehendMedicalClient
A client for the ComprehendMedical API.
DescribeEntitiesDetectionV2JobRequest
DescribeEntitiesDetectionV2JobResponse
DescribeICD10CMInferenceJobRequest
DescribeICD10CMInferenceJobResponse
DescribePHIDetectionJobRequest
DescribePHIDetectionJobResponse
DescribeRxNormInferenceJobRequest
DescribeRxNormInferenceJobResponse
DetectEntitiesRequest
DetectEntitiesResponse
DetectEntitiesV2Request
DetectEntitiesV2Response
DetectPHIRequest
DetectPHIResponse
Entity

Provides information about an extracted medical entity.

ICD10CMAttribute

The detected attributes that relate to an entity. This includes an extracted segment of the text that is an attribute of an entity, or otherwise related to an entity. InferICD10CM detects the following attributes: Direction, System, Organ or Site, and Acuity.

ICD10CMConcept

The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.

ICD10CMEntity

The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.

ICD10CMTrait

Contextual information for the entity. The traits recognized by InferICD10CM are DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.

InferICD10CMRequest
InferICD10CMResponse
InferRxNormRequest
InferRxNormResponse
InputDataConfig

The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed.

ListEntitiesDetectionV2JobsRequest
ListEntitiesDetectionV2JobsResponse
ListICD10CMInferenceJobsRequest
ListICD10CMInferenceJobsResponse
ListPHIDetectionJobsRequest
ListPHIDetectionJobsResponse
ListRxNormInferenceJobsRequest
ListRxNormInferenceJobsResponse
OutputDataConfig

The output properties for a detection job.

RxNormAttribute

The extracted attributes that relate to this entity. The attributes recognized by InferRxNorm are DOSAGE, DURATION, FORM, FREQUENCY, RATE, ROUTE_OR_MODE.

RxNormConcept

The RxNorm concept that the entity could refer to, along with a score indicating the likelihood of the match.

RxNormEntity

The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence that Amazon Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.

RxNormTrait

The contextual information for the entity. InferRxNorm recognizes the trait NEGATION, which is any indication that the patient is not taking a medication.

StartEntitiesDetectionV2JobRequest
StartEntitiesDetectionV2JobResponse
StartICD10CMInferenceJobRequest
StartICD10CMInferenceJobResponse
StartPHIDetectionJobRequest
StartPHIDetectionJobResponse
StartRxNormInferenceJobRequest
StartRxNormInferenceJobResponse
StopEntitiesDetectionV2JobRequest
StopEntitiesDetectionV2JobResponse
StopICD10CMInferenceJobRequest
StopICD10CMInferenceJobResponse
StopPHIDetectionJobRequest
StopPHIDetectionJobResponse
StopRxNormInferenceJobRequest
StopRxNormInferenceJobResponse
Trait

Provides contextual information about the extracted entity.

UnmappedAttribute

An attribute that we extracted, but were unable to relate to an entity.

Enums§

DescribeEntitiesDetectionV2JobError
Errors returned by DescribeEntitiesDetectionV2Job
DescribeICD10CMInferenceJobError
Errors returned by DescribeICD10CMInferenceJob
DescribePHIDetectionJobError
Errors returned by DescribePHIDetectionJob
DescribeRxNormInferenceJobError
Errors returned by DescribeRxNormInferenceJob
DetectEntitiesError
Errors returned by DetectEntities
DetectEntitiesV2Error
Errors returned by DetectEntitiesV2
DetectPHIError
Errors returned by DetectPHI
InferICD10CMError
Errors returned by InferICD10CM
InferRxNormError
Errors returned by InferRxNorm
ListEntitiesDetectionV2JobsError
Errors returned by ListEntitiesDetectionV2Jobs
ListICD10CMInferenceJobsError
Errors returned by ListICD10CMInferenceJobs
ListPHIDetectionJobsError
Errors returned by ListPHIDetectionJobs
ListRxNormInferenceJobsError
Errors returned by ListRxNormInferenceJobs
StartEntitiesDetectionV2JobError
Errors returned by StartEntitiesDetectionV2Job
StartICD10CMInferenceJobError
Errors returned by StartICD10CMInferenceJob
StartPHIDetectionJobError
Errors returned by StartPHIDetectionJob
StartRxNormInferenceJobError
Errors returned by StartRxNormInferenceJob
StopEntitiesDetectionV2JobError
Errors returned by StopEntitiesDetectionV2Job
StopICD10CMInferenceJobError
Errors returned by StopICD10CMInferenceJob
StopPHIDetectionJobError
Errors returned by StopPHIDetectionJob
StopRxNormInferenceJobError
Errors returned by StopRxNormInferenceJob

Traits§

ComprehendMedical
Trait representing the capabilities of the ComprehendMedical API. ComprehendMedical clients implement this trait.