Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.RxNormAttributeType
-
Packages that use RxNormAttributeType Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of RxNormAttributeType in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return RxNormAttributeType Modifier and Type Method Description static RxNormAttributeTypeRxNormAttributeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RxNormAttributeTypeRxNormAttribute. type()The type of attribute.static RxNormAttributeTypeRxNormAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static RxNormAttributeType[]RxNormAttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type RxNormAttributeType Modifier and Type Method Description static Set<RxNormAttributeType>RxNormAttributeType. knownValues()Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type RxNormAttributeType Modifier and Type Method Description RxNormAttribute.BuilderRxNormAttribute.Builder. type(RxNormAttributeType type)The type of attribute.
-