Uses of Class
ca.uhn.fhir.rest.api.RestSearchParameterTypeEnum
-
Packages that use RestSearchParameterTypeEnum Package Description ca.uhn.fhir.context ca.uhn.fhir.rest.api ca.uhn.fhir.rest.param -
-
Uses of RestSearchParameterTypeEnum in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return RestSearchParameterTypeEnum Modifier and Type Method Description RestSearchParameterTypeEnumRuntimeSearchParam. getParamType() -
Uses of RestSearchParameterTypeEnum in ca.uhn.fhir.rest.api
Fields in ca.uhn.fhir.rest.api with type parameters of type RestSearchParameterTypeEnum Modifier and Type Field Description static IValueSetEnumBinder<RestSearchParameterTypeEnum>RestSearchParameterTypeEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.rest.api that return RestSearchParameterTypeEnum Modifier and Type Method Description static RestSearchParameterTypeEnumRestSearchParameterTypeEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic RestSearchParameterTypeEnumRestSearchParameterTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RestSearchParameterTypeEnum[]RestSearchParameterTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RestSearchParameterTypeEnum in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param with parameters of type RestSearchParameterTypeEnum Modifier and Type Method Description static IQueryParameterAnd<?>ParameterUtil. parseQueryParams(FhirContext theContext, RestSearchParameterTypeEnum paramType, String theUnqualifiedParamName, List<QualifiedParamList> theParameters)This is a utility method intended provided to help the JPA module.
-