| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.fromValue(String value)
Use this in place of valueOf.
|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.withCategory(EntityType category)
The category of attribute.
|
Entity |
Entity.withCategory(EntityType category)
The category of the entity.
|
UnmappedAttribute |
UnmappedAttribute.withType(EntityType 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".
|
Copyright © 2022. All rights reserved.