Uses of Enum
ca.uhn.fhir.jpa.api.model.HistoryCountModeEnum
-
Uses of HistoryCountModeEnum in ca.uhn.fhir.jpa.api.config
Modifier and TypeFieldDescriptionstatic final HistoryCountModeEnum
JpaStorageSettings.DEFAULT_HISTORY_COUNT_MODE
Modifier and TypeMethodDescriptionJpaStorageSettings.getHistoryCountMode()
When performing a FHIR history operation, aBundle.total
value is included in the response, indicating the total number of history entries.Modifier 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
Modifier 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.