amazonka-comprehendmedical-2.0: Amazon Comprehend Medical SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ComprehendMedical

Description

Derived from API version 2018-10-30 of the AWS service descriptions, licensed under Apache 2.0.

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

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-10-30 of the Amazon Comprehend Medical SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by ComprehendMedical.

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

An internal server error occurred. Retry your request.

InvalidEncodingException

_InvalidEncodingException :: AsError a => Fold a ServiceError Source #

The input text was not in valid UTF-8 character encoding. Check your text then retry your request.

InvalidRequestException

_InvalidRequestException :: AsError a => Fold a ServiceError Source #

The request that you made is invalid. Check your request to determine why it's invalid and then retry the request.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The resource identified by the specified Amazon Resource Name (ARN) was not found. Check the ARN and try your request again.

ServiceUnavailableException

_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #

The Comprehend Medical; service is temporarily unavailable. Please wait and then retry your request.

TextSizeLimitExceededException

_TextSizeLimitExceededException :: AsError a => Fold a ServiceError Source #

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.

TooManyRequestsException

_TooManyRequestsException :: AsError a => Fold a ServiceError Source #

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.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

The filter that you specified for the operation is invalid. Check the filter values that you entered and try your request again.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

DescribeEntitiesDetectionV2Job

data DescribeEntitiesDetectionV2Job Source #

See: newDescribeEntitiesDetectionV2Job smart constructor.

Instances

Instances details
ToJSON DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

ToHeaders DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

ToPath DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

ToQuery DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

AWSRequest DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

Generic DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

Associated Types

type Rep DescribeEntitiesDetectionV2Job :: Type -> Type #

Read DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

Show DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

NFData DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

Eq DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

Hashable DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

type AWSResponse DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

type Rep DescribeEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

type Rep DescribeEntitiesDetectionV2Job = D1 ('MetaData "DescribeEntitiesDetectionV2Job" "Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribeEntitiesDetectionV2Job'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeEntitiesDetectionV2Job Source #

Create a value of DescribeEntitiesDetectionV2Job with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeEntitiesDetectionV2Job, describeEntitiesDetectionV2Job_jobId - The identifier that Comprehend Medical; generated for the job. The StartEntitiesDetectionV2Job operation returns this identifier in its response.

data DescribeEntitiesDetectionV2JobResponse Source #

Instances

Instances details
Generic DescribeEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

Read DescribeEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

Show DescribeEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

NFData DescribeEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

Eq DescribeEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

type Rep DescribeEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job

type Rep DescribeEntitiesDetectionV2JobResponse = D1 ('MetaData "DescribeEntitiesDetectionV2JobResponse" "Amazonka.ComprehendMedical.DescribeEntitiesDetectionV2Job" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribeEntitiesDetectionV2JobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeEntitiesDetectionV2JobResponse Source #

Create a value of DescribeEntitiesDetectionV2JobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comprehendMedicalAsyncJobProperties:DescribeEntitiesDetectionV2JobResponse', describeEntitiesDetectionV2JobResponse_comprehendMedicalAsyncJobProperties - An object that contains the properties associated with a detection job.

$sel:httpStatus:DescribeEntitiesDetectionV2JobResponse', describeEntitiesDetectionV2JobResponse_httpStatus - The response's http status code.

DescribeICD10CMInferenceJob

data DescribeICD10CMInferenceJob Source #

See: newDescribeICD10CMInferenceJob smart constructor.

Instances

Instances details
ToJSON DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

ToHeaders DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

ToPath DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

ToQuery DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

AWSRequest DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

Generic DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

Associated Types

type Rep DescribeICD10CMInferenceJob :: Type -> Type #

Read DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

Show DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

NFData DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

Eq DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

Hashable DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

type AWSResponse DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

type Rep DescribeICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

type Rep DescribeICD10CMInferenceJob = D1 ('MetaData "DescribeICD10CMInferenceJob" "Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribeICD10CMInferenceJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeICD10CMInferenceJob Source #

Create a value of DescribeICD10CMInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeICD10CMInferenceJob, describeICD10CMInferenceJob_jobId - The identifier that Amazon Comprehend Medical generated for the job. The StartICD10CMInferenceJob operation returns this identifier in its response.

data DescribeICD10CMInferenceJobResponse Source #

Instances

Instances details
Generic DescribeICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

Read DescribeICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

Show DescribeICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

NFData DescribeICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

Eq DescribeICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

type Rep DescribeICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob

type Rep DescribeICD10CMInferenceJobResponse = D1 ('MetaData "DescribeICD10CMInferenceJobResponse" "Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribeICD10CMInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeICD10CMInferenceJobResponse Source #

Create a value of DescribeICD10CMInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comprehendMedicalAsyncJobProperties:DescribeICD10CMInferenceJobResponse', describeICD10CMInferenceJobResponse_comprehendMedicalAsyncJobProperties - An object that contains the properties associated with a detection job.

$sel:httpStatus:DescribeICD10CMInferenceJobResponse', describeICD10CMInferenceJobResponse_httpStatus - The response's http status code.

DescribePHIDetectionJob

data DescribePHIDetectionJob Source #

See: newDescribePHIDetectionJob smart constructor.

Instances

Instances details
ToJSON DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

ToHeaders DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

ToPath DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

ToQuery DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

AWSRequest DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

Generic DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

Associated Types

type Rep DescribePHIDetectionJob :: Type -> Type #

Read DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

Show DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

NFData DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

Methods

rnf :: DescribePHIDetectionJob -> () #

Eq DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

Hashable DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

type AWSResponse DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

type Rep DescribePHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

type Rep DescribePHIDetectionJob = D1 ('MetaData "DescribePHIDetectionJob" "Amazonka.ComprehendMedical.DescribePHIDetectionJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribePHIDetectionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribePHIDetectionJob Source #

Create a value of DescribePHIDetectionJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribePHIDetectionJob, describePHIDetectionJob_jobId - The identifier that Comprehend Medical; generated for the job. The StartPHIDetectionJob operation returns this identifier in its response.

data DescribePHIDetectionJobResponse Source #

See: newDescribePHIDetectionJobResponse smart constructor.

Instances

Instances details
Generic DescribePHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

Associated Types

type Rep DescribePHIDetectionJobResponse :: Type -> Type #

Read DescribePHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

Show DescribePHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

NFData DescribePHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

Eq DescribePHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

type Rep DescribePHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribePHIDetectionJob

type Rep DescribePHIDetectionJobResponse = D1 ('MetaData "DescribePHIDetectionJobResponse" "Amazonka.ComprehendMedical.DescribePHIDetectionJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribePHIDetectionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribePHIDetectionJobResponse Source #

Create a value of DescribePHIDetectionJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comprehendMedicalAsyncJobProperties:DescribePHIDetectionJobResponse', describePHIDetectionJobResponse_comprehendMedicalAsyncJobProperties - An object that contains the properties associated with a detection job.

$sel:httpStatus:DescribePHIDetectionJobResponse', describePHIDetectionJobResponse_httpStatus - The response's http status code.

DescribeRxNormInferenceJob

data DescribeRxNormInferenceJob Source #

See: newDescribeRxNormInferenceJob smart constructor.

Instances

Instances details
ToJSON DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

ToHeaders DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

ToPath DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

ToQuery DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

AWSRequest DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Generic DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Associated Types

type Rep DescribeRxNormInferenceJob :: Type -> Type #

Read DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Show DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

NFData DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Eq DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Hashable DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

type AWSResponse DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

type Rep DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

type Rep DescribeRxNormInferenceJob = D1 ('MetaData "DescribeRxNormInferenceJob" "Amazonka.ComprehendMedical.DescribeRxNormInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribeRxNormInferenceJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeRxNormInferenceJob Source #

Create a value of DescribeRxNormInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeRxNormInferenceJob, describeRxNormInferenceJob_jobId - The identifier that Amazon Comprehend Medical generated for the job. The StartRxNormInferenceJob operation returns this identifier in its response.

data DescribeRxNormInferenceJobResponse Source #

Instances

Instances details
Generic DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Associated Types

type Rep DescribeRxNormInferenceJobResponse :: Type -> Type #

Read DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Show DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

NFData DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Eq DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

type Rep DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

type Rep DescribeRxNormInferenceJobResponse = D1 ('MetaData "DescribeRxNormInferenceJobResponse" "Amazonka.ComprehendMedical.DescribeRxNormInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribeRxNormInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeRxNormInferenceJobResponse Source #

Create a value of DescribeRxNormInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comprehendMedicalAsyncJobProperties:DescribeRxNormInferenceJobResponse', describeRxNormInferenceJobResponse_comprehendMedicalAsyncJobProperties - An object that contains the properties associated with a detection job.

$sel:httpStatus:DescribeRxNormInferenceJobResponse', describeRxNormInferenceJobResponse_httpStatus - The response's http status code.

DescribeSNOMEDCTInferenceJob

data DescribeSNOMEDCTInferenceJob Source #

See: newDescribeSNOMEDCTInferenceJob smart constructor.

Instances

Instances details
ToJSON DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

ToHeaders DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

ToPath DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

ToQuery DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

AWSRequest DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

Generic DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

Associated Types

type Rep DescribeSNOMEDCTInferenceJob :: Type -> Type #

Read DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

Show DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

NFData DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

Eq DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

Hashable DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

type AWSResponse DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

type Rep DescribeSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

type Rep DescribeSNOMEDCTInferenceJob = D1 ('MetaData "DescribeSNOMEDCTInferenceJob" "Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribeSNOMEDCTInferenceJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDescribeSNOMEDCTInferenceJob Source #

Create a value of DescribeSNOMEDCTInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeSNOMEDCTInferenceJob, describeSNOMEDCTInferenceJob_jobId - The identifier that Amazon Comprehend Medical generated for the job. The StartSNOMEDCTInferenceJob operation returns this identifier in its response.

data DescribeSNOMEDCTInferenceJobResponse Source #

Instances

Instances details
Generic DescribeSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

Read DescribeSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

Show DescribeSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

NFData DescribeSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

Eq DescribeSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

type Rep DescribeSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob

type Rep DescribeSNOMEDCTInferenceJobResponse = D1 ('MetaData "DescribeSNOMEDCTInferenceJobResponse" "Amazonka.ComprehendMedical.DescribeSNOMEDCTInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribeSNOMEDCTInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

DetectEntitiesV2

data DetectEntitiesV2 Source #

See: newDetectEntitiesV2 smart constructor.

Constructors

DetectEntitiesV2' Text 

Instances

Instances details
ToJSON DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

ToHeaders DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

ToPath DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

ToQuery DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

AWSRequest DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

Associated Types

type AWSResponse DetectEntitiesV2 #

Generic DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

Associated Types

type Rep DetectEntitiesV2 :: Type -> Type #

Read DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

Show DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

NFData DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

Methods

rnf :: DetectEntitiesV2 -> () #

Eq DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

Hashable DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

type AWSResponse DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

type Rep DetectEntitiesV2 Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

type Rep DetectEntitiesV2 = D1 ('MetaData "DetectEntitiesV2" "Amazonka.ComprehendMedical.DetectEntitiesV2" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DetectEntitiesV2'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDetectEntitiesV2 Source #

Create a value of DetectEntitiesV2 with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DetectEntitiesV2, detectEntitiesV2_text - A UTF-8 string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.

data DetectEntitiesV2Response Source #

See: newDetectEntitiesV2Response smart constructor.

Instances

Instances details
Generic DetectEntitiesV2Response Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

Associated Types

type Rep DetectEntitiesV2Response :: Type -> Type #

Read DetectEntitiesV2Response Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

Show DetectEntitiesV2Response Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

NFData DetectEntitiesV2Response Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

Eq DetectEntitiesV2Response Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

type Rep DetectEntitiesV2Response Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectEntitiesV2

type Rep DetectEntitiesV2Response = D1 ('MetaData "DetectEntitiesV2Response" "Amazonka.ComprehendMedical.DetectEntitiesV2" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DetectEntitiesV2Response'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "paginationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "unmappedAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [UnmappedAttribute]))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "entities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Entity]) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDetectEntitiesV2Response Source #

Create a value of DetectEntitiesV2Response with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:paginationToken:DetectEntitiesV2Response', detectEntitiesV2Response_paginationToken - If the result to the DetectEntitiesV2 operation was truncated, include the PaginationToken to fetch the next page of entities.

$sel:unmappedAttributes:DetectEntitiesV2Response', detectEntitiesV2Response_unmappedAttributes - Attributes extracted from the input text that couldn't be related to an entity.

$sel:httpStatus:DetectEntitiesV2Response', detectEntitiesV2Response_httpStatus - The response's http status code.

$sel:entities:DetectEntitiesV2Response', detectEntitiesV2Response_entities - 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 in the detection and analysis. Attributes and traits of the entity are also returned.

DetectEntitiesV2Response, detectEntitiesV2Response_modelVersion - The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.

DetectPHI

data DetectPHI Source #

See: newDetectPHI smart constructor.

Constructors

DetectPHI' Text 

Instances

Instances details
ToJSON DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

ToHeaders DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

Methods

toHeaders :: DetectPHI -> [Header] #

ToPath DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

ToQuery DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

AWSRequest DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

Associated Types

type AWSResponse DetectPHI #

Generic DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

Associated Types

type Rep DetectPHI :: Type -> Type #

Read DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

Show DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

NFData DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

Methods

rnf :: DetectPHI -> () #

Eq DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

Hashable DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

type AWSResponse DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

type Rep DetectPHI Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

type Rep DetectPHI = D1 ('MetaData "DetectPHI" "Amazonka.ComprehendMedical.DetectPHI" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DetectPHI'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDetectPHI Source #

Arguments

:: Text

DetectPHI

-> DetectPHI 

Create a value of DetectPHI with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DetectPHI, detectPHI_text - A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must contain fewer than 20,000 bytes of characters.

data DetectPHIResponse Source #

See: newDetectPHIResponse smart constructor.

Instances

Instances details
Generic DetectPHIResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

Associated Types

type Rep DetectPHIResponse :: Type -> Type #

Read DetectPHIResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

Show DetectPHIResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

NFData DetectPHIResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

Methods

rnf :: DetectPHIResponse -> () #

Eq DetectPHIResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

type Rep DetectPHIResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DetectPHI

type Rep DetectPHIResponse = D1 ('MetaData "DetectPHIResponse" "Amazonka.ComprehendMedical.DetectPHI" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DetectPHIResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "paginationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "entities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Entity]) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDetectPHIResponse Source #

Create a value of DetectPHIResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:paginationToken:DetectPHIResponse', detectPHIResponse_paginationToken - If the result of the previous request to DetectPHI was truncated, include the PaginationToken to fetch the next page of PHI entities.

$sel:httpStatus:DetectPHIResponse', detectPHIResponse_httpStatus - The response's http status code.

$sel:entities:DetectPHIResponse', detectPHIResponse_entities - The collection of PHI 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 Comprehend Medical; has in its detection.

DetectPHIResponse, detectPHIResponse_modelVersion - The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.

InferICD10CM

data InferICD10CM Source #

See: newInferICD10CM smart constructor.

Constructors

InferICD10CM' Text 

Instances

Instances details
ToJSON InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

ToHeaders InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

ToPath InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

ToQuery InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

AWSRequest InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

Associated Types

type AWSResponse InferICD10CM #

Generic InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

Associated Types

type Rep InferICD10CM :: Type -> Type #

Read InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

Show InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

NFData InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

Methods

rnf :: InferICD10CM -> () #

Eq InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

Hashable InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

type AWSResponse InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

type Rep InferICD10CM Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

type Rep InferICD10CM = D1 ('MetaData "InferICD10CM" "Amazonka.ComprehendMedical.InferICD10CM" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "InferICD10CM'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInferICD10CM Source #

Create a value of InferICD10CM with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

InferICD10CM, inferICD10CM_text - The input text used for analysis. The input for InferICD10CM is a string from 1 to 10000 characters.

data InferICD10CMResponse Source #

See: newInferICD10CMResponse smart constructor.

Instances

Instances details
Generic InferICD10CMResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

Associated Types

type Rep InferICD10CMResponse :: Type -> Type #

Read InferICD10CMResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

Show InferICD10CMResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

NFData InferICD10CMResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

Methods

rnf :: InferICD10CMResponse -> () #

Eq InferICD10CMResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

type Rep InferICD10CMResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferICD10CM

type Rep InferICD10CMResponse = D1 ('MetaData "InferICD10CMResponse" "Amazonka.ComprehendMedical.InferICD10CM" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "InferICD10CMResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "paginationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "entities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ICD10CMEntity]))))

newInferICD10CMResponse Source #

Create a value of InferICD10CMResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

InferICD10CMResponse, inferICD10CMResponse_modelVersion - The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.

$sel:paginationToken:InferICD10CMResponse', inferICD10CMResponse_paginationToken - If the result of the previous request to InferICD10CM was truncated, include the PaginationToken to fetch the next page of medical condition entities.

$sel:httpStatus:InferICD10CMResponse', inferICD10CMResponse_httpStatus - The response's http status code.

$sel:entities:InferICD10CMResponse', inferICD10CMResponse_entities - The medical conditions detected in the text linked to ICD-10-CM concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.

InferRxNorm

data InferRxNorm Source #

See: newInferRxNorm smart constructor.

Constructors

InferRxNorm' Text 

Instances

Instances details
ToJSON InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

ToHeaders InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

Methods

toHeaders :: InferRxNorm -> [Header] #

ToPath InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

ToQuery InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

AWSRequest InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

Associated Types

type AWSResponse InferRxNorm #

Generic InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

Associated Types

type Rep InferRxNorm :: Type -> Type #

Read InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

Show InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

NFData InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

Methods

rnf :: InferRxNorm -> () #

Eq InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

Hashable InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

type AWSResponse InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

type Rep InferRxNorm Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

type Rep InferRxNorm = D1 ('MetaData "InferRxNorm" "Amazonka.ComprehendMedical.InferRxNorm" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "InferRxNorm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInferRxNorm Source #

Create a value of InferRxNorm with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

InferRxNorm, inferRxNorm_text - The input text used for analysis. The input for InferRxNorm is a string from 1 to 10000 characters.

data InferRxNormResponse Source #

See: newInferRxNormResponse smart constructor.

Instances

Instances details
Generic InferRxNormResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

Associated Types

type Rep InferRxNormResponse :: Type -> Type #

Read InferRxNormResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

Show InferRxNormResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

NFData InferRxNormResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

Methods

rnf :: InferRxNormResponse -> () #

Eq InferRxNormResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

type Rep InferRxNormResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferRxNorm

type Rep InferRxNormResponse = D1 ('MetaData "InferRxNormResponse" "Amazonka.ComprehendMedical.InferRxNorm" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "InferRxNormResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "paginationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "entities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [RxNormEntity]))))

newInferRxNormResponse Source #

Create a value of InferRxNormResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

InferRxNormResponse, inferRxNormResponse_modelVersion - The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.

$sel:paginationToken:InferRxNormResponse', inferRxNormResponse_paginationToken - If the result of the previous request to InferRxNorm was truncated, include the PaginationToken to fetch the next page of medication entities.

$sel:httpStatus:InferRxNormResponse', inferRxNormResponse_httpStatus - The response's http status code.

$sel:entities:InferRxNormResponse', inferRxNormResponse_entities - The medication entities detected in the text linked to RxNorm concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.

InferSNOMEDCT

data InferSNOMEDCT Source #

See: newInferSNOMEDCT smart constructor.

Constructors

InferSNOMEDCT' Text 

Instances

Instances details
ToJSON InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

ToHeaders InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

ToPath InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

ToQuery InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

AWSRequest InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

Associated Types

type AWSResponse InferSNOMEDCT #

Generic InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

Associated Types

type Rep InferSNOMEDCT :: Type -> Type #

Read InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

Show InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

NFData InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

Methods

rnf :: InferSNOMEDCT -> () #

Eq InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

Hashable InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

type AWSResponse InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

type Rep InferSNOMEDCT Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

type Rep InferSNOMEDCT = D1 ('MetaData "InferSNOMEDCT" "Amazonka.ComprehendMedical.InferSNOMEDCT" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "InferSNOMEDCT'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInferSNOMEDCT Source #

Create a value of InferSNOMEDCT with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

InferSNOMEDCT, inferSNOMEDCT_text - The input text to be analyzed using InferSNOMEDCT. The text should be a string with 1 to 10000 characters.

data InferSNOMEDCTResponse Source #

See: newInferSNOMEDCTResponse smart constructor.

Instances

Instances details
Generic InferSNOMEDCTResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

Associated Types

type Rep InferSNOMEDCTResponse :: Type -> Type #

Read InferSNOMEDCTResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

Show InferSNOMEDCTResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

NFData InferSNOMEDCTResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

Methods

rnf :: InferSNOMEDCTResponse -> () #

Eq InferSNOMEDCTResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

type Rep InferSNOMEDCTResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.InferSNOMEDCT

type Rep InferSNOMEDCTResponse = D1 ('MetaData "InferSNOMEDCTResponse" "Amazonka.ComprehendMedical.InferSNOMEDCT" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "InferSNOMEDCTResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "characters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Characters)) :*: (S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "paginationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "sNOMEDCTDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SNOMEDCTDetails)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "entities") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SNOMEDCTEntity])))))

newInferSNOMEDCTResponse Source #

Create a value of InferSNOMEDCTResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:characters:InferSNOMEDCTResponse', inferSNOMEDCTResponse_characters - The number of characters in the input request documentation.

InferSNOMEDCTResponse, inferSNOMEDCTResponse_modelVersion - The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.

$sel:paginationToken:InferSNOMEDCTResponse', inferSNOMEDCTResponse_paginationToken - If the result of the request is truncated, the pagination token can be used to fetch the next page of entities.

$sel:sNOMEDCTDetails:InferSNOMEDCTResponse', inferSNOMEDCTResponse_sNOMEDCTDetails - The details of the SNOMED-CT revision, including the edition, language, and version date.

$sel:httpStatus:InferSNOMEDCTResponse', inferSNOMEDCTResponse_httpStatus - The response's http status code.

$sel:entities:InferSNOMEDCTResponse', inferSNOMEDCTResponse_entities - The collection of medical concept 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 Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.

ListEntitiesDetectionV2Jobs

data ListEntitiesDetectionV2Jobs Source #

See: newListEntitiesDetectionV2Jobs smart constructor.

Instances

Instances details
ToJSON ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

ToHeaders ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

ToPath ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

ToQuery ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

AWSRequest ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

Generic ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

Associated Types

type Rep ListEntitiesDetectionV2Jobs :: Type -> Type #

Read ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

Show ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

NFData ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

Eq ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

Hashable ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

type AWSResponse ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

type Rep ListEntitiesDetectionV2Jobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

type Rep ListEntitiesDetectionV2Jobs = D1 ('MetaData "ListEntitiesDetectionV2Jobs" "Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListEntitiesDetectionV2Jobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListEntitiesDetectionV2Jobs :: ListEntitiesDetectionV2Jobs Source #

Create a value of ListEntitiesDetectionV2Jobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filter':ListEntitiesDetectionV2Jobs', listEntitiesDetectionV2Jobs_filter - Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.

$sel:maxResults:ListEntitiesDetectionV2Jobs', listEntitiesDetectionV2Jobs_maxResults - The maximum number of results to return in each page. The default is 100.

ListEntitiesDetectionV2Jobs, listEntitiesDetectionV2Jobs_nextToken - Identifies the next page of results to return.

data ListEntitiesDetectionV2JobsResponse Source #

Instances

Instances details
Generic ListEntitiesDetectionV2JobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

Read ListEntitiesDetectionV2JobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

Show ListEntitiesDetectionV2JobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

NFData ListEntitiesDetectionV2JobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

Eq ListEntitiesDetectionV2JobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

type Rep ListEntitiesDetectionV2JobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs

type Rep ListEntitiesDetectionV2JobsResponse = D1 ('MetaData "ListEntitiesDetectionV2JobsResponse" "Amazonka.ComprehendMedical.ListEntitiesDetectionV2Jobs" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListEntitiesDetectionV2JobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComprehendMedicalAsyncJobProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEntitiesDetectionV2JobsResponse Source #

Create a value of ListEntitiesDetectionV2JobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comprehendMedicalAsyncJobPropertiesList:ListEntitiesDetectionV2JobsResponse', listEntitiesDetectionV2JobsResponse_comprehendMedicalAsyncJobPropertiesList - A list containing the properties of each job returned.

ListEntitiesDetectionV2Jobs, listEntitiesDetectionV2JobsResponse_nextToken - Identifies the next page of results to return.

$sel:httpStatus:ListEntitiesDetectionV2JobsResponse', listEntitiesDetectionV2JobsResponse_httpStatus - The response's http status code.

ListICD10CMInferenceJobs

data ListICD10CMInferenceJobs Source #

See: newListICD10CMInferenceJobs smart constructor.

Instances

Instances details
ToJSON ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

ToHeaders ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

ToPath ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

ToQuery ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

AWSRequest ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

Generic ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

Associated Types

type Rep ListICD10CMInferenceJobs :: Type -> Type #

Read ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

Show ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

NFData ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

Eq ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

Hashable ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

type AWSResponse ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

type Rep ListICD10CMInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

type Rep ListICD10CMInferenceJobs = D1 ('MetaData "ListICD10CMInferenceJobs" "Amazonka.ComprehendMedical.ListICD10CMInferenceJobs" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListICD10CMInferenceJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListICD10CMInferenceJobs :: ListICD10CMInferenceJobs Source #

Create a value of ListICD10CMInferenceJobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filter':ListICD10CMInferenceJobs', listICD10CMInferenceJobs_filter - Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.

$sel:maxResults:ListICD10CMInferenceJobs', listICD10CMInferenceJobs_maxResults - The maximum number of results to return in each page. The default is 100.

ListICD10CMInferenceJobs, listICD10CMInferenceJobs_nextToken - Identifies the next page of results to return.

data ListICD10CMInferenceJobsResponse Source #

See: newListICD10CMInferenceJobsResponse smart constructor.

Instances

Instances details
Generic ListICD10CMInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

Associated Types

type Rep ListICD10CMInferenceJobsResponse :: Type -> Type #

Read ListICD10CMInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

Show ListICD10CMInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

NFData ListICD10CMInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

Eq ListICD10CMInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

type Rep ListICD10CMInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListICD10CMInferenceJobs

type Rep ListICD10CMInferenceJobsResponse = D1 ('MetaData "ListICD10CMInferenceJobsResponse" "Amazonka.ComprehendMedical.ListICD10CMInferenceJobs" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListICD10CMInferenceJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComprehendMedicalAsyncJobProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListICD10CMInferenceJobsResponse Source #

Create a value of ListICD10CMInferenceJobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comprehendMedicalAsyncJobPropertiesList:ListICD10CMInferenceJobsResponse', listICD10CMInferenceJobsResponse_comprehendMedicalAsyncJobPropertiesList - A list containing the properties of each job that is returned.

ListICD10CMInferenceJobs, listICD10CMInferenceJobsResponse_nextToken - Identifies the next page of results to return.

$sel:httpStatus:ListICD10CMInferenceJobsResponse', listICD10CMInferenceJobsResponse_httpStatus - The response's http status code.

ListPHIDetectionJobs

data ListPHIDetectionJobs Source #

See: newListPHIDetectionJobs smart constructor.

Instances

Instances details
ToJSON ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

ToHeaders ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

ToPath ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

ToQuery ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

AWSRequest ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Associated Types

type AWSResponse ListPHIDetectionJobs #

Generic ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Associated Types

type Rep ListPHIDetectionJobs :: Type -> Type #

Read ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Show ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

NFData ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Methods

rnf :: ListPHIDetectionJobs -> () #

Eq ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Hashable ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

type AWSResponse ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

type Rep ListPHIDetectionJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

type Rep ListPHIDetectionJobs = D1 ('MetaData "ListPHIDetectionJobs" "Amazonka.ComprehendMedical.ListPHIDetectionJobs" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListPHIDetectionJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListPHIDetectionJobs :: ListPHIDetectionJobs Source #

Create a value of ListPHIDetectionJobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filter':ListPHIDetectionJobs', listPHIDetectionJobs_filter - Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.

$sel:maxResults:ListPHIDetectionJobs', listPHIDetectionJobs_maxResults - The maximum number of results to return in each page. The default is 100.

ListPHIDetectionJobs, listPHIDetectionJobs_nextToken - Identifies the next page of results to return.

data ListPHIDetectionJobsResponse Source #

See: newListPHIDetectionJobsResponse smart constructor.

Instances

Instances details
Generic ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Associated Types

type Rep ListPHIDetectionJobsResponse :: Type -> Type #

Read ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Show ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

NFData ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

Eq ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

type Rep ListPHIDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListPHIDetectionJobs

type Rep ListPHIDetectionJobsResponse = D1 ('MetaData "ListPHIDetectionJobsResponse" "Amazonka.ComprehendMedical.ListPHIDetectionJobs" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListPHIDetectionJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComprehendMedicalAsyncJobProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListPHIDetectionJobsResponse Source #

Create a value of ListPHIDetectionJobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comprehendMedicalAsyncJobPropertiesList:ListPHIDetectionJobsResponse', listPHIDetectionJobsResponse_comprehendMedicalAsyncJobPropertiesList - A list containing the properties of each job returned.

ListPHIDetectionJobs, listPHIDetectionJobsResponse_nextToken - Identifies the next page of results to return.

$sel:httpStatus:ListPHIDetectionJobsResponse', listPHIDetectionJobsResponse_httpStatus - The response's http status code.

ListRxNormInferenceJobs

data ListRxNormInferenceJobs Source #

See: newListRxNormInferenceJobs smart constructor.

Instances

Instances details
ToJSON ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

ToHeaders ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

ToPath ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

ToQuery ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

AWSRequest ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

Generic ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

Associated Types

type Rep ListRxNormInferenceJobs :: Type -> Type #

Read ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

Show ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

NFData ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

Methods

rnf :: ListRxNormInferenceJobs -> () #

Eq ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

Hashable ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

type AWSResponse ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

type Rep ListRxNormInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

type Rep ListRxNormInferenceJobs = D1 ('MetaData "ListRxNormInferenceJobs" "Amazonka.ComprehendMedical.ListRxNormInferenceJobs" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListRxNormInferenceJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListRxNormInferenceJobs :: ListRxNormInferenceJobs Source #

Create a value of ListRxNormInferenceJobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filter':ListRxNormInferenceJobs', listRxNormInferenceJobs_filter - Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.

$sel:maxResults:ListRxNormInferenceJobs', listRxNormInferenceJobs_maxResults - Identifies the next page of results to return.

ListRxNormInferenceJobs, listRxNormInferenceJobs_nextToken - Identifies the next page of results to return.

data ListRxNormInferenceJobsResponse Source #

See: newListRxNormInferenceJobsResponse smart constructor.

Instances

Instances details
Generic ListRxNormInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

Associated Types

type Rep ListRxNormInferenceJobsResponse :: Type -> Type #

Read ListRxNormInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

Show ListRxNormInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

NFData ListRxNormInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

Eq ListRxNormInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

type Rep ListRxNormInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListRxNormInferenceJobs

type Rep ListRxNormInferenceJobsResponse = D1 ('MetaData "ListRxNormInferenceJobsResponse" "Amazonka.ComprehendMedical.ListRxNormInferenceJobs" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListRxNormInferenceJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComprehendMedicalAsyncJobProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListRxNormInferenceJobsResponse Source #

Create a value of ListRxNormInferenceJobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comprehendMedicalAsyncJobPropertiesList:ListRxNormInferenceJobsResponse', listRxNormInferenceJobsResponse_comprehendMedicalAsyncJobPropertiesList - The maximum number of results to return in each page. The default is 100.

ListRxNormInferenceJobs, listRxNormInferenceJobsResponse_nextToken - Identifies the next page of results to return.

$sel:httpStatus:ListRxNormInferenceJobsResponse', listRxNormInferenceJobsResponse_httpStatus - The response's http status code.

ListSNOMEDCTInferenceJobs

data ListSNOMEDCTInferenceJobs Source #

See: newListSNOMEDCTInferenceJobs smart constructor.

Instances

Instances details
ToJSON ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

ToHeaders ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

ToPath ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

ToQuery ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

AWSRequest ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

Generic ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

Associated Types

type Rep ListSNOMEDCTInferenceJobs :: Type -> Type #

Read ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

Show ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

NFData ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

Eq ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

Hashable ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

type AWSResponse ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

type Rep ListSNOMEDCTInferenceJobs Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

type Rep ListSNOMEDCTInferenceJobs = D1 ('MetaData "ListSNOMEDCTInferenceJobs" "Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListSNOMEDCTInferenceJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListSNOMEDCTInferenceJobs :: ListSNOMEDCTInferenceJobs Source #

Create a value of ListSNOMEDCTInferenceJobs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:filter':ListSNOMEDCTInferenceJobs', listSNOMEDCTInferenceJobs_filter - Undocumented member.

$sel:maxResults:ListSNOMEDCTInferenceJobs', listSNOMEDCTInferenceJobs_maxResults - The maximum number of results to return in each page. The default is 100.

ListSNOMEDCTInferenceJobs, listSNOMEDCTInferenceJobs_nextToken - Identifies the next page of InferSNOMEDCT results to return.

data ListSNOMEDCTInferenceJobsResponse Source #

See: newListSNOMEDCTInferenceJobsResponse smart constructor.

Instances

Instances details
Generic ListSNOMEDCTInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

Associated Types

type Rep ListSNOMEDCTInferenceJobsResponse :: Type -> Type #

Read ListSNOMEDCTInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

Show ListSNOMEDCTInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

NFData ListSNOMEDCTInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

Eq ListSNOMEDCTInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

type Rep ListSNOMEDCTInferenceJobsResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs

type Rep ListSNOMEDCTInferenceJobsResponse = D1 ('MetaData "ListSNOMEDCTInferenceJobsResponse" "Amazonka.ComprehendMedical.ListSNOMEDCTInferenceJobs" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ListSNOMEDCTInferenceJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ComprehendMedicalAsyncJobProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSNOMEDCTInferenceJobsResponse Source #

Create a value of ListSNOMEDCTInferenceJobsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comprehendMedicalAsyncJobPropertiesList:ListSNOMEDCTInferenceJobsResponse', listSNOMEDCTInferenceJobsResponse_comprehendMedicalAsyncJobPropertiesList - A list containing the properties of each job that is returned.

ListSNOMEDCTInferenceJobs, listSNOMEDCTInferenceJobsResponse_nextToken - Identifies the next page of results to return.

$sel:httpStatus:ListSNOMEDCTInferenceJobsResponse', listSNOMEDCTInferenceJobsResponse_httpStatus - The response's http status code.

StartEntitiesDetectionV2Job

data StartEntitiesDetectionV2Job Source #

See: newStartEntitiesDetectionV2Job smart constructor.

Instances

Instances details
ToJSON StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

ToHeaders StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

ToPath StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

ToQuery StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

AWSRequest StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Generic StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Associated Types

type Rep StartEntitiesDetectionV2Job :: Type -> Type #

Read StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Show StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

NFData StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Eq StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Hashable StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

type AWSResponse StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

type Rep StartEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

type Rep StartEntitiesDetectionV2Job = D1 ('MetaData "StartEntitiesDetectionV2Job" "Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartEntitiesDetectionV2Job'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputDataConfig) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig)) :*: (S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode)))))

newStartEntitiesDetectionV2Job Source #

Create a value of StartEntitiesDetectionV2Job with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:StartEntitiesDetectionV2Job', startEntitiesDetectionV2Job_clientRequestToken - A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one for you.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_jobName - The identifier of the job.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_kmsKey - An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_inputDataConfig - The input configuration that specifies the format and location of the input data for the job.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_outputDataConfig - The output configuration that specifies where to send the output files.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

StartEntitiesDetectionV2Job, startEntitiesDetectionV2Job_languageCode - The language of the input documents. All documents must be in the same language. Comprehend Medical; processes files in US English (en).

data StartEntitiesDetectionV2JobResponse Source #

Instances

Instances details
Generic StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Read StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Show StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

NFData StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

Eq StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

type Rep StartEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job

type Rep StartEntitiesDetectionV2JobResponse = D1 ('MetaData "StartEntitiesDetectionV2JobResponse" "Amazonka.ComprehendMedical.StartEntitiesDetectionV2Job" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartEntitiesDetectionV2JobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartEntitiesDetectionV2JobResponse Source #

Create a value of StartEntitiesDetectionV2JobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartEntitiesDetectionV2JobResponse, startEntitiesDetectionV2JobResponse_jobId - The identifier generated for the job. To get the status of a job, use this identifier with the DescribeEntitiesDetectionV2Job operation.

$sel:httpStatus:StartEntitiesDetectionV2JobResponse', startEntitiesDetectionV2JobResponse_httpStatus - The response's http status code.

StartICD10CMInferenceJob

data StartICD10CMInferenceJob Source #

See: newStartICD10CMInferenceJob smart constructor.

Instances

Instances details
ToJSON StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

ToHeaders StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

ToPath StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

ToQuery StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

AWSRequest StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

Generic StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

Associated Types

type Rep StartICD10CMInferenceJob :: Type -> Type #

Read StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

Show StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

NFData StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

Eq StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

Hashable StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

type AWSResponse StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

type Rep StartICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

type Rep StartICD10CMInferenceJob = D1 ('MetaData "StartICD10CMInferenceJob" "Amazonka.ComprehendMedical.StartICD10CMInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartICD10CMInferenceJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputDataConfig) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig)) :*: (S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode)))))

newStartICD10CMInferenceJob Source #

Create a value of StartICD10CMInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:StartICD10CMInferenceJob', startICD10CMInferenceJob_clientRequestToken - A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one.

StartICD10CMInferenceJob, startICD10CMInferenceJob_jobName - The identifier of the job.

StartICD10CMInferenceJob, startICD10CMInferenceJob_kmsKey - An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

StartICD10CMInferenceJob, startICD10CMInferenceJob_inputDataConfig - Specifies the format and location of the input data for the job.

StartICD10CMInferenceJob, startICD10CMInferenceJob_outputDataConfig - Specifies where to send the output files.

StartICD10CMInferenceJob, startICD10CMInferenceJob_dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

StartICD10CMInferenceJob, startICD10CMInferenceJob_languageCode - The language of the input documents. All documents must be in the same language.

data StartICD10CMInferenceJobResponse Source #

See: newStartICD10CMInferenceJobResponse smart constructor.

Instances

Instances details
Generic StartICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

Associated Types

type Rep StartICD10CMInferenceJobResponse :: Type -> Type #

Read StartICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

Show StartICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

NFData StartICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

Eq StartICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

type Rep StartICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartICD10CMInferenceJob

type Rep StartICD10CMInferenceJobResponse = D1 ('MetaData "StartICD10CMInferenceJobResponse" "Amazonka.ComprehendMedical.StartICD10CMInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartICD10CMInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartICD10CMInferenceJobResponse Source #

Create a value of StartICD10CMInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartICD10CMInferenceJobResponse, startICD10CMInferenceJobResponse_jobId - The identifier generated for the job. To get the status of a job, use this identifier with the StartICD10CMInferenceJob operation.

$sel:httpStatus:StartICD10CMInferenceJobResponse', startICD10CMInferenceJobResponse_httpStatus - The response's http status code.

StartPHIDetectionJob

data StartPHIDetectionJob Source #

See: newStartPHIDetectionJob smart constructor.

Instances

Instances details
ToJSON StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

ToHeaders StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

ToPath StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

ToQuery StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

AWSRequest StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

Associated Types

type AWSResponse StartPHIDetectionJob #

Generic StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

Associated Types

type Rep StartPHIDetectionJob :: Type -> Type #

Read StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

Show StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

NFData StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

Methods

rnf :: StartPHIDetectionJob -> () #

Eq StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

Hashable StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

type AWSResponse StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

type Rep StartPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

type Rep StartPHIDetectionJob = D1 ('MetaData "StartPHIDetectionJob" "Amazonka.ComprehendMedical.StartPHIDetectionJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartPHIDetectionJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputDataConfig) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig)) :*: (S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode)))))

newStartPHIDetectionJob Source #

Create a value of StartPHIDetectionJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:StartPHIDetectionJob', startPHIDetectionJob_clientRequestToken - A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one.

StartPHIDetectionJob, startPHIDetectionJob_jobName - The identifier of the job.

StartPHIDetectionJob, startPHIDetectionJob_kmsKey - An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

StartPHIDetectionJob, startPHIDetectionJob_inputDataConfig - Specifies the format and location of the input data for the job.

StartPHIDetectionJob, startPHIDetectionJob_outputDataConfig - Specifies where to send the output files.

StartPHIDetectionJob, startPHIDetectionJob_dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

StartPHIDetectionJob, startPHIDetectionJob_languageCode - The language of the input documents. All documents must be in the same language.

data StartPHIDetectionJobResponse Source #

See: newStartPHIDetectionJobResponse smart constructor.

Instances

Instances details
Generic StartPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

Associated Types

type Rep StartPHIDetectionJobResponse :: Type -> Type #

Read StartPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

Show StartPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

NFData StartPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

Eq StartPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

type Rep StartPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartPHIDetectionJob

type Rep StartPHIDetectionJobResponse = D1 ('MetaData "StartPHIDetectionJobResponse" "Amazonka.ComprehendMedical.StartPHIDetectionJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartPHIDetectionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartPHIDetectionJobResponse Source #

Create a value of StartPHIDetectionJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartPHIDetectionJobResponse, startPHIDetectionJobResponse_jobId - The identifier generated for the job. To get the status of a job, use this identifier with the DescribePHIDetectionJob operation.

$sel:httpStatus:StartPHIDetectionJobResponse', startPHIDetectionJobResponse_httpStatus - The response's http status code.

StartRxNormInferenceJob

data StartRxNormInferenceJob Source #

See: newStartRxNormInferenceJob smart constructor.

Instances

Instances details
ToJSON StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

ToHeaders StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

ToPath StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

ToQuery StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

AWSRequest StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Generic StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Associated Types

type Rep StartRxNormInferenceJob :: Type -> Type #

Read StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Show StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

NFData StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Methods

rnf :: StartRxNormInferenceJob -> () #

Eq StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Hashable StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

type AWSResponse StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

type Rep StartRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

type Rep StartRxNormInferenceJob = D1 ('MetaData "StartRxNormInferenceJob" "Amazonka.ComprehendMedical.StartRxNormInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartRxNormInferenceJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputDataConfig) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig)) :*: (S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode)))))

newStartRxNormInferenceJob Source #

Create a value of StartRxNormInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:StartRxNormInferenceJob', startRxNormInferenceJob_clientRequestToken - A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one.

StartRxNormInferenceJob, startRxNormInferenceJob_jobName - The identifier of the job.

StartRxNormInferenceJob, startRxNormInferenceJob_kmsKey - An AWS Key Management Service key to encrypt your output files. If you do not specify a key, the files are written in plain text.

StartRxNormInferenceJob, startRxNormInferenceJob_inputDataConfig - Specifies the format and location of the input data for the job.

StartRxNormInferenceJob, startRxNormInferenceJob_outputDataConfig - Specifies where to send the output files.

StartRxNormInferenceJob, startRxNormInferenceJob_dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.

StartRxNormInferenceJob, startRxNormInferenceJob_languageCode - The language of the input documents. All documents must be in the same language.

data StartRxNormInferenceJobResponse Source #

See: newStartRxNormInferenceJobResponse smart constructor.

Instances

Instances details
Generic StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Associated Types

type Rep StartRxNormInferenceJobResponse :: Type -> Type #

Read StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Show StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

NFData StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

Eq StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

type Rep StartRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartRxNormInferenceJob

type Rep StartRxNormInferenceJobResponse = D1 ('MetaData "StartRxNormInferenceJobResponse" "Amazonka.ComprehendMedical.StartRxNormInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartRxNormInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartRxNormInferenceJobResponse Source #

Create a value of StartRxNormInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartRxNormInferenceJobResponse, startRxNormInferenceJobResponse_jobId - The identifier of the job.

$sel:httpStatus:StartRxNormInferenceJobResponse', startRxNormInferenceJobResponse_httpStatus - The response's http status code.

StartSNOMEDCTInferenceJob

data StartSNOMEDCTInferenceJob Source #

See: newStartSNOMEDCTInferenceJob smart constructor.

Instances

Instances details
ToJSON StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

ToHeaders StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

ToPath StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

ToQuery StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

AWSRequest StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

Generic StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

Associated Types

type Rep StartSNOMEDCTInferenceJob :: Type -> Type #

Read StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

Show StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

NFData StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

Eq StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

Hashable StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

type AWSResponse StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

type Rep StartSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

type Rep StartSNOMEDCTInferenceJob = D1 ('MetaData "StartSNOMEDCTInferenceJob" "Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartSNOMEDCTInferenceJob'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientRequestToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InputDataConfig) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig)) :*: (S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LanguageCode)))))

newStartSNOMEDCTInferenceJob Source #

Create a value of StartSNOMEDCTInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientRequestToken:StartSNOMEDCTInferenceJob', startSNOMEDCTInferenceJob_clientRequestToken - A unique identifier for the request. If you don't set the client request token, Amazon Comprehend Medical generates one.

StartSNOMEDCTInferenceJob, startSNOMEDCTInferenceJob_jobName - The user generated name the asynchronous InferSNOMEDCT job.

StartSNOMEDCTInferenceJob, startSNOMEDCTInferenceJob_kmsKey - An AWS Key Management Service key used to encrypt your output files. If you do not specify a key, the files are written in plain text.

StartSNOMEDCTInferenceJob, startSNOMEDCTInferenceJob_inputDataConfig - Undocumented member.

StartSNOMEDCTInferenceJob, startSNOMEDCTInferenceJob_outputDataConfig - Undocumented member.

StartSNOMEDCTInferenceJob, startSNOMEDCTInferenceJob_dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.

StartSNOMEDCTInferenceJob, startSNOMEDCTInferenceJob_languageCode - The language of the input documents. All documents must be in the same language.

data StartSNOMEDCTInferenceJobResponse Source #

See: newStartSNOMEDCTInferenceJobResponse smart constructor.

Instances

Instances details
Generic StartSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

Associated Types

type Rep StartSNOMEDCTInferenceJobResponse :: Type -> Type #

Read StartSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

Show StartSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

NFData StartSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

Eq StartSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

type Rep StartSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob

type Rep StartSNOMEDCTInferenceJobResponse = D1 ('MetaData "StartSNOMEDCTInferenceJobResponse" "Amazonka.ComprehendMedical.StartSNOMEDCTInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StartSNOMEDCTInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartSNOMEDCTInferenceJobResponse Source #

Create a value of StartSNOMEDCTInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartSNOMEDCTInferenceJobResponse, startSNOMEDCTInferenceJobResponse_jobId - The identifier generated for the job. To get the status of a job, use this identifier with the StartSNOMEDCTInferenceJob operation.

$sel:httpStatus:StartSNOMEDCTInferenceJobResponse', startSNOMEDCTInferenceJobResponse_httpStatus - The response's http status code.

StopEntitiesDetectionV2Job

data StopEntitiesDetectionV2Job Source #

See: newStopEntitiesDetectionV2Job smart constructor.

Instances

Instances details
ToJSON StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

ToHeaders StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

ToPath StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

ToQuery StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

AWSRequest StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

Generic StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

Associated Types

type Rep StopEntitiesDetectionV2Job :: Type -> Type #

Read StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

Show StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

NFData StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

Eq StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

Hashable StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

type AWSResponse StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

type Rep StopEntitiesDetectionV2Job Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

type Rep StopEntitiesDetectionV2Job = D1 ('MetaData "StopEntitiesDetectionV2Job" "Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopEntitiesDetectionV2Job'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopEntitiesDetectionV2Job Source #

Create a value of StopEntitiesDetectionV2Job with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopEntitiesDetectionV2Job, stopEntitiesDetectionV2Job_jobId - The identifier of the medical entities job to stop.

data StopEntitiesDetectionV2JobResponse Source #

Instances

Instances details
Generic StopEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

Associated Types

type Rep StopEntitiesDetectionV2JobResponse :: Type -> Type #

Read StopEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

Show StopEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

NFData StopEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

Eq StopEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

type Rep StopEntitiesDetectionV2JobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job

type Rep StopEntitiesDetectionV2JobResponse = D1 ('MetaData "StopEntitiesDetectionV2JobResponse" "Amazonka.ComprehendMedical.StopEntitiesDetectionV2Job" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopEntitiesDetectionV2JobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopEntitiesDetectionV2JobResponse Source #

Create a value of StopEntitiesDetectionV2JobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopEntitiesDetectionV2Job, stopEntitiesDetectionV2JobResponse_jobId - The identifier of the medical entities detection job that was stopped.

$sel:httpStatus:StopEntitiesDetectionV2JobResponse', stopEntitiesDetectionV2JobResponse_httpStatus - The response's http status code.

StopICD10CMInferenceJob

data StopICD10CMInferenceJob Source #

See: newStopICD10CMInferenceJob smart constructor.

Instances

Instances details
ToJSON StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

ToHeaders StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

ToPath StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

ToQuery StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

AWSRequest StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Generic StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Associated Types

type Rep StopICD10CMInferenceJob :: Type -> Type #

Read StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Show StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

NFData StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Methods

rnf :: StopICD10CMInferenceJob -> () #

Eq StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Hashable StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

type AWSResponse StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

type Rep StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

type Rep StopICD10CMInferenceJob = D1 ('MetaData "StopICD10CMInferenceJob" "Amazonka.ComprehendMedical.StopICD10CMInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopICD10CMInferenceJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopICD10CMInferenceJob Source #

Create a value of StopICD10CMInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopICD10CMInferenceJob, stopICD10CMInferenceJob_jobId - The identifier of the job.

data StopICD10CMInferenceJobResponse Source #

See: newStopICD10CMInferenceJobResponse smart constructor.

Instances

Instances details
Generic StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Associated Types

type Rep StopICD10CMInferenceJobResponse :: Type -> Type #

Read StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Show StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

NFData StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Eq StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

type Rep StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

type Rep StopICD10CMInferenceJobResponse = D1 ('MetaData "StopICD10CMInferenceJobResponse" "Amazonka.ComprehendMedical.StopICD10CMInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopICD10CMInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopICD10CMInferenceJobResponse Source #

Create a value of StopICD10CMInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopICD10CMInferenceJob, stopICD10CMInferenceJobResponse_jobId - The identifier generated for the job. To get the status of job, use this identifier with the DescribeICD10CMInferenceJob operation.

$sel:httpStatus:StopICD10CMInferenceJobResponse', stopICD10CMInferenceJobResponse_httpStatus - The response's http status code.

StopPHIDetectionJob

data StopPHIDetectionJob Source #

See: newStopPHIDetectionJob smart constructor.

Instances

Instances details
ToJSON StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

ToHeaders StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

ToPath StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

ToQuery StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

AWSRequest StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Associated Types

type AWSResponse StopPHIDetectionJob #

Generic StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Associated Types

type Rep StopPHIDetectionJob :: Type -> Type #

Read StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Show StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

NFData StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Methods

rnf :: StopPHIDetectionJob -> () #

Eq StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Hashable StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

type AWSResponse StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

type Rep StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

type Rep StopPHIDetectionJob = D1 ('MetaData "StopPHIDetectionJob" "Amazonka.ComprehendMedical.StopPHIDetectionJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopPHIDetectionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopPHIDetectionJob Source #

Create a value of StopPHIDetectionJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopPHIDetectionJob, stopPHIDetectionJob_jobId - The identifier of the PHI detection job to stop.

data StopPHIDetectionJobResponse Source #

See: newStopPHIDetectionJobResponse smart constructor.

Instances

Instances details
Generic StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Associated Types

type Rep StopPHIDetectionJobResponse :: Type -> Type #

Read StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Show StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

NFData StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Eq StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

type Rep StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

type Rep StopPHIDetectionJobResponse = D1 ('MetaData "StopPHIDetectionJobResponse" "Amazonka.ComprehendMedical.StopPHIDetectionJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopPHIDetectionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopPHIDetectionJobResponse Source #

Create a value of StopPHIDetectionJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopPHIDetectionJob, stopPHIDetectionJobResponse_jobId - The identifier of the PHI detection job that was stopped.

$sel:httpStatus:StopPHIDetectionJobResponse', stopPHIDetectionJobResponse_httpStatus - The response's http status code.

StopRxNormInferenceJob

data StopRxNormInferenceJob Source #

See: newStopRxNormInferenceJob smart constructor.

Instances

Instances details
ToJSON StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

ToHeaders StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

ToPath StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

ToQuery StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

AWSRequest StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Associated Types

type AWSResponse StopRxNormInferenceJob #

Generic StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Associated Types

type Rep StopRxNormInferenceJob :: Type -> Type #

Read StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Show StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

NFData StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Methods

rnf :: StopRxNormInferenceJob -> () #

Eq StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Hashable StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

type AWSResponse StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

type Rep StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

type Rep StopRxNormInferenceJob = D1 ('MetaData "StopRxNormInferenceJob" "Amazonka.ComprehendMedical.StopRxNormInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopRxNormInferenceJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopRxNormInferenceJob Source #

Create a value of StopRxNormInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopRxNormInferenceJob, stopRxNormInferenceJob_jobId - The identifier of the job.

data StopRxNormInferenceJobResponse Source #

See: newStopRxNormInferenceJobResponse smart constructor.

Instances

Instances details
Generic StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Associated Types

type Rep StopRxNormInferenceJobResponse :: Type -> Type #

Read StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Show StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

NFData StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Eq StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

type Rep StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

type Rep StopRxNormInferenceJobResponse = D1 ('MetaData "StopRxNormInferenceJobResponse" "Amazonka.ComprehendMedical.StopRxNormInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopRxNormInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopRxNormInferenceJobResponse Source #

Create a value of StopRxNormInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopRxNormInferenceJob, stopRxNormInferenceJobResponse_jobId - The identifier generated for the job. To get the status of job, use this identifier with the DescribeRxNormInferenceJob operation.

$sel:httpStatus:StopRxNormInferenceJobResponse', stopRxNormInferenceJobResponse_httpStatus - The response's http status code.

StopSNOMEDCTInferenceJob

data StopSNOMEDCTInferenceJob Source #

See: newStopSNOMEDCTInferenceJob smart constructor.

Instances

Instances details
ToJSON StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

ToHeaders StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

ToPath StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

ToQuery StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

AWSRequest StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Generic StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Associated Types

type Rep StopSNOMEDCTInferenceJob :: Type -> Type #

Read StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Show StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

NFData StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Eq StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Hashable StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

type AWSResponse StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

type Rep StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

type Rep StopSNOMEDCTInferenceJob = D1 ('MetaData "StopSNOMEDCTInferenceJob" "Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopSNOMEDCTInferenceJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopSNOMEDCTInferenceJob Source #

Create a value of StopSNOMEDCTInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopSNOMEDCTInferenceJob, stopSNOMEDCTInferenceJob_jobId - The job id of the asynchronous InferSNOMEDCT job to be stopped.

data StopSNOMEDCTInferenceJobResponse Source #

See: newStopSNOMEDCTInferenceJobResponse smart constructor.

Instances

Instances details
Generic StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Associated Types

type Rep StopSNOMEDCTInferenceJobResponse :: Type -> Type #

Read StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Show StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

NFData StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Eq StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

type Rep StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

type Rep StopSNOMEDCTInferenceJobResponse = D1 ('MetaData "StopSNOMEDCTInferenceJobResponse" "Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopSNOMEDCTInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopSNOMEDCTInferenceJobResponse Source #

Create a value of StopSNOMEDCTInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StopSNOMEDCTInferenceJob, stopSNOMEDCTInferenceJobResponse_jobId - The identifier generated for the job. To get the status of job, use this identifier with the DescribeSNOMEDCTInferenceJob operation.

$sel:httpStatus:StopSNOMEDCTInferenceJobResponse', stopSNOMEDCTInferenceJobResponse_httpStatus - The response's http status code.

Types

AttributeName

newtype AttributeName Source #

Constructors

AttributeName' 

Instances

Instances details
FromJSON AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

FromJSONKey AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

ToJSON AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

ToJSONKey AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

ToByteString AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

ToHeader AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

ToLog AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

ToQuery AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

FromText AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

ToText AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

Methods

toText :: AttributeName -> Text #

FromXML AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

ToXML AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

Methods

toXML :: AttributeName -> XML #

Generic AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

Associated Types

type Rep AttributeName :: Type -> Type #

Read AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

Show AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

NFData AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

Methods

rnf :: AttributeName -> () #

Eq AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

Ord AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

Hashable AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

type Rep AttributeName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.AttributeName

type Rep AttributeName = D1 ('MetaData "AttributeName" "Amazonka.ComprehendMedical.Types.AttributeName" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "AttributeName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAttributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EntitySubType

newtype EntitySubType Source #

Constructors

EntitySubType' 

Bundled Patterns

pattern EntitySubType_ACUITY :: EntitySubType 
pattern EntitySubType_ADDRESS :: EntitySubType 
pattern EntitySubType_AGE :: EntitySubType 
pattern EntitySubType_ALCOHOL_CONSUMPTION :: EntitySubType 
pattern EntitySubType_ALLERGIES :: EntitySubType 
pattern EntitySubType_AMOUNT :: EntitySubType 
pattern EntitySubType_BRAND_NAME :: EntitySubType 
pattern EntitySubType_CONTACT_POINT :: EntitySubType 
pattern EntitySubType_DATE :: EntitySubType 
pattern EntitySubType_DIRECTION :: EntitySubType 
pattern EntitySubType_DOSAGE :: EntitySubType 
pattern EntitySubType_DURATION :: EntitySubType 
pattern EntitySubType_DX_NAME :: EntitySubType 
pattern EntitySubType_EMAIL :: EntitySubType 
pattern EntitySubType_FORM :: EntitySubType 
pattern EntitySubType_FREQUENCY :: EntitySubType 
pattern EntitySubType_GENDER :: EntitySubType 
pattern EntitySubType_GENERIC_NAME :: EntitySubType 
pattern EntitySubType_ID :: EntitySubType 
pattern EntitySubType_IDENTIFIER :: EntitySubType 
pattern EntitySubType_NAME :: EntitySubType 
pattern EntitySubType_PHONE_OR_FAX :: EntitySubType 
pattern EntitySubType_PROCEDURE_NAME :: EntitySubType 
pattern EntitySubType_PROFESSION :: EntitySubType 
pattern EntitySubType_QUALITY :: EntitySubType 
pattern EntitySubType_QUANTITY :: EntitySubType 
pattern EntitySubType_RACE_ETHNICITY :: EntitySubType 
pattern EntitySubType_RATE :: EntitySubType 
pattern EntitySubType_REC_DRUG_USE :: EntitySubType 
pattern EntitySubType_ROUTE_OR_MODE :: EntitySubType 
pattern EntitySubType_STRENGTH :: EntitySubType 
pattern EntitySubType_SYSTEM_ORGAN_SITE :: EntitySubType 
pattern EntitySubType_TEST_NAME :: EntitySubType 
pattern EntitySubType_TEST_UNIT :: EntitySubType 
pattern EntitySubType_TEST_UNITS :: EntitySubType 
pattern EntitySubType_TEST_VALUE :: EntitySubType 
pattern EntitySubType_TIME_EXPRESSION :: EntitySubType 
pattern EntitySubType_TIME_TO_DX_NAME :: EntitySubType 
pattern EntitySubType_TIME_TO_MEDICATION_NAME :: EntitySubType 
pattern EntitySubType_TIME_TO_PROCEDURE_NAME :: EntitySubType 
pattern EntitySubType_TIME_TO_TEST_NAME :: EntitySubType 
pattern EntitySubType_TIME_TO_TREATMENT_NAME :: EntitySubType 
pattern EntitySubType_TOBACCO_USE :: EntitySubType 
pattern EntitySubType_TREATMENT_NAME :: EntitySubType 
pattern EntitySubType_URL :: EntitySubType 

Instances

Instances details
FromJSON EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

FromJSONKey EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

ToJSON EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

ToJSONKey EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

ToByteString EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

ToHeader EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

ToLog EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

ToQuery EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

FromText EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

ToText EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

Methods

toText :: EntitySubType -> Text #

FromXML EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

ToXML EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

Methods

toXML :: EntitySubType -> XML #

Generic EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

Associated Types

type Rep EntitySubType :: Type -> Type #

Read EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

Show EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

NFData EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

Methods

rnf :: EntitySubType -> () #

Eq EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

Ord EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

Hashable EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

type Rep EntitySubType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntitySubType

type Rep EntitySubType = D1 ('MetaData "EntitySubType" "Amazonka.ComprehendMedical.Types.EntitySubType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "EntitySubType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEntitySubType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EntityType

newtype EntityType Source #

Constructors

EntityType' 

Fields

Instances

Instances details
FromJSON EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

FromJSONKey EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

ToJSON EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

ToJSONKey EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

ToByteString EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

ToHeader EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

ToLog EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

ToQuery EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

FromText EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

ToText EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

Methods

toText :: EntityType -> Text #

FromXML EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

ToXML EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

Methods

toXML :: EntityType -> XML #

Generic EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

Associated Types

type Rep EntityType :: Type -> Type #

Read EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

Show EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

NFData EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

Methods

rnf :: EntityType -> () #

Eq EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

Ord EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

Hashable EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

type Rep EntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.EntityType

type Rep EntityType = D1 ('MetaData "EntityType" "Amazonka.ComprehendMedical.Types.EntityType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "EntityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEntityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ICD10CMAttributeType

newtype ICD10CMAttributeType Source #

Instances

Instances details
FromJSON ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

FromJSONKey ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

ToJSON ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

ToJSONKey ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

ToByteString ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

ToHeader ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

ToLog ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

ToQuery ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

FromText ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

ToText ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

FromXML ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

ToXML ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

Generic ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

Associated Types

type Rep ICD10CMAttributeType :: Type -> Type #

Read ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

Show ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

NFData ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

Methods

rnf :: ICD10CMAttributeType -> () #

Eq ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

Ord ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

Hashable ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

type Rep ICD10CMAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttributeType

type Rep ICD10CMAttributeType = D1 ('MetaData "ICD10CMAttributeType" "Amazonka.ComprehendMedical.Types.ICD10CMAttributeType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "ICD10CMAttributeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromICD10CMAttributeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ICD10CMEntityCategory

newtype ICD10CMEntityCategory Source #

Instances

Instances details
FromJSON ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

FromJSONKey ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

ToJSON ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

ToJSONKey ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

ToByteString ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

ToHeader ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

ToLog ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

ToQuery ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

FromText ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

ToText ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

FromXML ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

ToXML ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

Generic ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

Associated Types

type Rep ICD10CMEntityCategory :: Type -> Type #

Read ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

Show ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

NFData ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

Methods

rnf :: ICD10CMEntityCategory -> () #

Eq ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

Ord ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

Hashable ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

type Rep ICD10CMEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory

type Rep ICD10CMEntityCategory = D1 ('MetaData "ICD10CMEntityCategory" "Amazonka.ComprehendMedical.Types.ICD10CMEntityCategory" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "ICD10CMEntityCategory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromICD10CMEntityCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ICD10CMEntityType

newtype ICD10CMEntityType Source #

Instances

Instances details
FromJSON ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

FromJSONKey ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

ToJSON ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

ToJSONKey ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

ToByteString ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

ToHeader ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

ToLog ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

ToQuery ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

FromText ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

ToText ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

FromXML ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

ToXML ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

Generic ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

Associated Types

type Rep ICD10CMEntityType :: Type -> Type #

Read ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

Show ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

NFData ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

Methods

rnf :: ICD10CMEntityType -> () #

Eq ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

Ord ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

Hashable ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

type Rep ICD10CMEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntityType

type Rep ICD10CMEntityType = D1 ('MetaData "ICD10CMEntityType" "Amazonka.ComprehendMedical.Types.ICD10CMEntityType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "ICD10CMEntityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromICD10CMEntityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ICD10CMRelationshipType

newtype ICD10CMRelationshipType Source #

Instances

Instances details
FromJSON ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

FromJSONKey ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

ToJSON ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

ToJSONKey ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

ToByteString ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

ToHeader ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

ToLog ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

ToQuery ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

FromText ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

ToText ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

FromXML ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

ToXML ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

Generic ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

Associated Types

type Rep ICD10CMRelationshipType :: Type -> Type #

Read ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

Show ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

NFData ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

Methods

rnf :: ICD10CMRelationshipType -> () #

Eq ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

Ord ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

Hashable ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

type Rep ICD10CMRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType

type Rep ICD10CMRelationshipType = D1 ('MetaData "ICD10CMRelationshipType" "Amazonka.ComprehendMedical.Types.ICD10CMRelationshipType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "ICD10CMRelationshipType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromICD10CMRelationshipType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ICD10CMTraitName

newtype ICD10CMTraitName Source #

Instances

Instances details
FromJSON ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

FromJSONKey ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

ToJSON ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

ToJSONKey ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

ToByteString ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

ToHeader ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

ToLog ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

ToQuery ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

FromText ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

ToText ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

FromXML ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

ToXML ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

Generic ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

Associated Types

type Rep ICD10CMTraitName :: Type -> Type #

Read ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

Show ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

NFData ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

Methods

rnf :: ICD10CMTraitName -> () #

Eq ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

Ord ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

Hashable ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

type Rep ICD10CMTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTraitName

type Rep ICD10CMTraitName = D1 ('MetaData "ICD10CMTraitName" "Amazonka.ComprehendMedical.Types.ICD10CMTraitName" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "ICD10CMTraitName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromICD10CMTraitName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobStatus

newtype JobStatus Source #

Constructors

JobStatus' 

Fields

Instances

Instances details
FromJSON JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

FromJSONKey JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

ToJSON JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

ToJSONKey JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

ToByteString JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

Methods

toBS :: JobStatus -> ByteString #

ToHeader JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

ToLog JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

ToQuery JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

FromText JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

ToText JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

Methods

toText :: JobStatus -> Text #

FromXML JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

ToXML JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

Methods

toXML :: JobStatus -> XML #

Generic JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

Associated Types

type Rep JobStatus :: Type -> Type #

Read JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

Show JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

NFData JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

Methods

rnf :: JobStatus -> () #

Eq JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

Ord JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

Hashable JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

type Rep JobStatus Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.JobStatus

type Rep JobStatus = D1 ('MetaData "JobStatus" "Amazonka.ComprehendMedical.Types.JobStatus" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "JobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LanguageCode

newtype LanguageCode Source #

Constructors

LanguageCode' 

Bundled Patterns

pattern LanguageCode_En :: LanguageCode 

Instances

Instances details
FromJSON LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

FromJSONKey LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

ToJSON LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

ToJSONKey LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

ToByteString LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

ToHeader LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

ToLog LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

ToQuery LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

FromText LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

ToText LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

Methods

toText :: LanguageCode -> Text #

FromXML LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

ToXML LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

Methods

toXML :: LanguageCode -> XML #

Generic LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

Associated Types

type Rep LanguageCode :: Type -> Type #

Read LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

Show LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

NFData LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

Methods

rnf :: LanguageCode -> () #

Eq LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

Ord LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

Hashable LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

type Rep LanguageCode Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.LanguageCode

type Rep LanguageCode = D1 ('MetaData "LanguageCode" "Amazonka.ComprehendMedical.Types.LanguageCode" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "LanguageCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLanguageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RelationshipType

newtype RelationshipType Source #

Instances

Instances details
FromJSON RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

FromJSONKey RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

ToJSON RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

ToJSONKey RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

ToByteString RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

ToHeader RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

ToLog RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

ToQuery RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

FromText RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

ToText RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

FromXML RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

ToXML RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

Generic RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

Associated Types

type Rep RelationshipType :: Type -> Type #

Read RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

Show RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

NFData RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

Methods

rnf :: RelationshipType -> () #

Eq RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

Ord RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

Hashable RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

type Rep RelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RelationshipType

type Rep RelationshipType = D1 ('MetaData "RelationshipType" "Amazonka.ComprehendMedical.Types.RelationshipType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "RelationshipType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRelationshipType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RxNormAttributeType

newtype RxNormAttributeType Source #

Instances

Instances details
FromJSON RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

FromJSONKey RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

ToJSON RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

ToJSONKey RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

ToByteString RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

ToHeader RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

ToLog RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

ToQuery RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

FromText RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

ToText RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

FromXML RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

ToXML RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

Generic RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

Associated Types

type Rep RxNormAttributeType :: Type -> Type #

Read RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

Show RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

NFData RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

Methods

rnf :: RxNormAttributeType -> () #

Eq RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

Ord RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

Hashable RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

type Rep RxNormAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttributeType

type Rep RxNormAttributeType = D1 ('MetaData "RxNormAttributeType" "Amazonka.ComprehendMedical.Types.RxNormAttributeType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "RxNormAttributeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRxNormAttributeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RxNormEntityCategory

newtype RxNormEntityCategory Source #

Instances

Instances details
FromJSON RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

FromJSONKey RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

ToJSON RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

ToJSONKey RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

ToByteString RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

ToHeader RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

ToLog RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

ToQuery RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

FromText RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

ToText RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

FromXML RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

ToXML RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

Generic RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

Associated Types

type Rep RxNormEntityCategory :: Type -> Type #

Read RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

Show RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

NFData RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

Methods

rnf :: RxNormEntityCategory -> () #

Eq RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

Ord RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

Hashable RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

type Rep RxNormEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityCategory

type Rep RxNormEntityCategory = D1 ('MetaData "RxNormEntityCategory" "Amazonka.ComprehendMedical.Types.RxNormEntityCategory" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "RxNormEntityCategory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRxNormEntityCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RxNormEntityType

newtype RxNormEntityType Source #

Instances

Instances details
FromJSON RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

FromJSONKey RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

ToJSON RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

ToJSONKey RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

ToByteString RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

ToHeader RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

ToLog RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

ToQuery RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

FromText RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

ToText RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

FromXML RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

ToXML RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

Generic RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

Associated Types

type Rep RxNormEntityType :: Type -> Type #

Read RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

Show RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

NFData RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

Methods

rnf :: RxNormEntityType -> () #

Eq RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

Ord RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

Hashable RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

type Rep RxNormEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntityType

type Rep RxNormEntityType = D1 ('MetaData "RxNormEntityType" "Amazonka.ComprehendMedical.Types.RxNormEntityType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "RxNormEntityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRxNormEntityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RxNormTraitName

newtype RxNormTraitName Source #

Constructors

RxNormTraitName' 

Bundled Patterns

pattern RxNormTraitName_NEGATION :: RxNormTraitName 

Instances

Instances details
FromJSON RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

FromJSONKey RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

ToJSON RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

ToJSONKey RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

ToByteString RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

ToHeader RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

ToLog RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

ToQuery RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

FromText RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

ToText RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

FromXML RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

ToXML RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

Methods

toXML :: RxNormTraitName -> XML #

Generic RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

Associated Types

type Rep RxNormTraitName :: Type -> Type #

Read RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

Show RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

NFData RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

Methods

rnf :: RxNormTraitName -> () #

Eq RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

Ord RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

Hashable RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

type Rep RxNormTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTraitName

type Rep RxNormTraitName = D1 ('MetaData "RxNormTraitName" "Amazonka.ComprehendMedical.Types.RxNormTraitName" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "RxNormTraitName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRxNormTraitName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SNOMEDCTAttributeType

newtype SNOMEDCTAttributeType Source #

Instances

Instances details
FromJSON SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

FromJSONKey SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

ToJSON SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

ToJSONKey SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

ToByteString SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

ToHeader SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

ToLog SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

ToQuery SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

FromText SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

ToText SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

FromXML SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

ToXML SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

Generic SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

Associated Types

type Rep SNOMEDCTAttributeType :: Type -> Type #

Read SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

Show SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

NFData SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

Methods

rnf :: SNOMEDCTAttributeType -> () #

Eq SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

Ord SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

Hashable SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

type Rep SNOMEDCTAttributeType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType

type Rep SNOMEDCTAttributeType = D1 ('MetaData "SNOMEDCTAttributeType" "Amazonka.ComprehendMedical.Types.SNOMEDCTAttributeType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "SNOMEDCTAttributeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSNOMEDCTAttributeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SNOMEDCTEntityCategory

newtype SNOMEDCTEntityCategory Source #

Instances

Instances details
FromJSON SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

FromJSONKey SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

ToJSON SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

ToJSONKey SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

ToByteString SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

ToHeader SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

ToLog SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

ToQuery SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

FromText SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

ToText SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

FromXML SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

ToXML SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

Generic SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

Associated Types

type Rep SNOMEDCTEntityCategory :: Type -> Type #

Read SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

Show SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

NFData SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

Methods

rnf :: SNOMEDCTEntityCategory -> () #

Eq SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

Ord SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

Hashable SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

type Rep SNOMEDCTEntityCategory Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory

type Rep SNOMEDCTEntityCategory = D1 ('MetaData "SNOMEDCTEntityCategory" "Amazonka.ComprehendMedical.Types.SNOMEDCTEntityCategory" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "SNOMEDCTEntityCategory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSNOMEDCTEntityCategory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SNOMEDCTEntityType

newtype SNOMEDCTEntityType Source #

Instances

Instances details
FromJSON SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

FromJSONKey SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

ToJSON SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

ToJSONKey SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

ToByteString SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

ToHeader SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

ToLog SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

ToQuery SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

FromText SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

ToText SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

FromXML SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

ToXML SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

Generic SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

Associated Types

type Rep SNOMEDCTEntityType :: Type -> Type #

Read SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

Show SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

NFData SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

Methods

rnf :: SNOMEDCTEntityType -> () #

Eq SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

Ord SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

Hashable SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

type Rep SNOMEDCTEntityType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType

type Rep SNOMEDCTEntityType = D1 ('MetaData "SNOMEDCTEntityType" "Amazonka.ComprehendMedical.Types.SNOMEDCTEntityType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "SNOMEDCTEntityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSNOMEDCTEntityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SNOMEDCTRelationshipType

newtype SNOMEDCTRelationshipType Source #

Instances

Instances details
FromJSON SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

FromJSONKey SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

ToJSON SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

ToJSONKey SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

ToByteString SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

ToHeader SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

ToLog SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

ToQuery SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

FromText SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

ToText SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

FromXML SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

ToXML SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

Generic SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

Associated Types

type Rep SNOMEDCTRelationshipType :: Type -> Type #

Read SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

Show SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

NFData SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

Eq SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

Ord SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

Hashable SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

type Rep SNOMEDCTRelationshipType Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType

type Rep SNOMEDCTRelationshipType = D1 ('MetaData "SNOMEDCTRelationshipType" "Amazonka.ComprehendMedical.Types.SNOMEDCTRelationshipType" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "SNOMEDCTRelationshipType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSNOMEDCTRelationshipType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SNOMEDCTTraitName

newtype SNOMEDCTTraitName Source #

Instances

Instances details
FromJSON SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

FromJSONKey SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

ToJSON SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

ToJSONKey SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

ToByteString SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

ToHeader SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

ToLog SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

ToQuery SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

FromText SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

ToText SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

FromXML SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

ToXML SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

Generic SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

Associated Types

type Rep SNOMEDCTTraitName :: Type -> Type #

Read SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

Show SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

NFData SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

Methods

rnf :: SNOMEDCTTraitName -> () #

Eq SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

Ord SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

Hashable SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

type Rep SNOMEDCTTraitName Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName

type Rep SNOMEDCTTraitName = D1 ('MetaData "SNOMEDCTTraitName" "Amazonka.ComprehendMedical.Types.SNOMEDCTTraitName" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'True) (C1 ('MetaCons "SNOMEDCTTraitName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSNOMEDCTTraitName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Attribute

data Attribute Source #

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.

See: newAttribute smart constructor.

Instances

Instances details
FromJSON Attribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Attribute

Generic Attribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Attribute

Associated Types

type Rep Attribute :: Type -> Type #

Read Attribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Attribute

Show Attribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Attribute

NFData Attribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Attribute

Methods

rnf :: Attribute -> () #

Eq Attribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Attribute

Hashable Attribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Attribute

type Rep Attribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Attribute

newAttribute :: Attribute Source #

Create a value of Attribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:beginOffset:Attribute', attribute_beginOffset - The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

$sel:category:Attribute', attribute_category - The category of attribute.

$sel:endOffset:Attribute', attribute_endOffset - The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

$sel:id:Attribute', attribute_id - The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

$sel:relationshipScore:Attribute', attribute_relationshipScore - The level of confidence that Comprehend Medical; has that this attribute is correctly related to this entity.

$sel:relationshipType:Attribute', attribute_relationshipType - The type of relationship between the entity and attribute. Type for the relationship is OVERLAP, indicating that the entity occurred at the same time as the Date_Expression.

Attribute, attribute_score - The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as an attribute.

$sel:text:Attribute', attribute_text - The segment of input text extracted as this attribute.

$sel:traits:Attribute', attribute_traits - Contextual information for this attribute.

$sel:type':Attribute', attribute_type - The type of attribute.

Characters

data Characters Source #

The number of characters in the input text to be analyzed.

See: newCharacters smart constructor.

Constructors

Characters' (Maybe Int) 

Instances

Instances details
FromJSON Characters Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Characters

Generic Characters Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Characters

Associated Types

type Rep Characters :: Type -> Type #

Read Characters Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Characters

Show Characters Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Characters

NFData Characters Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Characters

Methods

rnf :: Characters -> () #

Eq Characters Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Characters

Hashable Characters Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Characters

type Rep Characters Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Characters

type Rep Characters = D1 ('MetaData "Characters" "Amazonka.ComprehendMedical.Types.Characters" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "Characters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "originalTextCharacters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newCharacters :: Characters Source #

Create a value of Characters with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:originalTextCharacters:Characters', characters_originalTextCharacters - The number of characters present in the input text document as processed by Comprehend Medical.

ComprehendMedicalAsyncJobFilter

data ComprehendMedicalAsyncJobFilter Source #

Provides information for filtering a list of detection jobs.

See: newComprehendMedicalAsyncJobFilter smart constructor.

Instances

Instances details
ToJSON ComprehendMedicalAsyncJobFilter Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobFilter

Generic ComprehendMedicalAsyncJobFilter Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobFilter

Associated Types

type Rep ComprehendMedicalAsyncJobFilter :: Type -> Type #

Read ComprehendMedicalAsyncJobFilter Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobFilter

Show ComprehendMedicalAsyncJobFilter Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobFilter

NFData ComprehendMedicalAsyncJobFilter Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobFilter

Eq ComprehendMedicalAsyncJobFilter Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobFilter

Hashable ComprehendMedicalAsyncJobFilter Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobFilter

type Rep ComprehendMedicalAsyncJobFilter Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobFilter

type Rep ComprehendMedicalAsyncJobFilter = D1 ('MetaData "ComprehendMedicalAsyncJobFilter" "Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobFilter" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ComprehendMedicalAsyncJobFilter'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobStatus))) :*: (S1 ('MetaSel ('Just "submitTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "submitTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newComprehendMedicalAsyncJobFilter :: ComprehendMedicalAsyncJobFilter Source #

Create a value of ComprehendMedicalAsyncJobFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:jobName:ComprehendMedicalAsyncJobFilter', comprehendMedicalAsyncJobFilter_jobName - Filters on the name of the job.

$sel:jobStatus:ComprehendMedicalAsyncJobFilter', comprehendMedicalAsyncJobFilter_jobStatus - Filters the list of jobs based on job status. Returns only jobs with the specified status.

$sel:submitTimeAfter:ComprehendMedicalAsyncJobFilter', comprehendMedicalAsyncJobFilter_submitTimeAfter - Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

$sel:submitTimeBefore:ComprehendMedicalAsyncJobFilter', comprehendMedicalAsyncJobFilter_submitTimeBefore - Filters the list of jobs based on the time that the job was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

ComprehendMedicalAsyncJobProperties

data ComprehendMedicalAsyncJobProperties Source #

Provides information about a detection job.

See: newComprehendMedicalAsyncJobProperties smart constructor.

Instances

Instances details
FromJSON ComprehendMedicalAsyncJobProperties Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobProperties

Generic ComprehendMedicalAsyncJobProperties Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobProperties

Read ComprehendMedicalAsyncJobProperties Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobProperties

Show ComprehendMedicalAsyncJobProperties Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobProperties

NFData ComprehendMedicalAsyncJobProperties Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobProperties

Eq ComprehendMedicalAsyncJobProperties Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobProperties

Hashable ComprehendMedicalAsyncJobProperties Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobProperties

type Rep ComprehendMedicalAsyncJobProperties Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobProperties

type Rep ComprehendMedicalAsyncJobProperties = D1 ('MetaData "ComprehendMedicalAsyncJobProperties" "Amazonka.ComprehendMedical.Types.ComprehendMedicalAsyncJobProperties" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ComprehendMedicalAsyncJobProperties'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dataAccessRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDataConfig)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobStatus))))) :*: ((S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageCode)) :*: S1 ('MetaSel ('Just "manifestFilePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputDataConfig)) :*: S1 ('MetaSel ('Just "submitTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newComprehendMedicalAsyncJobProperties :: ComprehendMedicalAsyncJobProperties Source #

Create a value of ComprehendMedicalAsyncJobProperties with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataAccessRoleArn:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_dataAccessRoleArn - The Amazon Resource Name (ARN) that gives Comprehend Medical; read access to your input data.

$sel:endTime:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_endTime - The time that the detection job completed.

$sel:expirationTime:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_expirationTime - The date and time that job metadata is deleted from the server. Output files in your S3 bucket will not be deleted. After the metadata is deleted, the job will no longer appear in the results of the ListEntitiesDetectionV2Job or the ListPHIDetectionJobs operation.

$sel:inputDataConfig:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_inputDataConfig - The input data configuration that you supplied when you created the detection job.

$sel:jobId:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_jobId - The identifier assigned to the detection job.

$sel:jobName:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_jobName - The name that you assigned to the detection job.

$sel:jobStatus:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_jobStatus - The current status of the detection job. If the status is FAILED, the Message field shows the reason for the failure.

$sel:kmsKey:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_kmsKey - The AWS Key Management Service key, if any, used to encrypt the output files.

$sel:languageCode:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_languageCode - The language code of the input documents.

$sel:manifestFilePath:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_manifestFilePath - The path to the file that describes the results of a batch job.

$sel:message:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_message - A description of the status of a job.

$sel:modelVersion:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_modelVersion - The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents.

$sel:outputDataConfig:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_outputDataConfig - The output data configuration that you supplied when you created the detection job.

$sel:submitTime:ComprehendMedicalAsyncJobProperties', comprehendMedicalAsyncJobProperties_submitTime - The time that the detection job was submitted for processing.

Entity

data Entity Source #

Provides information about an extracted medical entity.

See: newEntity smart constructor.

Instances

Instances details
FromJSON Entity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Entity

Generic Entity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Entity

Associated Types

type Rep Entity :: Type -> Type #

Methods

from :: Entity -> Rep Entity x #

to :: Rep Entity x -> Entity #

Read Entity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Entity

Show Entity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Entity

NFData Entity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Entity

Methods

rnf :: Entity -> () #

Eq Entity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Entity

Methods

(==) :: Entity -> Entity -> Bool #

(/=) :: Entity -> Entity -> Bool #

Hashable Entity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Entity

Methods

hashWithSalt :: Int -> Entity -> Int #

hash :: Entity -> Int #

type Rep Entity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Entity

newEntity :: Entity Source #

Create a value of Entity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributes:Entity', entity_attributes - The extracted attributes that relate to this entity.

Entity, entity_beginOffset - The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.

Entity, entity_category - The category of the entity.

Entity, entity_endOffset - The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.

Entity, entity_id - The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.

Entity, entity_score - The level of confidence that Comprehend Medical; has in the accuracy of the detection.

Entity, entity_text - The segment of input text extracted as this entity.

Entity, entity_traits - Contextual information for the entity.

Entity, entity_type - Describes the specific type of entity with category of entities.

ICD10CMAttribute

data ICD10CMAttribute Source #

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.

See: newICD10CMAttribute smart constructor.

Instances

Instances details
FromJSON ICD10CMAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttribute

Generic ICD10CMAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttribute

Associated Types

type Rep ICD10CMAttribute :: Type -> Type #

Read ICD10CMAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttribute

Show ICD10CMAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttribute

NFData ICD10CMAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttribute

Methods

rnf :: ICD10CMAttribute -> () #

Eq ICD10CMAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttribute

Hashable ICD10CMAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttribute

type Rep ICD10CMAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMAttribute

newICD10CMAttribute :: ICD10CMAttribute Source #

Create a value of ICD10CMAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:beginOffset:ICD10CMAttribute', iCD10CMAttribute_beginOffset - The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

$sel:category:ICD10CMAttribute', iCD10CMAttribute_category - The category of attribute. Can be either of DX_NAME or TIME_EXPRESSION.

$sel:endOffset:ICD10CMAttribute', iCD10CMAttribute_endOffset - The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

$sel:id:ICD10CMAttribute', iCD10CMAttribute_id - The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

$sel:relationshipScore:ICD10CMAttribute', iCD10CMAttribute_relationshipScore - The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.

$sel:relationshipType:ICD10CMAttribute', iCD10CMAttribute_relationshipType - The type of relationship between the entity and attribute. Type for the relationship can be either of OVERLAP or SYSTEM_ORGAN_SITE.

ICD10CMAttribute, iCD10CMAttribute_score - The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.

$sel:text:ICD10CMAttribute', iCD10CMAttribute_text - The segment of input text which contains the detected attribute.

$sel:traits:ICD10CMAttribute', iCD10CMAttribute_traits - The contextual information for the attribute. The traits recognized by InferICD10CM are DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.

$sel:type':ICD10CMAttribute', iCD10CMAttribute_type - The type of attribute. InferICD10CM detects entities of the type DX_NAME.

ICD10CMConcept

data ICD10CMConcept Source #

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

See: newICD10CMConcept smart constructor.

Instances

Instances details
FromJSON ICD10CMConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMConcept

Generic ICD10CMConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMConcept

Associated Types

type Rep ICD10CMConcept :: Type -> Type #

Read ICD10CMConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMConcept

Show ICD10CMConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMConcept

NFData ICD10CMConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMConcept

Methods

rnf :: ICD10CMConcept -> () #

Eq ICD10CMConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMConcept

Hashable ICD10CMConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMConcept

type Rep ICD10CMConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMConcept

type Rep ICD10CMConcept = D1 ('MetaData "ICD10CMConcept" "Amazonka.ComprehendMedical.Types.ICD10CMConcept" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ICD10CMConcept'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newICD10CMConcept :: ICD10CMConcept Source #

Create a value of ICD10CMConcept with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:ICD10CMConcept', iCD10CMConcept_code - The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.

$sel:description:ICD10CMConcept', iCD10CMConcept_description - The long description of the ICD-10-CM code in the ontology.

$sel:score:ICD10CMConcept', iCD10CMConcept_score - The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.

ICD10CMEntity

data ICD10CMEntity Source #

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.

See: newICD10CMEntity smart constructor.

Instances

Instances details
FromJSON ICD10CMEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntity

Generic ICD10CMEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntity

Associated Types

type Rep ICD10CMEntity :: Type -> Type #

Read ICD10CMEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntity

Show ICD10CMEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntity

NFData ICD10CMEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntity

Methods

rnf :: ICD10CMEntity -> () #

Eq ICD10CMEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntity

Hashable ICD10CMEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntity

type Rep ICD10CMEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMEntity

newICD10CMEntity :: ICD10CMEntity Source #

Create a value of ICD10CMEntity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributes:ICD10CMEntity', iCD10CMEntity_attributes - The detected attributes that relate to the entity. An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the nature of a medical condition.

ICD10CMEntity, iCD10CMEntity_beginOffset - The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.

ICD10CMEntity, iCD10CMEntity_category - The category of the entity. InferICD10CM detects entities in the MEDICAL_CONDITION category.

ICD10CMEntity, iCD10CMEntity_endOffset - The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.

$sel:iCD10CMConcepts:ICD10CMEntity', iCD10CMEntity_iCD10CMConcepts - The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.

ICD10CMEntity, iCD10CMEntity_id - The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.

ICD10CMEntity, iCD10CMEntity_score - The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.

ICD10CMEntity, iCD10CMEntity_text - The segment of input text that is matched to the detected entity.

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

ICD10CMEntity, iCD10CMEntity_type - Describes the specific type of entity with category of entities. InferICD10CM detects entities of the type DX_NAME and TIME_EXPRESSION.

ICD10CMTrait

data ICD10CMTrait Source #

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

See: newICD10CMTrait smart constructor.

Instances

Instances details
FromJSON ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

Generic ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

Associated Types

type Rep ICD10CMTrait :: Type -> Type #

Read ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

Show ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

NFData ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

Methods

rnf :: ICD10CMTrait -> () #

Eq ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

Hashable ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

type Rep ICD10CMTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.ICD10CMTrait

type Rep ICD10CMTrait = D1 ('MetaData "ICD10CMTrait" "Amazonka.ComprehendMedical.Types.ICD10CMTrait" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "ICD10CMTrait'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ICD10CMTraitName)) :*: S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newICD10CMTrait :: ICD10CMTrait Source #

Create a value of ICD10CMTrait with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ICD10CMTrait', iCD10CMTrait_name - Provides a name or contextual description about the trait.

$sel:score:ICD10CMTrait', iCD10CMTrait_score - The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as a trait.

InputDataConfig

data InputDataConfig Source #

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.

See: newInputDataConfig smart constructor.

Instances

Instances details
FromJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.InputDataConfig

ToJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.InputDataConfig

Generic InputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.InputDataConfig

Associated Types

type Rep InputDataConfig :: Type -> Type #

Read InputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.InputDataConfig

Show InputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.InputDataConfig

NFData InputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.InputDataConfig

Methods

rnf :: InputDataConfig -> () #

Eq InputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.InputDataConfig

Hashable InputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.InputDataConfig

type Rep InputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.InputDataConfig

type Rep InputDataConfig = D1 ('MetaData "InputDataConfig" "Amazonka.ComprehendMedical.Types.InputDataConfig" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "InputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInputDataConfig Source #

Create a value of InputDataConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3Key:InputDataConfig', inputDataConfig_s3Key - The path to the input data files in the S3 bucket.

$sel:s3Bucket:InputDataConfig', inputDataConfig_s3Bucket - The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.

Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.

OutputDataConfig

data OutputDataConfig Source #

The output properties for a detection job.

See: newOutputDataConfig smart constructor.

Instances

Instances details
FromJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.OutputDataConfig

ToJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.OutputDataConfig

Generic OutputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.OutputDataConfig

Associated Types

type Rep OutputDataConfig :: Type -> Type #

Read OutputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.OutputDataConfig

Show OutputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.OutputDataConfig

NFData OutputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.OutputDataConfig

Methods

rnf :: OutputDataConfig -> () #

Eq OutputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.OutputDataConfig

Hashable OutputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.OutputDataConfig

type Rep OutputDataConfig Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.OutputDataConfig

type Rep OutputDataConfig = D1 ('MetaData "OutputDataConfig" "Amazonka.ComprehendMedical.Types.OutputDataConfig" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "OutputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOutputDataConfig Source #

Create a value of OutputDataConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3Key:OutputDataConfig', outputDataConfig_s3Key - The path to the output data files in the S3 bucket. Comprehend Medical; creates an output directory using the job ID so that the output from one job does not overwrite the output of another.

$sel:s3Bucket:OutputDataConfig', outputDataConfig_s3Bucket - When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. The URI must be in the same region as the API endpoint that you are calling. The location is used as the prefix for the actual location of the output.

RxNormAttribute

data RxNormAttribute Source #

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

See: newRxNormAttribute smart constructor.

Instances

Instances details
FromJSON RxNormAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttribute

Generic RxNormAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttribute

Associated Types

type Rep RxNormAttribute :: Type -> Type #

Read RxNormAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttribute

Show RxNormAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttribute

NFData RxNormAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttribute

Methods

rnf :: RxNormAttribute -> () #

Eq RxNormAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttribute

Hashable RxNormAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttribute

type Rep RxNormAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormAttribute

newRxNormAttribute :: RxNormAttribute Source #

Create a value of RxNormAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:beginOffset:RxNormAttribute', rxNormAttribute_beginOffset - The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

$sel:endOffset:RxNormAttribute', rxNormAttribute_endOffset - The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

$sel:id:RxNormAttribute', rxNormAttribute_id - The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

$sel:relationshipScore:RxNormAttribute', rxNormAttribute_relationshipScore - The level of confidence that Amazon Comprehend Medical has that the attribute is accurately linked to an entity.

RxNormAttribute, rxNormAttribute_score - The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.

$sel:text:RxNormAttribute', rxNormAttribute_text - The segment of input text which corresponds to the detected attribute.

$sel:traits:RxNormAttribute', rxNormAttribute_traits - Contextual information for the attribute. InferRxNorm recognizes the trait NEGATION for attributes, i.e. that the patient is not taking a specific dose or form of a medication.

$sel:type':RxNormAttribute', rxNormAttribute_type - The type of attribute. The types of attributes recognized by InferRxNorm are BRAND_NAME and GENERIC_NAME.

RxNormConcept

data RxNormConcept Source #

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

See: newRxNormConcept smart constructor.

Instances

Instances details
FromJSON RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

Generic RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

Associated Types

type Rep RxNormConcept :: Type -> Type #

Read RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

Show RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

NFData RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

Methods

rnf :: RxNormConcept -> () #

Eq RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

Hashable RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

type Rep RxNormConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormConcept

type Rep RxNormConcept = D1 ('MetaData "RxNormConcept" "Amazonka.ComprehendMedical.Types.RxNormConcept" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "RxNormConcept'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newRxNormConcept :: RxNormConcept Source #

Create a value of RxNormConcept with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:RxNormConcept', rxNormConcept_code - RxNorm concept ID, also known as the RxCUI.

$sel:description:RxNormConcept', rxNormConcept_description - The description of the RxNorm concept.

$sel:score:RxNormConcept', rxNormConcept_score - The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.

RxNormEntity

data RxNormEntity Source #

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.

See: newRxNormEntity smart constructor.

Instances

Instances details
FromJSON RxNormEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntity

Generic RxNormEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntity

Associated Types

type Rep RxNormEntity :: Type -> Type #

Read RxNormEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntity

Show RxNormEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntity

NFData RxNormEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntity

Methods

rnf :: RxNormEntity -> () #

Eq RxNormEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntity

Hashable RxNormEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntity

type Rep RxNormEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormEntity

newRxNormEntity :: RxNormEntity Source #

Create a value of RxNormEntity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributes:RxNormEntity', rxNormEntity_attributes - The extracted attributes that relate to the entity. The attributes recognized by InferRxNorm are DOSAGE, DURATION, FORM, FREQUENCY, RATE, ROUTE_OR_MODE, and STRENGTH.

RxNormEntity, rxNormEntity_beginOffset - The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.

$sel:category:RxNormEntity', rxNormEntity_category - The category of the entity. The recognized categories are GENERIC or BRAND_NAME.

RxNormEntity, rxNormEntity_endOffset - The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.

RxNormEntity, rxNormEntity_id - The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.

$sel:rxNormConcepts:RxNormEntity', rxNormEntity_rxNormConcepts - The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.

RxNormEntity, rxNormEntity_score - The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.

RxNormEntity, rxNormEntity_text - The segment of input text extracted from which the entity was detected.

RxNormEntity, rxNormEntity_traits - Contextual information for the entity.

RxNormEntity, rxNormEntity_type - Describes the specific type of entity. For InferRxNorm, the recognized entity type is MEDICATION.

RxNormTrait

data RxNormTrait Source #

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

See: newRxNormTrait smart constructor.

Instances

Instances details
FromJSON RxNormTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTrait

Generic RxNormTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTrait

Associated Types

type Rep RxNormTrait :: Type -> Type #

Read RxNormTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTrait

Show RxNormTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTrait

NFData RxNormTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTrait

Methods

rnf :: RxNormTrait -> () #

Eq RxNormTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTrait

Hashable RxNormTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTrait

type Rep RxNormTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.RxNormTrait

type Rep RxNormTrait = D1 ('MetaData "RxNormTrait" "Amazonka.ComprehendMedical.Types.RxNormTrait" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "RxNormTrait'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RxNormTraitName)) :*: S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newRxNormTrait :: RxNormTrait Source #

Create a value of RxNormTrait with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:RxNormTrait', rxNormTrait_name - Provides a name or contextual description about the trait.

$sel:score:RxNormTrait', rxNormTrait_score - The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.

SNOMEDCTAttribute

data SNOMEDCTAttribute Source #

The extracted attributes that relate to an entity. 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.

See: newSNOMEDCTAttribute smart constructor.

Instances

Instances details
FromJSON SNOMEDCTAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttribute

Generic SNOMEDCTAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttribute

Associated Types

type Rep SNOMEDCTAttribute :: Type -> Type #

Read SNOMEDCTAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttribute

Show SNOMEDCTAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttribute

NFData SNOMEDCTAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttribute

Methods

rnf :: SNOMEDCTAttribute -> () #

Eq SNOMEDCTAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttribute

Hashable SNOMEDCTAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttribute

type Rep SNOMEDCTAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTAttribute

type Rep SNOMEDCTAttribute = D1 ('MetaData "SNOMEDCTAttribute" "Amazonka.ComprehendMedical.Types.SNOMEDCTAttribute" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "SNOMEDCTAttribute'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "beginOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SNOMEDCTEntityCategory))) :*: (S1 ('MetaSel ('Just "endOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "relationshipScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))) :*: ((S1 ('MetaSel ('Just "relationshipType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SNOMEDCTRelationshipType)) :*: (S1 ('MetaSel ('Just "sNOMEDCTConcepts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SNOMEDCTConcept])) :*: S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "traits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SNOMEDCTTrait])) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SNOMEDCTAttributeType)))))))

newSNOMEDCTAttribute :: SNOMEDCTAttribute Source #

Create a value of SNOMEDCTAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:beginOffset:SNOMEDCTAttribute', sNOMEDCTAttribute_beginOffset - The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

$sel:category:SNOMEDCTAttribute', sNOMEDCTAttribute_category - The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and TEST_TREATMENT_PROCEDURE.

$sel:endOffset:SNOMEDCTAttribute', sNOMEDCTAttribute_endOffset - The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

$sel:id:SNOMEDCTAttribute', sNOMEDCTAttribute_id - The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

$sel:relationshipScore:SNOMEDCTAttribute', sNOMEDCTAttribute_relationshipScore - The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.

$sel:relationshipType:SNOMEDCTAttribute', sNOMEDCTAttribute_relationshipType - The type of relationship that exists between the entity and the related attribute.

$sel:sNOMEDCTConcepts:SNOMEDCTAttribute', sNOMEDCTAttribute_sNOMEDCTConcepts - The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.

SNOMEDCTAttribute, sNOMEDCTAttribute_score - The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.

$sel:text:SNOMEDCTAttribute', sNOMEDCTAttribute_text - The segment of input text extracted as this attribute.

$sel:traits:SNOMEDCTAttribute', sNOMEDCTAttribute_traits - Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.

$sel:type':SNOMEDCTAttribute', sNOMEDCTAttribute_type - The type of attribute. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE,TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, and TREATMENT_NAME.

SNOMEDCTConcept

data SNOMEDCTConcept Source #

The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.

See: newSNOMEDCTConcept smart constructor.

Instances

Instances details
FromJSON SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Generic SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Associated Types

type Rep SNOMEDCTConcept :: Type -> Type #

Read SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Show SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

NFData SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Methods

rnf :: SNOMEDCTConcept -> () #

Eq SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

Hashable SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

type Rep SNOMEDCTConcept Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTConcept

type Rep SNOMEDCTConcept = D1 ('MetaData "SNOMEDCTConcept" "Amazonka.ComprehendMedical.Types.SNOMEDCTConcept" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "SNOMEDCTConcept'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newSNOMEDCTConcept :: SNOMEDCTConcept Source #

Create a value of SNOMEDCTConcept with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:SNOMEDCTConcept', sNOMEDCTConcept_code - The numeric ID for the SNOMED-CT concept.

$sel:description:SNOMEDCTConcept', sNOMEDCTConcept_description - The description of the SNOMED-CT concept.

$sel:score:SNOMEDCTConcept', sNOMEDCTConcept_score - The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.

SNOMEDCTDetails

data SNOMEDCTDetails Source #

The information about the revision of the SNOMED-CT ontology in the response. Specifically, the details include the SNOMED-CT edition, language, and version date.

See: newSNOMEDCTDetails smart constructor.

Instances

Instances details
FromJSON SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Generic SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Associated Types

type Rep SNOMEDCTDetails :: Type -> Type #

Read SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Show SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

NFData SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Methods

rnf :: SNOMEDCTDetails -> () #

Eq SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

Hashable SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

type Rep SNOMEDCTDetails Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTDetails

type Rep SNOMEDCTDetails = D1 ('MetaData "SNOMEDCTDetails" "Amazonka.ComprehendMedical.Types.SNOMEDCTDetails" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "SNOMEDCTDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "edition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "language") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSNOMEDCTDetails :: SNOMEDCTDetails Source #

Create a value of SNOMEDCTDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:edition:SNOMEDCTDetails', sNOMEDCTDetails_edition - The edition of SNOMED-CT used. The edition used for the InferSNOMEDCT editions is the US edition.

$sel:language:SNOMEDCTDetails', sNOMEDCTDetails_language - The language used in the SNOMED-CT ontology. All Amazon Comprehend Medical operations are US English (en).

$sel:versionDate:SNOMEDCTDetails', sNOMEDCTDetails_versionDate - The version date of the SNOMED-CT ontology used.

SNOMEDCTEntity

data SNOMEDCTEntity Source #

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 Comprehend Medical has in the detection and analysis. Attributes and traits of the entity are also returned.

See: newSNOMEDCTEntity smart constructor.

Instances

Instances details
FromJSON SNOMEDCTEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntity

Generic SNOMEDCTEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntity

Associated Types

type Rep SNOMEDCTEntity :: Type -> Type #

Read SNOMEDCTEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntity

Show SNOMEDCTEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntity

NFData SNOMEDCTEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntity

Methods

rnf :: SNOMEDCTEntity -> () #

Eq SNOMEDCTEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntity

Hashable SNOMEDCTEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntity

type Rep SNOMEDCTEntity Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTEntity

newSNOMEDCTEntity :: SNOMEDCTEntity Source #

Create a value of SNOMEDCTEntity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attributes:SNOMEDCTEntity', sNOMEDCTEntity_attributes - 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.

SNOMEDCTEntity, sNOMEDCTEntity_beginOffset - The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.

SNOMEDCTEntity, sNOMEDCTEntity_category - The category of the detected entity. Possible categories are MEDICAL_CONDITION, ANATOMY, or TEST_TREATMENT_PROCEDURE.

SNOMEDCTEntity, sNOMEDCTEntity_endOffset - The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.

SNOMEDCTEntity, sNOMEDCTEntity_id - The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.

SNOMEDCTEntity, sNOMEDCTEntity_sNOMEDCTConcepts - The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.

SNOMEDCTEntity, sNOMEDCTEntity_score - The level of confidence that Comprehend Medical has in the accuracy of the detected entity.

SNOMEDCTEntity, sNOMEDCTEntity_text - The segment of input text extracted as this entity.

SNOMEDCTEntity, sNOMEDCTEntity_traits - Contextual information for the entity.

SNOMEDCTEntity, sNOMEDCTEntity_type - Describes the specific type of entity with category of entities. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE, TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, or TREATMENT_NAME.

SNOMEDCTTrait

data SNOMEDCTTrait Source #

Contextual information for an entity.

See: newSNOMEDCTTrait smart constructor.

Instances

Instances details
FromJSON SNOMEDCTTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTrait

Generic SNOMEDCTTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTrait

Associated Types

type Rep SNOMEDCTTrait :: Type -> Type #

Read SNOMEDCTTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTrait

Show SNOMEDCTTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTrait

NFData SNOMEDCTTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTrait

Methods

rnf :: SNOMEDCTTrait -> () #

Eq SNOMEDCTTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTrait

Hashable SNOMEDCTTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTrait

type Rep SNOMEDCTTrait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.SNOMEDCTTrait

type Rep SNOMEDCTTrait = D1 ('MetaData "SNOMEDCTTrait" "Amazonka.ComprehendMedical.Types.SNOMEDCTTrait" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "SNOMEDCTTrait'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SNOMEDCTTraitName)) :*: S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newSNOMEDCTTrait :: SNOMEDCTTrait Source #

Create a value of SNOMEDCTTrait with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:SNOMEDCTTrait', sNOMEDCTTrait_name - The name or contextual description of a detected trait.

$sel:score:SNOMEDCTTrait', sNOMEDCTTrait_score - The level of confidence that Comprehend Medical has in the accuracy of a detected trait.

Trait

data Trait Source #

Provides contextual information about the extracted entity.

See: newTrait smart constructor.

Instances

Instances details
FromJSON Trait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Trait

Generic Trait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Trait

Associated Types

type Rep Trait :: Type -> Type #

Methods

from :: Trait -> Rep Trait x #

to :: Rep Trait x -> Trait #

Read Trait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Trait

Show Trait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Trait

Methods

showsPrec :: Int -> Trait -> ShowS #

show :: Trait -> String #

showList :: [Trait] -> ShowS #

NFData Trait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Trait

Methods

rnf :: Trait -> () #

Eq Trait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Trait

Methods

(==) :: Trait -> Trait -> Bool #

(/=) :: Trait -> Trait -> Bool #

Hashable Trait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Trait

Methods

hashWithSalt :: Int -> Trait -> Int #

hash :: Trait -> Int #

type Rep Trait Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.Trait

type Rep Trait = D1 ('MetaData "Trait" "Amazonka.ComprehendMedical.Types.Trait" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "Trait'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AttributeName)) :*: S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newTrait :: Trait Source #

Create a value of Trait with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Trait', trait_name - Provides a name or contextual description about the trait.

$sel:score:Trait', trait_score - The level of confidence that Comprehend Medical; has in the accuracy of this trait.

UnmappedAttribute

data UnmappedAttribute Source #

An attribute that was extracted, but Comprehend Medical; was unable to relate to an entity.

See: newUnmappedAttribute smart constructor.

Instances

Instances details
FromJSON UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

Generic UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

Associated Types

type Rep UnmappedAttribute :: Type -> Type #

Read UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

Show UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

NFData UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

Methods

rnf :: UnmappedAttribute -> () #

Eq UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

Hashable UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

type Rep UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

type Rep UnmappedAttribute = D1 ('MetaData "UnmappedAttribute" "Amazonka.ComprehendMedical.Types.UnmappedAttribute" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "UnmappedAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Attribute)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EntityType))))

newUnmappedAttribute :: UnmappedAttribute Source #

Create a value of UnmappedAttribute with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attribute:UnmappedAttribute', unmappedAttribute_attribute - The specific attribute that has been extracted but not mapped to an entity.

UnmappedAttribute, unmappedAttribute_type - The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".