Interface UnmappedAttribute.Builder

    • Method Detail

      • type

        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".

        Parameters:
        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".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EntityType, EntityType
      • type

        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".

        Parameters:
        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".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EntityType, EntityType
      • attribute

        UnmappedAttribute.Builder attribute​(Attribute attribute)

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

        Parameters:
        attribute - The specific attribute that has been extracted but not mapped to an entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.