
Package ca.uhn.fhir.model.api
Interface IQueryParameterAnd<T extends IQueryParameterOr<?>>
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BaseAndListParam,CompositeAndListParam,DateAndListParam,DateRangeParam,HasAndListParam,HistorySearchDateRangeParam,NumberAndListParam,QuantityAndListParam,ReferenceAndListParam,SpecialAndListParam,StringAndListParam,TokenAndListParam,UriAndListParam
-
Method Summary
Modifier and TypeMethodDescriptionSee FHIR specification 2.2.2 Search SearchParameter Types for information on the token formatvoidsetValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters) See FHIR specification 2.2.2 Search SearchParameter Types for information on the token format
-
Method Details
-
setValuesAsQueryTokens
void setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters) throws InvalidRequestException See FHIR specification 2.2.2 Search SearchParameter Types for information on the token format
- Parameters:
theContext- TODOtheParamName- TODO- Throws:
InvalidRequestException
-
getValuesAsQueryTokens
See FHIR specification 2.2.2 Search SearchParameter Types for information on the token format
-