Package ca.uhn.fhir.model.api
Interface IQueryParameterAnd<T extends IQueryParameterOr<?>>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BaseAndListParam,CompositeAndListParam,DateAndListParam,DateRangeParam,HasAndListParam,NumberAndListParam,QuantityAndListParam,ReferenceAndListParam,SpecialAndListParam,StringAndListParam,TokenAndListParam,UriAndListParam
public interface IQueryParameterAnd<T extends IQueryParameterOr<?>> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>getValuesAsQueryTokens()See 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 Detail
-
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
List<T> getValuesAsQueryTokens()
See FHIR specification 2.2.2 Search SearchParameter Types for information on the token format
-
-