| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
RxNormEntity |
RxNormEntity.clone() |
RxNormEntity |
RxNormEntity.withAttributes(Collection<RxNormAttribute> attributes)
The extracted attributes that relate to the entity.
|
RxNormEntity |
RxNormEntity.withAttributes(RxNormAttribute... attributes)
The extracted attributes that relate to the entity.
|
RxNormEntity |
RxNormEntity.withBeginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity begins.
|
RxNormEntity |
RxNormEntity.withCategory(RxNormEntityCategory category)
The category of the entity.
|
RxNormEntity |
RxNormEntity.withCategory(String category)
The category of the entity.
|
RxNormEntity |
RxNormEntity.withEndOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity ends.
|
RxNormEntity |
RxNormEntity.withId(Integer id)
The numeric identifier for the entity.
|
RxNormEntity |
RxNormEntity.withRxNormConcepts(Collection<RxNormConcept> rxNormConcepts)
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
RxNormEntity |
RxNormEntity.withRxNormConcepts(RxNormConcept... rxNormConcepts)
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
RxNormEntity |
RxNormEntity.withScore(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.
|
RxNormEntity |
RxNormEntity.withText(String text)
The segment of input text extracted from which the entity was detected.
|
RxNormEntity |
RxNormEntity.withTraits(Collection<RxNormTrait> traits)
Contextual information for the entity.
|
RxNormEntity |
RxNormEntity.withTraits(RxNormTrait... traits)
Contextual information for the entity.
|
RxNormEntity |
RxNormEntity.withType(RxNormEntityType type)
Describes the specific type of entity.
|
RxNormEntity |
RxNormEntity.withType(String type)
Describes the specific type of entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<RxNormEntity> |
InferRxNormResult.getEntities()
The medication entities detected in the text linked to RxNorm concepts.
|
| Modifier and Type | Method and Description |
|---|---|
InferRxNormResult |
InferRxNormResult.withEntities(RxNormEntity... entities)
The medication entities detected in the text linked to RxNorm concepts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InferRxNormResult.setEntities(Collection<RxNormEntity> entities)
The medication entities detected in the text linked to RxNorm concepts.
|
InferRxNormResult |
InferRxNormResult.withEntities(Collection<RxNormEntity> entities)
The medication entities detected in the text linked to RxNorm concepts.
|
Copyright © 2021. All rights reserved.