| Package | Description |
|---|---|
| com.amazonaws.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
RxNormConcept |
RxNormConcept.clone() |
RxNormConcept |
RxNormConcept.withCode(String code)
RxNorm concept ID, also known as the RxCUI.
|
RxNormConcept |
RxNormConcept.withDescription(String description)
The description of the RxNorm concept.
|
RxNormConcept |
RxNormConcept.withScore(Float score)
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported
RxNorm concept.
|
| Modifier and Type | Method and Description |
|---|---|
List<RxNormConcept> |
RxNormEntity.getRxNormConcepts()
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
| Modifier and Type | Method and Description |
|---|---|
RxNormEntity |
RxNormEntity.withRxNormConcepts(RxNormConcept... rxNormConcepts)
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RxNormEntity.setRxNormConcepts(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(Collection<RxNormConcept> rxNormConcepts)
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
|
Copyright © 2024. All rights reserved.