Uses of Enum
ca.uhn.fhir.rest.api.SearchTotalModeEnum
-
Uses of SearchTotalModeEnum in ca.uhn.fhir.rest.api
Modifier and TypeMethodDescriptionstatic SearchTotalModeEnum
static SearchTotalModeEnum
Returns the enum constant of this type with the specified name.static SearchTotalModeEnum[]
SearchTotalModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchTotalModeEnum in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionIQuery.totalMode
(SearchTotalModeEnum theTotalMode) Request that the server modify the response using the_total
param THIS IS AN EXPERIMENTAL FEATURE - Use with caution, as it may be removed or modified in a future version.