libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ComprehendMedical.Types.UnmappedAttribute

Description

 
Synopsis

Documentation

data UnmappedAttribute Source #

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

See: newUnmappedAttribute smart constructor.

Constructors

UnmappedAttribute' 

Fields

  • attribute :: Maybe Attribute

    The specific attribute that has been extracted but not mapped to an entity.

  • type' :: Maybe EntityType

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

Instances

Instances details
Eq UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

Read UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

Show 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 #

NFData UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

Methods

rnf :: UnmappedAttribute -> () #

Hashable UnmappedAttribute Source # 
Instance details

Defined in Amazonka.ComprehendMedical.Types.UnmappedAttribute

FromJSON 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" "libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical" '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.

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

unmappedAttribute_attribute :: Lens' UnmappedAttribute (Maybe Attribute) Source #

The specific attribute that has been extracted but not mapped to an entity.

unmappedAttribute_type :: Lens' UnmappedAttribute (Maybe EntityType) Source #

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