Interface SNOMEDCTAttribute.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SNOMEDCTAttribute.Builder,SNOMEDCTAttribute>, SdkBuilder<SNOMEDCTAttribute.Builder,SNOMEDCTAttribute>, SdkPojo
Enclosing class:
SNOMEDCTAttribute

public static interface SNOMEDCTAttribute.Builder extends SdkPojo, CopyableBuilder<SNOMEDCTAttribute.Builder,SNOMEDCTAttribute>
  • Method Details

    • category

      SNOMEDCTAttribute.Builder category(String category)

      The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and TEST_TREATMENT_PROCEDURE.

      Parameters:
      category - The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and TEST_TREATMENT_PROCEDURE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • category

      The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and TEST_TREATMENT_PROCEDURE.

      Parameters:
      category - The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and TEST_TREATMENT_PROCEDURE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of attribute. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE,TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, and TREATMENT_NAME.

      Parameters:
      type - The type of attribute. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE,TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, and TREATMENT_NAME.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of attribute. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE,TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, and TREATMENT_NAME.

      Parameters:
      type - The type of attribute. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE,TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, and TREATMENT_NAME.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • score

      The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.

      Parameters:
      score - The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relationshipScore

      SNOMEDCTAttribute.Builder relationshipScore(Float relationshipScore)

      The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.

      Parameters:
      relationshipScore - The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relationshipType

      SNOMEDCTAttribute.Builder relationshipType(String relationshipType)

      The type of relationship that exists between the entity and the related attribute.

      Parameters:
      relationshipType - The type of relationship that exists between the entity and the related attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • relationshipType

      SNOMEDCTAttribute.Builder relationshipType(SNOMEDCTRelationshipType relationshipType)

      The type of relationship that exists between the entity and the related attribute.

      Parameters:
      relationshipType - The type of relationship that exists between the entity and the related attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • id

      The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

      Parameters:
      id - The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • beginOffset

      SNOMEDCTAttribute.Builder beginOffset(Integer beginOffset)

      The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

      Parameters:
      beginOffset - The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endOffset

      SNOMEDCTAttribute.Builder endOffset(Integer endOffset)

      The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

      Parameters:
      endOffset - The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • text

      The segment of input text extracted as this attribute.

      Parameters:
      text - The segment of input text extracted as this attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traits

      Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.

      Parameters:
      traits - Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traits

      Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.

      Parameters:
      traits - Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • traits

      Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.

      This is a convenience method that creates an instance of the SNOMEDCTTrait.Builder avoiding the need to create one manually via SNOMEDCTTrait.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to traits(List<SNOMEDCTTrait>).

      Parameters:
      traits - a consumer that will call methods on SNOMEDCTTrait.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • snomedctConcepts

      SNOMEDCTAttribute.Builder snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts)

      The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.

      Parameters:
      snomedctConcepts - The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snomedctConcepts

      SNOMEDCTAttribute.Builder snomedctConcepts(SNOMEDCTConcept... snomedctConcepts)

      The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.

      Parameters:
      snomedctConcepts - The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snomedctConcepts

      SNOMEDCTAttribute.Builder snomedctConcepts(Consumer<SNOMEDCTConcept.Builder>... snomedctConcepts)

      The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.

      This is a convenience method that creates an instance of the SNOMEDCTConcept.Builder avoiding the need to create one manually via SNOMEDCTConcept.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to snomedctConcepts(List<SNOMEDCTConcept>).

      Parameters:
      snomedctConcepts - a consumer that will call methods on SNOMEDCTConcept.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: