public static interface ICD10CMEntity.Builder extends SdkPojo, CopyableBuilder<ICD10CMEntity.Builder,ICD10CMEntity>
| Modifier and Type | Method and Description |
|---|---|
ICD10CMEntity.Builder |
attributes(Collection<ICD10CMAttribute> attributes)
The detected attributes that relate to the entity.
|
ICD10CMEntity.Builder |
attributes(Consumer<ICD10CMAttribute.Builder>... attributes)
The detected attributes that relate to the entity.
|
ICD10CMEntity.Builder |
attributes(ICD10CMAttribute... attributes)
The detected attributes that relate to the entity.
|
ICD10CMEntity.Builder |
beginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity begins.
|
ICD10CMEntity.Builder |
category(ICD10CMEntityCategory category)
The category of the entity.
|
ICD10CMEntity.Builder |
category(String category)
The category of the entity.
|
ICD10CMEntity.Builder |
endOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity ends.
|
ICD10CMEntity.Builder |
icd10CMConcepts(Collection<ICD10CMConcept> icd10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
ICD10CMEntity.Builder |
icd10CMConcepts(Consumer<ICD10CMConcept.Builder>... icd10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
ICD10CMEntity.Builder |
icd10CMConcepts(ICD10CMConcept... icd10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
ICD10CMEntity.Builder |
id(Integer id)
The numeric identifier for the entity.
|
ICD10CMEntity.Builder |
score(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.
|
ICD10CMEntity.Builder |
text(String text)
The segment of input text that is matched to the detected entity.
|
ICD10CMEntity.Builder |
traits(Collection<ICD10CMTrait> traits)
Provides Contextual information for the entity.
|
ICD10CMEntity.Builder |
traits(Consumer<ICD10CMTrait.Builder>... traits)
Provides Contextual information for the entity.
|
ICD10CMEntity.Builder |
traits(ICD10CMTrait... traits)
Provides Contextual information for the entity.
|
ICD10CMEntity.Builder |
type(ICD10CMEntityType type)
Describes the specific type of entity with category of entities.
|
ICD10CMEntity.Builder |
type(String type)
Describes the specific type of entity with category of entities.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildICD10CMEntity.Builder id(Integer id)
The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.
id - The numeric identifier for the entity. This is a monotonically increasing id unique within this
response rather than a global unique identifier.ICD10CMEntity.Builder text(String text)
The segment of input text that is matched to the detected entity.
text - The segment of input text that is matched to the detected entity.ICD10CMEntity.Builder category(String category)
The category of the entity. InferICD10CM detects entities in the MEDICAL_CONDITION category.
category - The category of the entity. InferICD10CM detects entities in the MEDICAL_CONDITION
category.ICD10CMEntityCategory,
ICD10CMEntityCategoryICD10CMEntity.Builder category(ICD10CMEntityCategory category)
The category of the entity. InferICD10CM detects entities in the MEDICAL_CONDITION category.
category - The category of the entity. InferICD10CM detects entities in the MEDICAL_CONDITION
category.ICD10CMEntityCategory,
ICD10CMEntityCategoryICD10CMEntity.Builder type(String type)
Describes the specific type of entity with category of entities. InferICD10CM detects entities of the type
DX_NAME.
type - Describes the specific type of entity with category of entities. InferICD10CM detects entities of the
type DX_NAME.ICD10CMEntityType,
ICD10CMEntityTypeICD10CMEntity.Builder type(ICD10CMEntityType type)
Describes the specific type of entity with category of entities. InferICD10CM detects entities of the type
DX_NAME.
type - Describes the specific type of entity with category of entities. InferICD10CM detects entities of the
type DX_NAME.ICD10CMEntityType,
ICD10CMEntityTypeICD10CMEntity.Builder score(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.
score - The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.ICD10CMEntity.Builder beginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity 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 entity begins. The offset returns
the UTF-8 code point in the string.ICD10CMEntity.Builder endOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity 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 entity ends. The offset returns
the UTF-8 code point in the string.ICD10CMEntity.Builder attributes(Collection<ICD10CMAttribute> attributes)
The detected attributes that relate to the entity. An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the nature of a medical condition.
attributes - The detected attributes that relate to the entity. An extracted segment of the text that is an
attribute of an entity, or otherwise related to an entity, such as the nature of a medical condition.ICD10CMEntity.Builder attributes(ICD10CMAttribute... attributes)
The detected attributes that relate to the entity. An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the nature of a medical condition.
attributes - The detected attributes that relate to the entity. An extracted segment of the text that is an
attribute of an entity, or otherwise related to an entity, such as the nature of a medical condition.ICD10CMEntity.Builder attributes(Consumer<ICD10CMAttribute.Builder>... attributes)
The detected attributes that relate to the entity. An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the nature of a medical condition.
This is a convenience that creates an instance of theList.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 #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) ICD10CMEntity.Builder traits(Collection<ICD10CMTrait> traits)
Provides Contextual information for the entity. The traits recognized by InferICD10CM are
DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.
traits - Provides Contextual information for the entity. The traits recognized by InferICD10CM are
DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.ICD10CMEntity.Builder traits(ICD10CMTrait... traits)
Provides Contextual information for the entity. The traits recognized by InferICD10CM are
DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.
traits - Provides Contextual information for the entity. The traits recognized by InferICD10CM are
DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.ICD10CMEntity.Builder traits(Consumer<ICD10CMTrait.Builder>... traits)
Provides Contextual information for the entity. 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) ICD10CMEntity.Builder icd10CMConcepts(Collection<ICD10CMConcept> icd10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
icd10CMConcepts - The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of
the match.ICD10CMEntity.Builder icd10CMConcepts(ICD10CMConcept... icd10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
icd10CMConcepts - The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of
the match.ICD10CMEntity.Builder icd10CMConcepts(Consumer<ICD10CMConcept.Builder>... icd10CMConcepts)
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
This is a convenience that creates an instance of theList.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 #icd10CMConcepts(List) .icd10CMConcepts - a consumer that will call methods on List.Builder #icd10CMConcepts(List) Copyright © 2020. All rights reserved.