Uses of Interface
org.linuxforhealth.fhir.cql.engine.searchparam.IQueryParameterOr
-
Packages that use IQueryParameterOr Package Description org.linuxforhealth.fhir.cql.engine.retrieve org.linuxforhealth.fhir.cql.engine.searchparam -
-
Uses of IQueryParameterOr in org.linuxforhealth.fhir.cql.engine.retrieve
Methods in org.linuxforhealth.fhir.cql.engine.retrieve that return types with arguments of type IQueryParameterOr Modifier and Type Method Description protected java.util.List<IQueryParameterOr<?>>
SearchParameterFHIRRetrieveProvider. getCodeParams(java.lang.String name, java.lang.Iterable<org.opencds.cqf.cql.engine.runtime.Code> codes, java.lang.String valueSet)
protected org.apache.commons.lang3.tuple.Pair<java.lang.String,java.util.List<IQueryParameterOr<?>>>
SearchParameterFHIRRetrieveProvider. getCodeParams(java.lang.String resourceType, java.lang.String codePath, java.lang.Iterable<org.opencds.cqf.cql.engine.runtime.Code> codes, java.lang.String valueSet)
Methods in org.linuxforhealth.fhir.cql.engine.retrieve with parameters of type IQueryParameterOr Modifier and Type Method Description void
SearchParameterMap. put(java.lang.String key, IQueryParameterOr<? extends IQueryParameter> orParam)
Method parameters in org.linuxforhealth.fhir.cql.engine.retrieve with type arguments of type IQueryParameterOr Modifier and Type Method Description void
SearchParameterMap. put(java.lang.String key, IQueryParameterAnd<? extends IQueryParameterOr<?>> andParam)
-
Uses of IQueryParameterOr in org.linuxforhealth.fhir.cql.engine.searchparam
Classes in org.linuxforhealth.fhir.cql.engine.searchparam with type parameters of type IQueryParameterOr Modifier and Type Interface Description interface
IQueryParameterAnd<T extends IQueryParameterOr<? extends IQueryParameter>>
Classes in org.linuxforhealth.fhir.cql.engine.searchparam that implement IQueryParameterOr Modifier and Type Class Description class
DateParameter
class
OrParameter<T extends IQueryParameter>
-