| Package | Description |
|---|---|
| ca.uhn.fhir.rest.param |
| Modifier and Type | Class and Description |
|---|---|
class |
QualifiedDateParam
Deprecated.
Use
DateParam instead (this class is identical, but was renamed to be less confusing) |
| Modifier and Type | Method and Description |
|---|---|
DateParam |
DateRangeParam.getLowerBound() |
DateParam |
DateRangeParam.getUpperBound() |
DateParam |
DateParam.setValue(Date theValue) |
DateParam |
ReferenceParam.toDateParam()
Returns a new param containing the same value as this param, but with the type copnverted
to
DateParam. |
| Modifier and Type | Method and Description |
|---|---|
List<DateParam> |
DateRangeParam.getValuesAsQueryTokens() |
List<DateParam> |
DateParam.getValuesAsQueryTokens() |
| Modifier and Type | Method and Description |
|---|---|
DateOrListParam |
DateOrListParam.addOr(DateParam theParameter) |
void |
DateRangeParam.setLowerBound(DateParam theLowerBound) |
void |
DateRangeParam.setUpperBound(DateParam theUpperBound) |
| Constructor and Description |
|---|
DateRangeParam(DateParam theDateParam)
Sets the range from a single date param.
|
Copyright © 2014–2016 University Health Network. All rights reserved.