| 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 | Interface and Description |
|---|---|
interface |
IQueryParameterAnd<T extends IQueryParameterOr<?>> |
| Constructor and Description |
|---|
QualifiedParamList(IQueryParameterOr<?> theNextOr,
FhirContext theContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAndListParam<T extends IQueryParameterOr<?>> |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeOrListParam<A extends IQueryParameterType,B extends IQueryParameterType> |
class |
DateOrListParam |
class |
DateParam |
class |
HasOrListParam |
class |
NumberOrListParam |
class |
QuantityOrListParam |
class |
ReferenceOrListParam |
class |
StringOrListParam |
class |
TokenOrListParam
This class represents a restful search operation parameter for an "OR list" of tokens (in other words, a
list which can contain one-or-more tokens, where the server should return results matching any of the tokens)
|
class |
UriOrListParam |
| Modifier and Type | Method and Description |
|---|---|
static IQueryParameterOr<?> |
ParameterUtil.singleton(IQueryParameterType theParam,
String theParamName) |
| Modifier and Type | Method and Description |
|---|---|
IQueryParameterOr<?> |
QueryParameterOrBinder.parse(FhirContext theContext,
String theParamName,
List<QualifiedParamList> theString) |
| Modifier and Type | Method and Description |
|---|---|
List<IQueryParameterOr<?>> |
QueryParameterAndBinder.encode(FhirContext theContext,
IQueryParameterAnd<?> theString) |
List<IQueryParameterOr<?>> |
QueryParameterOrBinder.encode(FhirContext theContext,
IQueryParameterOr<?> theValue) |
List<IQueryParameterOr<?>> |
QueryParameterTypeBinder.encode(FhirContext theContext,
IQueryParameterType theValue) |
List<IQueryParameterOr<?>> |
IParamBinder.encode(FhirContext theContext,
T theString) |
| Modifier and Type | Method and Description |
|---|---|
List<IQueryParameterOr<?>> |
QueryParameterOrBinder.encode(FhirContext theContext,
IQueryParameterOr<?> theValue) |
| Constructor and Description |
|---|
QueryParameterOrBinder(Class<? extends IQueryParameterOr<?>> theType,
List<Class<? extends IQueryParameterType>> theCompositeTypes) |
Copyright © 2014–2017 University Health Network. All rights reserved.