public static interface RxNormEntity.Builder extends SdkPojo, CopyableBuilder<RxNormEntity.Builder,RxNormEntity>
| Modifier and Type | Method and Description |
|---|---|
RxNormEntity.Builder |
attributes(Collection<RxNormAttribute> attributes)
The extracted attributes that relate to the entity.
|
RxNormEntity.Builder |
attributes(Consumer<RxNormAttribute.Builder>... attributes)
The extracted attributes that relate to the entity.
|
RxNormEntity.Builder |
attributes(RxNormAttribute... attributes)
The extracted attributes that relate to the entity.
|
RxNormEntity.Builder |
beginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity begins.
|
RxNormEntity.Builder |
category(RxNormEntityCategory category)
The category of the entity.
|
RxNormEntity.Builder |
category(String category)
The category of the entity.
|
RxNormEntity.Builder |
endOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity ends.
|
RxNormEntity.Builder |
id(Integer id)
The numeric identifier for the entity.
|
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 |
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 |
rxNormConcepts(RxNormConcept... rxNormConcepts)
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the
match.
|
RxNormEntity.Builder |
score(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.
|
RxNormEntity.Builder |
text(String text)
The segment of input text extracted from which the entity was detected.
|
RxNormEntity.Builder |
traits(Collection<RxNormTrait> traits)
Contextual information for the entity.
|
RxNormEntity.Builder |
traits(Consumer<RxNormTrait.Builder>... traits)
Contextual information for the entity.
|
RxNormEntity.Builder |
traits(RxNormTrait... traits)
Contextual information for the entity.
|
RxNormEntity.Builder |
type(RxNormEntityType type)
Describes the specific type of entity.
|
RxNormEntity.Builder |
type(String type)
Describes the specific type of entity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRxNormEntity.Builder id(Integer id)
The numeric identifier for the entity. This is a monotonically increasing id unique within this response rather than a global unique identifier.
id - The numeric identifier for the entity. This is a monotonically increasing id unique within this
response rather than a global unique identifier.RxNormEntity.Builder text(String text)
The segment of input text extracted from which the entity was detected.
text - The segment of input text extracted from which the entity was detected.RxNormEntity.Builder category(String category)
The category of the entity. The recognized categories are GENERIC or BRAND_NAME.
category - The category of the entity. The recognized categories are GENERIC or
BRAND_NAME.RxNormEntityCategory,
RxNormEntityCategoryRxNormEntity.Builder category(RxNormEntityCategory category)
The category of the entity. The recognized categories are GENERIC or BRAND_NAME.
category - The category of the entity. The recognized categories are GENERIC or
BRAND_NAME.RxNormEntityCategory,
RxNormEntityCategoryRxNormEntity.Builder type(String type)
Describes the specific type of entity. For InferRxNorm, the recognized entity type is MEDICATION
.
type - Describes the specific type of entity. For InferRxNorm, the recognized entity type is
MEDICATION.RxNormEntityType,
RxNormEntityTypeRxNormEntity.Builder type(RxNormEntityType type)
Describes the specific type of entity. For InferRxNorm, the recognized entity type is MEDICATION
.
type - Describes the specific type of entity. For InferRxNorm, the recognized entity type is
MEDICATION.RxNormEntityType,
RxNormEntityTypeRxNormEntity.Builder score(Float score)
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.
score - The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.RxNormEntity.Builder beginOffset(Integer beginOffset)
The 0-based character offset in the input text that shows where the entity begins. The offset returns the UTF-8 code point in the string.
beginOffset - The 0-based character offset in the input text that shows where the entity begins. The offset returns
the UTF-8 code point in the string.RxNormEntity.Builder endOffset(Integer endOffset)
The 0-based character offset in the input text that shows where the entity ends. The offset returns the UTF-8 code point in the string.
endOffset - The 0-based character offset in the input text that shows where the entity ends. The offset returns
the UTF-8 code point in the string.RxNormEntity.Builder attributes(Collection<RxNormAttribute> attributes)
The extracted attributes that relate to the entity. The attributes recognized by InferRxNorm are
DOSAGE, DURATION, FORM, FREQUENCY, RATE,
ROUTE_OR_MODE, and STRENGTH.
attributes - The extracted attributes that relate to the entity. The attributes recognized by InferRxNorm are
DOSAGE, DURATION, FORM, FREQUENCY,
RATE, ROUTE_OR_MODE, and STRENGTH.RxNormEntity.Builder attributes(RxNormAttribute... attributes)
The extracted attributes that relate to the entity. The attributes recognized by InferRxNorm are
DOSAGE, DURATION, FORM, FREQUENCY, RATE,
ROUTE_OR_MODE, and STRENGTH.
attributes - The extracted attributes that relate to the entity. The attributes recognized by InferRxNorm are
DOSAGE, DURATION, FORM, FREQUENCY,
RATE, ROUTE_OR_MODE, and STRENGTH.RxNormEntity.Builder attributes(Consumer<RxNormAttribute.Builder>... attributes)
The extracted attributes that relate to the entity. The attributes recognized by InferRxNorm are
DOSAGE, DURATION, FORM, FREQUENCY, RATE,
ROUTE_OR_MODE, and STRENGTH.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #attributes(List) .attributes - a consumer that will call methods on List.Builder #attributes(List) RxNormEntity.Builder traits(Collection<RxNormTrait> traits)
Contextual information for the entity.
traits - Contextual information for the entity.RxNormEntity.Builder traits(RxNormTrait... traits)
Contextual information for the entity.
traits - Contextual information for the entity.RxNormEntity.Builder traits(Consumer<RxNormTrait.Builder>... traits)
Contextual information for the entity.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #traits(List) .traits - a consumer that will call methods on List.Builder #traits(List) 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.
rxNormConcepts - The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of
the match.RxNormEntity.Builder rxNormConcepts(RxNormConcept... rxNormConcepts)
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
rxNormConcepts - The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of
the match.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.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #rxNormConcepts(List) .rxNormConcepts - a consumer that will call methods on List.Builder #rxNormConcepts(List) Copyright © 2020. All rights reserved.