@Generated(value="software.amazon.awssdk:codegen") public final class RxNormTrait extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RxNormTrait.Builder,RxNormTrait>
The contextual information for the entity. InferRxNorm recognizes the trait NEGATION, which is any
indication that the patient is not taking a medication.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RxNormTrait.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RxNormTrait.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RxNormTraitName |
name()
Provides a name or contextual description about the trait.
|
String |
nameAsString()
Provides a name or contextual description about the trait.
|
Float |
score()
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RxNormTrait.Builder> |
serializableBuilderClass() |
RxNormTrait.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RxNormTraitName name()
Provides a name or contextual description about the trait.
If the service returns an enum value that is not available in the current SDK version, name will return
RxNormTraitName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
RxNormTraitNamepublic final String nameAsString()
Provides a name or contextual description about the trait.
If the service returns an enum value that is not available in the current SDK version, name will return
RxNormTraitName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
RxNormTraitNamepublic final Float score()
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.
public RxNormTrait.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RxNormTrait.Builder,RxNormTrait>public static RxNormTrait.Builder builder()
public static Class<? extends RxNormTrait.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.