
Uses of Class
ca.uhn.fhir.rest.param.DateParam
Packages that use DateParam
-
Uses of DateParam in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return DateParamModifier and TypeMethodDescriptionDateRangeParam.getLowerBound()DateRangeParam.getUpperBound()Sets the value of the param to the given date (sets to themillisecondprecision, 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.Methods in ca.uhn.fhir.rest.param that return types with arguments of type DateParamModifier and TypeMethodDescriptionDateParam.getValuesAsQueryTokens()DateRangeParam.getValuesAsQueryTokens()Methods in ca.uhn.fhir.rest.param with parameters of type DateParamModifier and TypeMethodDescriptionDateRangeParam.setLowerBound(DateParam theLowerBound) voidDateRangeParam.setRangeFromDatesInclusive(DateParam theLowerBound, DateParam theUpperBound) Sets the range from a pair of dates, inclusive on both endsDateRangeParam.setUpperBound(DateParam theUpperBound) Constructors in ca.uhn.fhir.rest.param with parameters of type DateParamModifierConstructorDescriptionDateRangeParam(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)