Uses of Enum
ca.uhn.fhir.rest.api.SearchStyleEnum
-
Uses of SearchStyleEnum in ca.uhn.fhir.rest.api
Modifier and TypeMethodDescriptionstatic SearchStyleEnum
Returns the enum constant of this type with the specified name.static SearchStyleEnum[]
SearchStyleEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchStyleEnum in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionIQuery.usingStyle
(SearchStyleEnum theStyle) Forces the query to perform the search using the given method (allowable methods are described in the FHIR Search Specification)