Uses of Class
ca.uhn.fhir.rest.param.DateRangeParam
-
Packages that use DateRangeParam Package Description ca.uhn.fhir.rest.gclient ca.uhn.fhir.rest.param -
-
Uses of DateRangeParam in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type DateRangeParam Modifier and Type Method Description IHistoryTyped<T>IHistoryTyped. at(DateRangeParam theDateRangeParam)Request that the server return only the history elements between the specific rangeIQuery<Y>IQuery. lastUpdated(DateRangeParam theLastUpdated)Add a "_lastUpdated" specification -
Uses of DateRangeParam in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return DateRangeParam Modifier and Type Method Description DateRangeParamDateRangeParam. setLowerBound(DateParam theLowerBound)DateRangeParamDateRangeParam. setLowerBound(String theLowerBound)Sets the lower bound using a string that is compliant with FHIR dateTime format (ISO-8601).DateRangeParamDateRangeParam. setLowerBoundExclusive(Date theLowerBound)Sets the lower bound to be greaterthan to the given dateDateRangeParamDateRangeParam. setLowerBoundInclusive(Date theLowerBound)Sets the lower bound to be greaterthan or equal to the given dateDateRangeParamDateRangeParam. setUpperBound(DateParam theUpperBound)DateRangeParamDateRangeParam. setUpperBound(String theUpperBound)Sets the upper bound using a string that is compliant with FHIR dateTime format (ISO-8601).DateRangeParamDateRangeParam. setUpperBoundExclusive(Date theUpperBound)Sets the upper bound to be greaterthan to the given dateDateRangeParamDateRangeParam. setUpperBoundInclusive(Date theUpperBound)Sets the upper bound to be greaterthan or equal to the given date
-