| Package | Description |
|---|---|
| ca.uhn.fhir.rest.param | |
| ca.uhn.fhir.rest.param.binder |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAndListParam<T extends IQueryParameterOr<?>> |
class |
CompositeAndListParam<A extends IQueryParameterType,B extends IQueryParameterType> |
class |
DateAndListParam |
class |
DateRangeParam |
class |
HasAndListParam |
class |
NumberAndListParam |
class |
QuantityAndListParam |
class |
ReferenceAndListParam |
class |
StringAndListParam |
class |
TokenAndListParam |
class |
UriAndListParam |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
IQueryParameterAnd<?> |
QueryParameterAndBinder.parse(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theString) |
| Modifier and Type | Method and Description |
|---|---|
List<IQueryParameterOr<?>> |
QueryParameterAndBinder.encode(FhirContext theContext,
IQueryParameterAnd<?> theString) |
| Constructor and Description |
|---|
QueryParameterAndBinder(Class<? extends IQueryParameterAnd<?>> theType,
List<Class<? extends IQueryParameterType>> theCompositeTypes) |
Copyright © 2014–2017 University Health Network. All rights reserved.