Uses of Class
ca.uhn.fhir.rest.param.DateParam
-
Packages that use DateParam Package Description ca.uhn.fhir.rest.param -
-
Uses of DateParam in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return DateParam Modifier and Type Method Description DateParamDateRangeParam. getLowerBound()DateParamDateRangeParam. getUpperBound()DateParamDateParam. setValue(Date theValue)Sets the value of the param to the given date (sets to themillisecondprecision, and will be encoded using the system local time zone).DateParamReferenceParam. 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 DateParam Modifier and Type Method Description List<DateParam>DateParam. getValuesAsQueryTokens()List<DateParam>DateRangeParam. getValuesAsQueryTokens()Methods in ca.uhn.fhir.rest.param with parameters of type DateParam Modifier and Type Method Description DateOrListParamDateOrListParam. addOr(DateParam theParameter)DateRangeParamDateRangeParam. setLowerBound(DateParam theLowerBound)voidDateRangeParam. setRangeFromDatesInclusive(DateParam theLowerBound, DateParam theUpperBound)Sets the range from a pair of dates, inclusive on both endsDateRangeParamDateRangeParam. setUpperBound(DateParam theUpperBound)Constructors in ca.uhn.fhir.rest.param with parameters of type DateParam Constructor Description DateRangeParam(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)
-