Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ComprehendMedical

import { ComprehendMedical } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";
class ComprehendMedical {
constructor(apiFactory: client.ApiFactory);
async describeEntitiesDetectionV2Job(params: DescribeEntitiesDetectionV2JobRequest, opts?: client.RequestOptions): Promise<DescribeEntitiesDetectionV2JobResponse>;
async describeICD10CMInferenceJob(params: DescribeICD10CMInferenceJobRequest, opts?: client.RequestOptions): Promise<DescribeICD10CMInferenceJobResponse>;
async describePHIDetectionJob(params: DescribePHIDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribePHIDetectionJobResponse>;
async describeRxNormInferenceJob(params: DescribeRxNormInferenceJobRequest, opts?: client.RequestOptions): Promise<DescribeRxNormInferenceJobResponse>;
async describeSNOMEDCTInferenceJob(params: DescribeSNOMEDCTInferenceJobRequest, opts?: client.RequestOptions): Promise<DescribeSNOMEDCTInferenceJobResponse>;
async detectEntities(params: DetectEntitiesRequest, opts?: client.RequestOptions): Promise<DetectEntitiesResponse>;
async detectEntitiesV2(params: DetectEntitiesV2Request, opts?: client.RequestOptions): Promise<DetectEntitiesV2Response>;
async detectPHI(params: DetectPHIRequest, opts?: client.RequestOptions): Promise<DetectPHIResponse>;
async inferICD10CM(params: InferICD10CMRequest, opts?: client.RequestOptions): Promise<InferICD10CMResponse>;
async inferRxNorm(params: InferRxNormRequest, opts?: client.RequestOptions): Promise<InferRxNormResponse>;
async inferSNOMEDCT(params: InferSNOMEDCTRequest, opts?: client.RequestOptions): Promise<InferSNOMEDCTResponse>;
async listEntitiesDetectionV2Jobs(params?: ListEntitiesDetectionV2JobsRequest, opts?: client.RequestOptions): Promise<ListEntitiesDetectionV2JobsResponse>;
async listICD10CMInferenceJobs(params?: ListICD10CMInferenceJobsRequest, opts?: client.RequestOptions): Promise<ListICD10CMInferenceJobsResponse>;
async listPHIDetectionJobs(params?: ListPHIDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListPHIDetectionJobsResponse>;
async listRxNormInferenceJobs(params?: ListRxNormInferenceJobsRequest, opts?: client.RequestOptions): Promise<ListRxNormInferenceJobsResponse>;
async listSNOMEDCTInferenceJobs(params?: ListSNOMEDCTInferenceJobsRequest, opts?: client.RequestOptions): Promise<ListSNOMEDCTInferenceJobsResponse>;
async startEntitiesDetectionV2Job(params: StartEntitiesDetectionV2JobRequest, opts?: client.RequestOptions): Promise<StartEntitiesDetectionV2JobResponse>;
async startICD10CMInferenceJob(params: StartICD10CMInferenceJobRequest, opts?: client.RequestOptions): Promise<StartICD10CMInferenceJobResponse>;
async startPHIDetectionJob(params: StartPHIDetectionJobRequest, opts?: client.RequestOptions): Promise<StartPHIDetectionJobResponse>;
async startRxNormInferenceJob(params: StartRxNormInferenceJobRequest, opts?: client.RequestOptions): Promise<StartRxNormInferenceJobResponse>;
async startSNOMEDCTInferenceJob(params: StartSNOMEDCTInferenceJobRequest, opts?: client.RequestOptions): Promise<StartSNOMEDCTInferenceJobResponse>;
async stopEntitiesDetectionV2Job(params: StopEntitiesDetectionV2JobRequest, opts?: client.RequestOptions): Promise<StopEntitiesDetectionV2JobResponse>;
async stopICD10CMInferenceJob(params: StopICD10CMInferenceJobRequest, opts?: client.RequestOptions): Promise<StopICD10CMInferenceJobResponse>;
async stopPHIDetectionJob(params: StopPHIDetectionJobRequest, opts?: client.RequestOptions): Promise<StopPHIDetectionJobResponse>;
async stopRxNormInferenceJob(params: StopRxNormInferenceJobRequest, opts?: client.RequestOptions): Promise<StopRxNormInferenceJobResponse>;
async stopSNOMEDCTInferenceJob(params: StopSNOMEDCTInferenceJobRequest, opts?: client.RequestOptions): Promise<StopSNOMEDCTInferenceJobResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new ComprehendMedical(apiFactory: client.ApiFactory)
[src]

§Methods

§

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

§

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

§

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

§

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

§

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

§

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 .

§

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.

§

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.

§

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.

§

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.

§

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

§

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

§

Gets a list of InferICD10CM jobs that you have submitted.

§

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

§

Gets a list of InferRxNorm jobs that you have submitted.

§

Gets a list of InferSNOMEDCT jobs a user has submitted.

§

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

§

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.

§

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

§

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.

§

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.

§

Stops a medical entities detection job in progress.

§

Stops an InferICD10CM inference job in progress.

§

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

§

Stops an InferRxNorm inference job in progress.

§

Stops an InferSNOMEDCT inference job in progress.

§Static Properties