public abstract class BaseAndListParam<T extends IQueryParameterOr<?>> extends Object implements IQueryParameterAnd<T>
| Constructor and Description |
|---|
BaseAndListParam() |
| Modifier and Type | Method and Description |
|---|---|
abstract BaseAndListParam<T> |
addAnd(T theValue) |
BaseAndListParam<T> |
addValue(T theValue) |
List<T> |
getValuesAsQueryTokens()
See FHIR specification
2.2.2 Search SearchParameter Types
for information on the token format
|
void |
setValuesAsQueryTokens(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theParameters)
See FHIR specification
2.2.2 Search SearchParameter Types
for information on the token format
|
public BaseAndListParam()
public BaseAndListParam<T> addValue(T theValue)
public abstract BaseAndListParam<T> addAnd(T theValue)
public void setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters) throws InvalidRequestException
IQueryParameterAndSee FHIR specification 2.2.2 Search SearchParameter Types for information on the token format
setValuesAsQueryTokens in interface IQueryParameterAnd<T extends IQueryParameterOr<?>>theContext - TODOtheParamName - TODOInvalidRequestExceptionpublic List<T> getValuesAsQueryTokens()
IQueryParameterAndSee FHIR specification 2.2.2 Search SearchParameter Types for information on the token format
getValuesAsQueryTokens in interface IQueryParameterAnd<T extends IQueryParameterOr<?>>Copyright © 2014–2017 University Health Network. All rights reserved.