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.Types.SNOMEDCTTrait

Description

 
Synopsis

Documentation

data SNOMEDCTTrait Source #

Contextual information for an entity.

See: newSNOMEDCTTrait smart constructor.

Constructors

SNOMEDCTTrait' 

Fields

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.

sNOMEDCTTrait_name :: Lens' SNOMEDCTTrait (Maybe SNOMEDCTTraitName) Source #

The name or contextual description of a detected trait.

sNOMEDCTTrait_score :: Lens' SNOMEDCTTrait (Maybe Double) Source #

The level of confidence that Comprehend Medical has in the accuracy of a detected trait.