Uses of Enum
ca.uhn.fhir.jpa.model.entity.NormalizedQuantitySearchLevel
-
Uses of NormalizedQuantitySearchLevel in ca.uhn.fhir.jpa.model.entity
Modifier and TypeMethodDescriptionStorageSettings.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.Modifier and TypeMethodDescriptionvoid
StorageSettings.setNormalizedQuantitySearchLevel
(NormalizedQuantitySearchLevel theNormalizedQuantitySearchLevel) Toggles whether Quantity searches support value normalization when using valid UCUM coded values.