
Uses of Enum
ca.uhn.fhir.jpa.api.model.HistoryCountModeEnum
Packages that use HistoryCountModeEnum
-
Uses of HistoryCountModeEnum in ca.uhn.fhir.jpa.api.config
Fields in ca.uhn.fhir.jpa.api.config declared as HistoryCountModeEnumModifier and TypeFieldDescriptionstatic final HistoryCountModeEnum
JpaStorageSettings.DEFAULT_HISTORY_COUNT_MODE
Methods in ca.uhn.fhir.jpa.api.config that return HistoryCountModeEnumModifier and TypeMethodDescriptionJpaStorageSettings.getHistoryCountMode()
When performing a FHIR history operation, aBundle.total
value is included in the response, indicating the total number of history entries.Methods in ca.uhn.fhir.jpa.api.config with parameters of type HistoryCountModeEnumModifier and TypeMethodDescriptionvoid
JpaStorageSettings.setHistoryCountMode
(HistoryCountModeEnum theHistoryCountMode) When performing a FHIR history operation, aBundle.total
value is included in the response, indicating the total number of history entries. -
Uses of HistoryCountModeEnum in ca.uhn.fhir.jpa.api.model
Methods in ca.uhn.fhir.jpa.api.model that return HistoryCountModeEnumModifier and TypeMethodDescriptionstatic HistoryCountModeEnum
Returns the enum constant of this type with the specified name.static HistoryCountModeEnum[]
HistoryCountModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.