Uses of Class
ca.uhn.fhir.rest.param.DateRangeParam
-
Uses of DateRangeParam in ca.uhn.fhir.rest.gclient
Modifier and TypeMethodDescriptionIHistoryTyped.at
(DateRangeParam theDateRangeParam) Request that the server return only the history elements between the specific rangeIQuery.lastUpdated
(DateRangeParam theLastUpdated) Add a "_lastUpdated" specification -
Uses of DateRangeParam in ca.uhn.fhir.rest.param
Modifier and TypeMethodDescriptionDateRangeParam.setLowerBound
(DateParam theLowerBound) DateRangeParam.setLowerBound
(String theLowerBound) Sets the lower bound using a string that is compliant with FHIR dateTime format (ISO-8601).DateRangeParam.setLowerBoundExclusive
(Date theLowerBound) Sets the lower bound to be greaterthan to the given dateDateRangeParam.setLowerBoundInclusive
(Date theLowerBound) Sets the lower bound to be greaterthan or equal to the given dateDateRangeParam.setUpperBound
(DateParam theUpperBound) DateRangeParam.setUpperBound
(String theUpperBound) Sets the upper bound using a string that is compliant with FHIR dateTime format (ISO-8601).DateRangeParam.setUpperBoundExclusive
(Date theUpperBound) Sets the upper bound to be greaterthan to the given dateDateRangeParam.setUpperBoundInclusive
(Date theUpperBound) Sets the upper bound to be greaterthan or equal to the given dateModifierConstructorDescriptionDateRangeParam
(DateRangeParam theDateRangeParam) Copy constructor.HistorySearchDateRangeParam
(Map<String, String[]> theParameters, DateRangeParam theDateRange, Integer theOffset) -
Uses of DateRangeParam in ca.uhn.fhir.util
Modifier and TypeMethodDescriptionstatic DateRangeParam
DateRangeUtil.narrowDateRange
(DateRangeParam theDateRangeParam, Date theStartInclusive, Date theEndExclusive) Narrow the DateRange to be within theStartInclusive, and theEndExclusive, if provided.Modifier and TypeMethodDescriptionstatic DateRangeParam
DateRangeUtil.narrowDateRange
(DateRangeParam theDateRangeParam, Date theStartInclusive, Date theEndExclusive) Narrow the DateRange to be within theStartInclusive, and theEndExclusive, if provided.