Uses of Enum
ca.uhn.fhir.rest.api.SearchStyleEnum
Packages that use SearchStyleEnum
-
Uses of SearchStyleEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return SearchStyleEnumModifier and TypeMethodDescriptionstatic SearchStyleEnumReturns 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
Methods in ca.uhn.fhir.rest.gclient with parameters of type SearchStyleEnumModifier 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)