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 DateParameterDateRangeParameter. getHighBound()DateParameterDateRangeParameter. 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 voidDateRangeParameter. setHighBound(DateParameter highBound)voidDateRangeParameter. 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)
-