Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data UnmappedAttribute Source #
An attribute that we extracted, but were unable to relate to an entity.
See: newUnmappedAttribute
smart constructor.
UnmappedAttribute' | |
|
Instances
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".