public static interface SNOMEDCTEntity.Builder extends SdkPojo, CopyableBuilder<SNOMEDCTEntity.Builder,SNOMEDCTEntity>
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTEntity.Builder |
attributes(Collection<SNOMEDCTAttribute> attributes)
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such
as the dosage of a medication taken.
|
SNOMEDCTEntity.Builder |
attributes(Consumer<SNOMEDCTAttribute.Builder>... attributes)
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such
as the dosage of a medication taken.
|
SNOMEDCTEntity.Builder |
attributes(SNOMEDCTAttribute... attributes)
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such
as the dosage of a medication taken.
|
SNOMEDCTEntity.Builder |
beginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity begins.
|
SNOMEDCTEntity.Builder |
category(SNOMEDCTEntityCategory category)
The category of the detected entity.
|
SNOMEDCTEntity.Builder |
category(String category)
The category of the detected entity.
|
SNOMEDCTEntity.Builder |
endOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity ends.
|
SNOMEDCTEntity.Builder |
id(Integer id)
The numeric identifier for the entity.
|
SNOMEDCTEntity.Builder |
score(Float score)
The level of confidence that Comprehend Medical has in the accuracy of the detected entity.
|
SNOMEDCTEntity.Builder |
snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
SNOMEDCTEntity.Builder |
snomedctConcepts(Consumer<SNOMEDCTConcept.Builder>... snomedctConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
SNOMEDCTEntity.Builder |
snomedctConcepts(SNOMEDCTConcept... snomedctConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
SNOMEDCTEntity.Builder |
text(String text)
The segment of input text extracted as this entity.
|
SNOMEDCTEntity.Builder |
traits(Collection<SNOMEDCTTrait> traits)
Contextual information for the entity.
|
SNOMEDCTEntity.Builder |
traits(Consumer<SNOMEDCTTrait.Builder>... traits)
Contextual information for the entity.
|
SNOMEDCTEntity.Builder |
traits(SNOMEDCTTrait... traits)
Contextual information for the entity.
|
SNOMEDCTEntity.Builder |
type(SNOMEDCTEntityType type)
Describes the specific type of entity with category of entities.
|
SNOMEDCTEntity.Builder |
type(String type)
Describes the specific type of entity with category of entities.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSNOMEDCTEntity.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.SNOMEDCTEntity.Builder text(String text)
The segment of input text extracted as this entity.
text - The segment of input text extracted as this entity.SNOMEDCTEntity.Builder category(String category)
The category of the detected entity. Possible categories are MEDICAL_CONDITION, ANATOMY, or TEST_TREATMENT_PROCEDURE.
category - The category of the detected entity. Possible categories are MEDICAL_CONDITION, ANATOMY, or
TEST_TREATMENT_PROCEDURE.SNOMEDCTEntityCategory,
SNOMEDCTEntityCategorySNOMEDCTEntity.Builder category(SNOMEDCTEntityCategory category)
The category of the detected entity. Possible categories are MEDICAL_CONDITION, ANATOMY, or TEST_TREATMENT_PROCEDURE.
category - The category of the detected entity. Possible categories are MEDICAL_CONDITION, ANATOMY, or
TEST_TREATMENT_PROCEDURE.SNOMEDCTEntityCategory,
SNOMEDCTEntityCategorySNOMEDCTEntity.Builder type(String type)
Describes the specific type of entity with category of entities. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE, TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, or TREATMENT_NAME.
type - Describes the specific type of entity with category of entities. Possible types include DX_NAME,
ACUITY, DIRECTION, SYSTEM_ORGAN_SITE, TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, or
TREATMENT_NAME.SNOMEDCTEntityType,
SNOMEDCTEntityTypeSNOMEDCTEntity.Builder type(SNOMEDCTEntityType type)
Describes the specific type of entity with category of entities. Possible types include DX_NAME, ACUITY, DIRECTION, SYSTEM_ORGAN_SITE, TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, or TREATMENT_NAME.
type - Describes the specific type of entity with category of entities. Possible types include DX_NAME,
ACUITY, DIRECTION, SYSTEM_ORGAN_SITE, TEST_NAME, TEST_VALUE, TEST_UNIT, PROCEDURE_NAME, or
TREATMENT_NAME.SNOMEDCTEntityType,
SNOMEDCTEntityTypeSNOMEDCTEntity.Builder score(Float score)
The level of confidence that Comprehend Medical has in the accuracy of the detected entity.
score - The level of confidence that Comprehend Medical has in the accuracy of the detected entity.SNOMEDCTEntity.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.SNOMEDCTEntity.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.SNOMEDCTEntity.Builder attributes(Collection<SNOMEDCTAttribute> attributes)
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.
attributes - An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity,
such as the dosage of a medication taken.SNOMEDCTEntity.Builder attributes(SNOMEDCTAttribute... attributes)
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.
attributes - An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity,
such as the dosage of a medication taken.SNOMEDCTEntity.Builder attributes(Consumer<SNOMEDCTAttribute.Builder>... attributes)
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.
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) SNOMEDCTEntity.Builder traits(Collection<SNOMEDCTTrait> traits)
Contextual information for the entity.
traits - Contextual information for the entity.SNOMEDCTEntity.Builder traits(SNOMEDCTTrait... traits)
Contextual information for the entity.
traits - Contextual information for the entity.SNOMEDCTEntity.Builder traits(Consumer<SNOMEDCTTrait.Builder>... traits)
Contextual information for the entity.
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 #traits(List) .traits - a consumer that will call methods on List.Builder #traits(List) SNOMEDCTEntity.Builder snomedctConcepts(Collection<SNOMEDCTConcept> snomedctConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
snomedctConcepts - The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of
the match.SNOMEDCTEntity.Builder snomedctConcepts(SNOMEDCTConcept... snomedctConcepts)
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
snomedctConcepts - The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of
the match.SNOMEDCTEntity.Builder snomedctConcepts(Consumer<SNOMEDCTConcept.Builder>... snomedctConcepts)
The SNOMED 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 #snomedctConcepts(List) .snomedctConcepts - a consumer that will call methods on List.Builder #snomedctConcepts(List) Copyright © 2022. All rights reserved.