
Uses of Enum Class
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 TypeMethodDescriptionStorageSettings.getNormalizedQuantitySearchLevel()
Toggles whether Quantity searches support value normalization when using valid UCUM coded values.Returns the enum constant of this class with the specified name.static NormalizedQuantitySearchLevel[]
NormalizedQuantitySearchLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.jpa.model.entity with parameters of type NormalizedQuantitySearchLevelModifier and TypeMethodDescriptionvoid
StorageSettings.setNormalizedQuantitySearchLevel
(NormalizedQuantitySearchLevel theNormalizedQuantitySearchLevel) Toggles whether Quantity searches support value normalization when using valid UCUM coded values.