Uses of Class
ca.uhn.fhir.rest.api.QualifiedParamList
Package
Description
-
Uses of QualifiedParamList in ca.uhn.fhir.model.api
Modifier and TypeMethodDescriptionvoid
IQueryParameterOr.setValuesAsQueryTokens
(FhirContext theContext, String theParamName, QualifiedParamList theParameters) Modifier and TypeMethodDescriptionvoid
IQueryParameterAnd.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
Modifier and TypeMethodDescriptionstatic QualifiedParamList
static QualifiedParamList
static QualifiedParamList
QualifiedParamList.splitQueryStringByCommasIgnoreEscape
(String theQualifier, String theParams) -
Uses of QualifiedParamList in ca.uhn.fhir.rest.param
Modifier and TypeMethodDescriptionvoid
BaseOrListParam.setValuesAsQueryTokens
(FhirContext theContext, String theParamName, QualifiedParamList theParameters) void
DateParam.setValuesAsQueryTokens
(FhirContext theContext, String theParamName, QualifiedParamList theParameters) Modifier and TypeMethodDescriptionvoid
BaseAndListParam.setValuesAsQueryTokens
(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters) void
DateRangeParam.setValuesAsQueryTokens
(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters) -
Uses of QualifiedParamList in ca.uhn.fhir.rest.param.binder
Modifier 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)