| Package | Description |
|---|---|
| ca.uhn.fhir.model.api | |
| ca.uhn.fhir.rest.method | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IQueryParameterAnd<T extends IQueryParameterOr<?>> |
| Modifier and Type | Method and Description |
|---|---|
static IQueryParameterOr<?> |
MethodUtil.singleton(IQueryParameterType theParam) |
| Constructor and Description |
|---|
QualifiedParamList(IQueryParameterOr<?> theNextOr) |
| 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 |
NumberOrListParam |
class |
QualifiedDateParam
Deprecated.
Use
DateParam instead (this class is identical, but was renamed to be less confusing) |
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 |
Copyright © 2014–2016 University Health Network. All rights reserved.