public static interface SNOMEDCTAttribute.Builder extends SdkPojo, CopyableBuilder<SNOMEDCTAttribute.Builder,SNOMEDCTAttribute>
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTAttribute.Builder |
beginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the attribute begins.
|
SNOMEDCTAttribute.Builder |
category(SNOMEDCTEntityCategory category)
The category of the detected attribute.
|
SNOMEDCTAttribute.Builder |
category(String category)
The category of the detected attribute.
|
SNOMEDCTAttribute.Builder |
endOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the attribute ends.
|
SNOMEDCTAttribute.Builder |
id(Integer id)
The numeric identifier for this attribute.
|
SNOMEDCTAttribute.Builder |
relationshipScore(Float relationshipScore)
The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this
entity.
|
SNOMEDCTAttribute.Builder |
relationshipType(SNOMEDCTRelationshipType relationshipType)
The type of relationship that exists between the entity and the related attribute.
|
SNOMEDCTAttribute.Builder |
relationshipType(String relationshipType)
The type of relationship that exists between the entity and the related attribute.
|
SNOMEDCTAttribute.Builder |
score(Float score)
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized
as an attribute.
|
SNOMEDCTAttribute.Builder |
snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts)
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
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.
|
SNOMEDCTAttribute.Builder |
snomedctConcepts(SNOMEDCTConcept... snomedctConcepts)
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
SNOMEDCTAttribute.Builder |
text(String text)
The segment of input text extracted as this attribute.
|
SNOMEDCTAttribute.Builder |
traits(Collection<SNOMEDCTTrait> traits)
Contextual information for an attribute.
|
SNOMEDCTAttribute.Builder |
traits(Consumer<SNOMEDCTTrait.Builder>... traits)
Contextual information for an attribute.
|
SNOMEDCTAttribute.Builder |
traits(SNOMEDCTTrait... traits)
Contextual information for an attribute.
|
SNOMEDCTAttribute.Builder |
type(SNOMEDCTAttributeType type)
The type of attribute.
|
SNOMEDCTAttribute.Builder |
type(String type)
The type of attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSNOMEDCTAttribute.Builder category(String category)
The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and TEST_TREATMENT_PROCEDURE.
category - The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and
TEST_TREATMENT_PROCEDURE.SNOMEDCTEntityCategory,
SNOMEDCTEntityCategorySNOMEDCTAttribute.Builder category(SNOMEDCTEntityCategory category)
The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and TEST_TREATMENT_PROCEDURE.
category - The category of the detected attribute. Possible categories include MEDICAL_CONDITION, ANATOMY, and
TEST_TREATMENT_PROCEDURE.SNOMEDCTEntityCategory,
SNOMEDCTEntityCategorySNOMEDCTAttribute.Builder type(String 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.
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.SNOMEDCTAttributeType,
SNOMEDCTAttributeTypeSNOMEDCTAttribute.Builder type(SNOMEDCTAttributeType 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.
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.SNOMEDCTAttributeType,
SNOMEDCTAttributeTypeSNOMEDCTAttribute.Builder score(Float score)
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.
score - The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly
recognized as an attribute.SNOMEDCTAttribute.Builder relationshipScore(Float relationshipScore)
The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.
relationshipScore - The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to
this entity.SNOMEDCTAttribute.Builder relationshipType(String relationshipType)
The type of relationship that exists between the entity and the related attribute.
relationshipType - The type of relationship that exists between the entity and the related attribute.SNOMEDCTRelationshipType,
SNOMEDCTRelationshipTypeSNOMEDCTAttribute.Builder relationshipType(SNOMEDCTRelationshipType relationshipType)
The type of relationship that exists between the entity and the related attribute.
relationshipType - The type of relationship that exists between the entity and the related attribute.SNOMEDCTRelationshipType,
SNOMEDCTRelationshipTypeSNOMEDCTAttribute.Builder id(Integer id)
The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.
id - The numeric identifier for this attribute. This is a monotonically increasing id unique within this
response rather than a global unique identifier.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.
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.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.
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.SNOMEDCTAttribute.Builder text(String text)
The segment of input text extracted as this attribute.
text - The segment of input text extracted as this attribute.SNOMEDCTAttribute.Builder traits(Collection<SNOMEDCTTrait> traits)
Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.
traits - Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.SNOMEDCTAttribute.Builder traits(SNOMEDCTTrait... traits)
Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.
traits - Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.SNOMEDCTAttribute.Builder traits(Consumer<SNOMEDCTTrait.Builder>... traits)
Contextual information for an attribute. Examples include signs, symptoms, diagnosis, and negation.
This is a convenience method that creates an instance of theSNOMEDCTTrait.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.
traits - a consumer that will call methods on
SNOMEDCTTrait.Builder#traits(java.util.Collection) SNOMEDCTAttribute.Builder snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts)
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
snomedctConcepts - The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the
match.SNOMEDCTAttribute.Builder snomedctConcepts(SNOMEDCTConcept... snomedctConcepts)
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
snomedctConcepts - The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the
match.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 theSNOMEDCTConcept.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.
snomedctConcepts - a consumer that will call methods on
SNOMEDCTConcept.Builder#snomedctConcepts(java.util.Collection) Copyright © 2023. All rights reserved.