| Package | Description |
|---|---|
| ca.uhn.fhir.rest.param |
| Modifier and Type | Method and Description |
|---|---|
DateParam |
DateRangeParam.getLowerBound() |
DateParam |
DateRangeParam.getUpperBound() |
DateParam |
DateParam.setValue(Date theValue)
Sets the value of the param to the given date (sets to the
millisecond
precision, and will be encoded using the system local time zone). |
DateParam |
ReferenceParam.toDateParam(FhirContext theContext)
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> |
DateParam.getValuesAsQueryTokens() |
List<DateParam> |
DateRangeParam.getValuesAsQueryTokens() |
| Modifier and Type | Method and Description |
|---|---|
DateOrListParam |
DateOrListParam.addOr(DateParam theParameter) |
void |
DateRangeParam.setLowerBound(DateParam theLowerBound) |
void |
DateRangeParam.setRangeFromDatesInclusive(DateParam theLowerBound,
DateParam theUpperBound)
Sets the range from a pair of dates, inclusive on both ends
|
void |
DateRangeParam.setUpperBound(DateParam theUpperBound) |
| Constructor and Description |
|---|
DateRangeParam(DateParam theDateParam)
Sets the range from a single date param.
|
DateRangeParam(DateParam theLowerBound,
DateParam theUpperBound)
Constructor which takes two Dates representing the lower and upper bounds of the range (inclusive on both ends)
|
Copyright © 2014–2017 University Health Network. All rights reserved.