default UnmappedAttribute.Builder |
UnmappedAttribute.Builder.attribute(Consumer<Attribute.Builder> attribute) |
The specific attribute that has been extracted but not mapped to an entity.
|
UnmappedAttribute.Builder |
UnmappedAttribute.Builder.attribute(Attribute attribute) |
The specific attribute that has been extracted but not mapped to an entity.
|
static UnmappedAttribute.Builder |
UnmappedAttribute.builder() |
|
UnmappedAttribute.Builder |
UnmappedAttribute.toBuilder() |
|
UnmappedAttribute.Builder |
UnmappedAttribute.Builder.type(String 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.Builder |
UnmappedAttribute.Builder.type(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".
|