| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ComprehendMedical.Types.UnmappedAttribute
Description
Documentation
data UnmappedAttribute Source #
An attribute that was extracted, but Comprehend Medical; was unable to relate to an entity.
See: newUnmappedAttribute smart constructor.
Constructors
| UnmappedAttribute' | |
Fields
| |
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.
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".
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 unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".