Uses of Interface
org.linuxforhealth.fhir.cql.engine.searchparam.IQueryParameterAnd
-
Packages that use IQueryParameterAnd Package Description org.linuxforhealth.fhir.cql.engine.retrieve org.linuxforhealth.fhir.cql.engine.searchparam -
-
Uses of IQueryParameterAnd in org.linuxforhealth.fhir.cql.engine.retrieve
Methods in org.linuxforhealth.fhir.cql.engine.retrieve with parameters of type IQueryParameterAnd Modifier and Type Method Description void
SearchParameterMap. put(java.lang.String key, IQueryParameterAnd<? extends IQueryParameterOr<?>> andParam)
-
Uses of IQueryParameterAnd in org.linuxforhealth.fhir.cql.engine.searchparam
Classes in org.linuxforhealth.fhir.cql.engine.searchparam that implement IQueryParameterAnd Modifier and Type Class Description class
DateRangeParameter
-