Uses of Class
ca.uhn.fhir.rest.api.QualifiedParamList
-
Packages that use QualifiedParamList Package Description ca.uhn.fhir.model.api ca.uhn.fhir.rest.api ca.uhn.fhir.rest.param ca.uhn.fhir.rest.param.binder -
-
Uses of QualifiedParamList in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api with parameters of type QualifiedParamList Modifier and Type Method Description voidIQueryParameterOr. setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)Method parameters in ca.uhn.fhir.model.api with type arguments of type QualifiedParamList Modifier and Type Method Description voidIQueryParameterAnd. 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 QualifiedParamList Modifier and Type Method Description static QualifiedParamListQualifiedParamList. singleton(String theParamValue)static QualifiedParamListQualifiedParamList. singleton(String theQualifier, String theParamValue)static 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 QualifiedParamList Modifier and Type Method Description voidDateParam. setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)Method parameters in ca.uhn.fhir.rest.param with type arguments of type QualifiedParamList Modifier and Type Method Description static IQueryParameterAnd<?>ParameterUtil. parseQueryParams(FhirContext theContext, RuntimeSearchParam theParamDef, String theUnqualifiedParamName, List<QualifiedParamList> theParameters)This is a utility method intended provided to help the JPA module.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.voidBaseAndListParam. 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 QualifiedParamList Modifier and Type Method Description TIParamBinder. parse(FhirContext theContext, String theName, List<QualifiedParamList> theList)IQueryParameterAnd<?>QueryParameterAndBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString)IQueryParameterOr<?>QueryParameterOrBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString)IQueryParameterTypeQueryParameterTypeBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theParams)
-