| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.rest.param | |
| ca.uhn.fhir.rest.param.binder |
| Modifier and Type | Method and Description |
|---|---|
void |
IQueryParameterAnd.setValuesAsQueryTokens(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theParameters)
See FHIR specification
2.2.2 Search SearchParameter Types
for information on the token format
|
| Modifier and Type | Method and Description |
|---|---|
void |
DateRangeParam.setValuesAsQueryTokens(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theParameters) |
void |
BaseAndListParam.setValuesAsQueryTokens(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theParameters) |
| Modifier and Type | Method and Description |
|---|---|
T |
IParamBinder.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) |
IQueryParameterType |
QueryParameterTypeBinder.parse(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theParams) |
Copyright © 2014–2017 University Health Network. All rights reserved.