RxNormEntity.Builder |
RxNormEntity.Builder.attributes(Collection<RxNormAttribute> attributes) |
The extracted attributes that relate to the entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.attributes(Consumer<RxNormAttribute.Builder>... attributes) |
The extracted attributes that relate to the entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.attributes(RxNormAttribute... attributes) |
The extracted attributes that relate to the entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.beginOffset(Integer beginOffset) |
The 0-based character offset in the input text that shows where the entity begins.
|
static RxNormEntity.Builder |
RxNormEntity.builder() |
|
RxNormEntity.Builder |
RxNormEntity.Builder.category(String category) |
The category of the entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.category(RxNormEntityCategory category) |
The category of the entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.endOffset(Integer endOffset) |
The 0-based character offset in the input text that shows where the entity ends.
|
RxNormEntity.Builder |
RxNormEntity.Builder.id(Integer id) |
The numeric identifier for the entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.rxNormConcepts(Collection<RxNormConcept> rxNormConcepts) |
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
RxNormEntity.Builder |
RxNormEntity.Builder.rxNormConcepts(Consumer<RxNormConcept.Builder>... rxNormConcepts) |
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
RxNormEntity.Builder |
RxNormEntity.Builder.rxNormConcepts(RxNormConcept... rxNormConcepts) |
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
RxNormEntity.Builder |
RxNormEntity.Builder.score(Float score) |
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.text(String text) |
The segment of input text extracted from which the entity was detected.
|
RxNormEntity.Builder |
RxNormEntity.toBuilder() |
|
RxNormEntity.Builder |
RxNormEntity.Builder.traits(Collection<RxNormTrait> traits) |
Contextual information for the entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.traits(Consumer<RxNormTrait.Builder>... traits) |
Contextual information for the entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.traits(RxNormTrait... traits) |
Contextual information for the entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.type(String type) |
Describes the specific type of entity.
|
RxNormEntity.Builder |
RxNormEntity.Builder.type(RxNormEntityType type) |
Describes the specific type of entity.
|