Uses of Enum
ca.uhn.fhir.jpa.model.entity.NormalizedQuantitySearchLevel
Packages that use NormalizedQuantitySearchLevel
-
Uses of NormalizedQuantitySearchLevel in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return NormalizedQuantitySearchLevelModifier and TypeMethodDescriptionModelConfig.getNormalizedQuantitySearchLevel()Toggles whether Quantity searches support value normalization when using valid UCUM coded values.Returns the enum constant of this type with the specified name.static NormalizedQuantitySearchLevel[]NormalizedQuantitySearchLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ca.uhn.fhir.jpa.model.entity with parameters of type NormalizedQuantitySearchLevelModifier and TypeMethodDescriptionvoidModelConfig.setNormalizedQuantitySearchLevel(NormalizedQuantitySearchLevel theNormalizedQuantitySearchLevel)Toggles whether Quantity searches support value normalization when using valid UCUM coded values.