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