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 HistoryCountModeEnumDaoConfig.DEFAULT_HISTORY_COUNT_MODEMethods in ca.uhn.fhir.jpa.api.config that return HistoryCountModeEnumModifier and TypeMethodDescriptionDaoConfig.getHistoryCountMode()When performing a FHIR history operation, aBundle.totalvalue 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 TypeMethodDescriptionvoidDaoConfig.setHistoryCountMode(HistoryCountModeEnum theHistoryCountMode)When performing a FHIR history operation, aBundle.totalvalue 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 HistoryCountModeEnumReturns 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.