| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTAttribute |
SNOMEDCTAttribute.clone() |
SNOMEDCTAttribute |
SNOMEDCTAttribute.withBeginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the attribute begins.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withCategory(SNOMEDCTEntityCategory category)
The category of the detected attribute.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withCategory(String category)
The category of the detected attribute.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withEndOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the attribute ends.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withId(Integer id)
The numeric identifier for this attribute.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withRelationshipScore(Float relationshipScore)
The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withRelationshipType(SNOMEDCTRelationshipType relationshipType)
The type of relationship that exists between the entity and the related attribute.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withRelationshipType(String relationshipType)
The type of relationship that exists between the entity and the related attribute.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withScore(Float score)
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an
attribute.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withSNOMEDCTConcepts(Collection<SNOMEDCTConcept> sNOMEDCTConcepts)
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withSNOMEDCTConcepts(SNOMEDCTConcept... sNOMEDCTConcepts)
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withText(String text)
The segment of input text extracted as this attribute.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withTraits(Collection<SNOMEDCTTrait> traits)
Contextual information for an attribute.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withTraits(SNOMEDCTTrait... traits)
Contextual information for an attribute.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withType(SNOMEDCTAttributeType type)
The type of attribute.
|
SNOMEDCTAttribute |
SNOMEDCTAttribute.withType(String type)
The type of attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<SNOMEDCTAttribute> |
SNOMEDCTEntity.getAttributes()
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.
|
| Modifier and Type | Method and Description |
|---|---|
SNOMEDCTEntity |
SNOMEDCTEntity.withAttributes(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SNOMEDCTEntity.setAttributes(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 |
SNOMEDCTEntity.withAttributes(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.
|
Copyright © 2021. All rights reserved.