Uses of Class
org.linuxforhealth.fhir.cql.engine.searchparam.DateParameter
-
Packages that use DateParameter Package Description org.linuxforhealth.fhir.cql.engine.searchparam -
-
Uses of DateParameter in org.linuxforhealth.fhir.cql.engine.searchparam
Methods in org.linuxforhealth.fhir.cql.engine.searchparam that return DateParameter Modifier and Type Method Description DateParameter
DateRangeParameter. getHighBound()
DateParameter
DateRangeParameter. getLowBound()
Methods in org.linuxforhealth.fhir.cql.engine.searchparam that return types with arguments of type DateParameter Modifier and Type Method Description java.util.List<DateParameter>
DateParameter. getParameterValues()
java.util.List<DateParameter>
DateRangeParameter. getParameterValues()
Methods in org.linuxforhealth.fhir.cql.engine.searchparam with parameters of type DateParameter Modifier and Type Method Description void
DateRangeParameter. setHighBound(DateParameter highBound)
void
DateRangeParameter. setLowBound(DateParameter lowBound)
Constructors in org.linuxforhealth.fhir.cql.engine.searchparam with parameters of type DateParameter Constructor Description DateRangeParameter(DateParameter param)
DateRangeParameter(DateParameter lowBound, DateParameter highBound)
-