public interface IQueryParameterAnd<T extends IQueryParameterOr<?>> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
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
|
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
theContext - TODOtheParamName - TODOInvalidRequestExceptionList<T> getValuesAsQueryTokens()
See FHIR specification 2.2.2 Search SearchParameter Types for information on the token format
Copyright © 2014–2019 University Health Network. All rights reserved.