| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Method and Description |
|---|---|
void |
IQueryParameterOr.setValuesAsQueryTokens(QualifiedParamList theParameters) |
| Modifier and Type | Method and Description |
|---|---|
void |
IQueryParameterAnd.setValuesAsQueryTokens(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 |
|---|---|
List<QualifiedParamList> |
SearchParameter.encode(FhirContext theContext,
Object theObject) |
| Modifier and Type | Method and Description |
|---|---|
Object |
SearchParameter.parse(FhirContext theContext,
List<QualifiedParamList> theString) |
static IQueryParameterAnd<?> |
MethodUtil.parseQueryParams(RuntimeSearchParam theParamDef,
String theUnqualifiedParamName,
List<QualifiedParamList> theParameters)
This is a utility method intended provided to help the JPA module.
|
| Modifier and Type | Method and Description |
|---|---|
abstract List<QualifiedParamList> |
BaseQueryParameter.encode(FhirContext theContext,
Object theObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
DateParam.setValuesAsQueryTokens(QualifiedParamList theParameters) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
BaseQueryParameter.parse(FhirContext theContext,
List<QualifiedParamList> theString) |
void |
DateRangeParam.setValuesAsQueryTokens(List<QualifiedParamList> theParameters) |
void |
BaseAndListParam.setValuesAsQueryTokens(List<QualifiedParamList> theParameters) |
Copyright © 2014–2016 University Health Network. All rights reserved.