Class RxNormConcept
- java.lang.Object
-
- software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RxNormConcept.Builder,RxNormConcept>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRxNormConcept.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RxNormConcept.Builderbuilder()Stringcode()RxNorm concept ID, also known as the RxCUI.Stringdescription()The description of the RxNorm concept.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Floatscore()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
description
public final String description()
The description of the RxNorm concept.
- Returns:
- The description of the RxNorm concept.
-
code
public final String code()
RxNorm concept ID, also known as the RxCUI.
- Returns:
- RxNorm concept ID, also known as the RxCUI.
-
score
public final Float score()
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
- Returns:
- The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
-
toBuilder
public RxNormConcept.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RxNormConcept.Builder,RxNormConcept>
-
builder
public static RxNormConcept.Builder builder()
-
serializableBuilderClass
public static Class<? extends RxNormConcept.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-