Uses of Class
ca.uhn.fhir.rest.param.DateParam
-
Uses of DateParam in ca.uhn.fhir.rest.param
Modifier and TypeMethodDescriptionDateRangeParam.getLowerBound()
DateRangeParam.getUpperBound()
Sets the value of the param to the given date (sets to themillisecond
precision, and will be encoded using the system local time zone).ReferenceParam.toDateParam
(FhirContext theContext) Returns a new param containing the same value as this param, but with the type copnverted toDateParam
.Modifier and TypeMethodDescriptionDateParam.getValuesAsQueryTokens()
DateRangeParam.getValuesAsQueryTokens()
Modifier and TypeMethodDescriptionDateRangeParam.setLowerBound
(DateParam theLowerBound) void
DateRangeParam.setRangeFromDatesInclusive
(DateParam theLowerBound, DateParam theUpperBound) Sets the range from a pair of dates, inclusive on both endsDateRangeParam.setUpperBound
(DateParam theUpperBound) ModifierConstructorDescriptionDateRangeParam
(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)