@Generated(value="software.amazon.awssdk:codegen") public final class RxNormConcept extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RxNormConcept.Builder,RxNormConcept>
The RxNorm concept that the entity could refer to, along with a score indicating the likelihood of the match.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RxNormConcept.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RxNormConcept.Builder |
builder() |
String |
code()
RxNorm concept ID, also known as the RxCUI.
|
String |
description()
The description of the RxNorm concept.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
score()
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported
RxNorm concept.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RxNormConcept.Builder> |
serializableBuilderClass() |
RxNormConcept.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description of the RxNorm concept.
public final String code()
RxNorm concept ID, also known as the RxCUI.
public final Float score()
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
public RxNormConcept.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RxNormConcept.Builder,RxNormConcept>public static RxNormConcept.Builder builder()
public static Class<? extends RxNormConcept.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.