Uses of Class
ca.uhn.fhir.rest.api.QualifiedParamList
Packages that use QualifiedParamList
Package
Description
-
Uses of QualifiedParamList in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api with parameters of type QualifiedParamListModifier and TypeMethodDescriptionvoidIQueryParameterOr.setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)Method parameters in ca.uhn.fhir.model.api with type arguments of type QualifiedParamListModifier and TypeMethodDescriptionvoidIQueryParameterAnd.setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters)See FHIR specification 2.2.2 Search SearchParameter Types for information on the token format -
Uses of QualifiedParamList in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return QualifiedParamListModifier and TypeMethodDescriptionstatic QualifiedParamListstatic QualifiedParamListstatic QualifiedParamListQualifiedParamList.splitQueryStringByCommasIgnoreEscape(String theQualifier, String theParams) -
Uses of QualifiedParamList in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param with parameters of type QualifiedParamListModifier and TypeMethodDescriptionvoidBaseOrListParam.setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)voidDateParam.setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)Method parameters in ca.uhn.fhir.rest.param with type arguments of type QualifiedParamListModifier and TypeMethodDescriptionvoidBaseAndListParam.setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters)voidDateRangeParam.setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters) -
Uses of QualifiedParamList in ca.uhn.fhir.rest.param.binder
Method parameters in ca.uhn.fhir.rest.param.binder with type arguments of type QualifiedParamListModifier and TypeMethodDescriptionIParamBinder.parse(FhirContext theContext, String theName, List<QualifiedParamList> theList)QueryParameterAndBinder.parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString)QueryParameterOrBinder.parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString)QueryParameterTypeBinder.parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theParams)