| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.rest.api | |
| ca.uhn.fhir.rest.param | |
| ca.uhn.fhir.rest.param.binder |
| Modifier and Type | Method and Description |
|---|---|
void |
IQueryParameterOr.setValuesAsQueryTokens(FhirContext theContext,
String theParamName,
QualifiedParamList theParameters) |
| 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 |
|---|---|
static QualifiedParamList |
QualifiedParamList.singleton(String theParamValue) |
static QualifiedParamList |
QualifiedParamList.singleton(String theQualifier,
String theParamValue) |
static QualifiedParamList |
QualifiedParamList.splitQueryStringByCommasIgnoreEscape(String theQualifier,
String theParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
DateParam.setValuesAsQueryTokens(FhirContext theContext,
String theParamName,
QualifiedParamList theParameters) |
| Modifier and Type | Method and Description |
|---|---|
static IQueryParameterAnd<?> |
ParameterUtil.parseQueryParams(FhirContext theContext,
RestSearchParameterTypeEnum paramType,
String theUnqualifiedParamName,
List<QualifiedParamList> theParameters)
This is a utility method intended provided to help the JPA module.
|
static IQueryParameterAnd<?> |
ParameterUtil.parseQueryParams(FhirContext theContext,
RuntimeSearchParam theParamDef,
String theUnqualifiedParamName,
List<QualifiedParamList> theParameters)
This is a utility method intended provided to help the JPA module.
|
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–2019 University Health Network. All rights reserved.