public static interface RxNormConcept.Builder extends SdkPojo, CopyableBuilder<RxNormConcept.Builder,RxNormConcept>
| Modifier and Type | Method and Description |
|---|---|
RxNormConcept.Builder |
code(String code)
RxNorm concept ID, also known as the RxCUI.
|
RxNormConcept.Builder |
description(String description)
The description of the RxNorm concept.
|
RxNormConcept.Builder |
score(Float score)
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the
reported RxNorm concept.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRxNormConcept.Builder description(String description)
The description of the RxNorm concept.
description - The description of the RxNorm concept.RxNormConcept.Builder code(String code)
RxNorm concept ID, also known as the RxCUI.
code - RxNorm concept ID, also known as the RxCUI.RxNormConcept.Builder score(Float score)
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
score - The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the
reported RxNorm concept.Copyright © 2021. All rights reserved.