Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityCategory
-
Packages that use RxNormEntityCategory Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of RxNormEntityCategory in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return RxNormEntityCategory Modifier and Type Method Description RxNormEntityCategoryRxNormEntity. category()The category of the entity.static RxNormEntityCategoryRxNormEntityCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RxNormEntityCategoryRxNormEntityCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static RxNormEntityCategory[]RxNormEntityCategory. 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 RxNormEntityCategory Modifier and Type Method Description static Set<RxNormEntityCategory>RxNormEntityCategory. knownValues()Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type RxNormEntityCategory Modifier and Type Method Description RxNormEntity.BuilderRxNormEntity.Builder. category(RxNormEntityCategory category)The category of the entity.
-