| Package | Description |
|---|---|
| ca.uhn.fhir.rest.gclient | |
| ca.uhn.fhir.rest.param |
| Modifier and Type | Method and Description |
|---|---|
IHistoryTyped<T> |
IHistoryTyped.at(DateRangeParam theDateRangeParam)
Request that the server return only the history elements between the
specific range
|
IQuery<Y> |
IQuery.lastUpdated(DateRangeParam theLastUpdated)
Add a "_lastUpdated" specification
|
| Modifier and Type | Method and Description |
|---|---|
DateRangeParam |
DateRangeParam.setLowerBound(DateParam theLowerBound) |
DateRangeParam |
DateRangeParam.setLowerBound(String theLowerBound)
Sets the lower bound using a string that is compliant with
FHIR dateTime format (ISO-8601).
|
DateRangeParam |
DateRangeParam.setLowerBoundExclusive(Date theLowerBound)
Sets the lower bound to be greaterthan to the given date
|
DateRangeParam |
DateRangeParam.setLowerBoundInclusive(Date theLowerBound)
Sets the lower bound to be greaterthan or equal to the given date
|
DateRangeParam |
DateRangeParam.setUpperBound(DateParam theUpperBound) |
DateRangeParam |
DateRangeParam.setUpperBound(String theUpperBound)
Sets the upper bound using a string that is compliant with
FHIR dateTime format (ISO-8601).
|
DateRangeParam |
DateRangeParam.setUpperBoundExclusive(Date theUpperBound)
Sets the upper bound to be greaterthan to the given date
|
DateRangeParam |
DateRangeParam.setUpperBoundInclusive(Date theUpperBound)
Sets the upper bound to be greaterthan or equal to the given date
|
Copyright © 2014–2019 University Health Network. All rights reserved.