public static interface ICD10CMAttribute.Builder extends SdkPojo, CopyableBuilder<ICD10CMAttribute.Builder,ICD10CMAttribute>
| Modifier and Type | Method and Description |
|---|---|
ICD10CMAttribute.Builder |
beginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the attribute begins.
|
ICD10CMAttribute.Builder |
category(ICD10CMEntityType category)
The category of attribute.
|
ICD10CMAttribute.Builder |
category(String category)
The category of attribute.
|
ICD10CMAttribute.Builder |
endOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the attribute ends.
|
ICD10CMAttribute.Builder |
id(Integer id)
The numeric identifier for this attribute.
|
ICD10CMAttribute.Builder |
relationshipScore(Float relationshipScore)
The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this
entity.
|
ICD10CMAttribute.Builder |
relationshipType(ICD10CMRelationshipType relationshipType)
The type of relationship between the entity and attribute.
|
ICD10CMAttribute.Builder |
relationshipType(String relationshipType)
The type of relationship between the entity and attribute.
|
ICD10CMAttribute.Builder |
score(Float score)
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized
as an attribute.
|
ICD10CMAttribute.Builder |
text(String text)
The segment of input text which contains the detected attribute.
|
ICD10CMAttribute.Builder |
traits(Collection<ICD10CMTrait> traits)
The contextual information for the attribute.
|
ICD10CMAttribute.Builder |
traits(Consumer<ICD10CMTrait.Builder>... traits)
The contextual information for the attribute.
|
ICD10CMAttribute.Builder |
traits(ICD10CMTrait... traits)
The contextual information for the attribute.
|
ICD10CMAttribute.Builder |
type(ICD10CMAttributeType type)
The type of attribute.
|
ICD10CMAttribute.Builder |
type(String type)
The type of attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildICD10CMAttribute.Builder type(String type)
The type of attribute. InferICD10CM detects entities of the type DX_NAME.
type - The type of attribute. InferICD10CM detects entities of the type DX_NAME.ICD10CMAttributeType,
ICD10CMAttributeTypeICD10CMAttribute.Builder type(ICD10CMAttributeType type)
The type of attribute. InferICD10CM detects entities of the type DX_NAME.
type - The type of attribute. InferICD10CM detects entities of the type DX_NAME.ICD10CMAttributeType,
ICD10CMAttributeTypeICD10CMAttribute.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.ICD10CMAttribute.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.ICD10CMAttribute.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.ICD10CMAttribute.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.ICD10CMAttribute.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.ICD10CMAttribute.Builder text(String text)
The segment of input text which contains the detected attribute.
text - The segment of input text which contains the detected attribute.ICD10CMAttribute.Builder traits(Collection<ICD10CMTrait> traits)
The contextual information for the attribute. The traits recognized by InferICD10CM are
DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.
traits - The contextual information for the attribute. The traits recognized by InferICD10CM are
DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.ICD10CMAttribute.Builder traits(ICD10CMTrait... traits)
The contextual information for the attribute. The traits recognized by InferICD10CM are
DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.
traits - The contextual information for the attribute. The traits recognized by InferICD10CM are
DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.ICD10CMAttribute.Builder traits(Consumer<ICD10CMTrait.Builder>... traits)
The contextual information for the attribute. The traits recognized by InferICD10CM are
DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #traits(List) .traits - a consumer that will call methods on List.Builder #traits(List) ICD10CMAttribute.Builder category(String category)
The category of attribute. Can be either of DX_NAME or TIME_EXPRESSION.
category - The category of attribute. Can be either of DX_NAME or TIME_EXPRESSION.ICD10CMEntityType,
ICD10CMEntityTypeICD10CMAttribute.Builder category(ICD10CMEntityType category)
The category of attribute. Can be either of DX_NAME or TIME_EXPRESSION.
category - The category of attribute. Can be either of DX_NAME or TIME_EXPRESSION.ICD10CMEntityType,
ICD10CMEntityTypeICD10CMAttribute.Builder relationshipType(String relationshipType)
The type of relationship between the entity and attribute. Type for the relationship can be either of
OVERLAP or SYSTEM_ORGAN_SITE.
relationshipType - The type of relationship between the entity and attribute. Type for the relationship can be either of
OVERLAP or SYSTEM_ORGAN_SITE.ICD10CMRelationshipType,
ICD10CMRelationshipTypeICD10CMAttribute.Builder relationshipType(ICD10CMRelationshipType relationshipType)
The type of relationship between the entity and attribute. Type for the relationship can be either of
OVERLAP or SYSTEM_ORGAN_SITE.
relationshipType - The type of relationship between the entity and attribute. Type for the relationship can be either of
OVERLAP or SYSTEM_ORGAN_SITE.ICD10CMRelationshipType,
ICD10CMRelationshipTypeCopyright © 2022. All rights reserved.