Uses of Class
org.linuxforhealth.fhir.cql.engine.retrieve.SearchParameterMap
-
Packages that use SearchParameterMap Package Description org.linuxforhealth.fhir.cql.engine.rest.retrieve org.linuxforhealth.fhir.cql.engine.retrieve org.linuxforhealth.fhir.cql.engine.server.retrieve -
-
Uses of SearchParameterMap in org.linuxforhealth.fhir.cql.engine.rest.retrieve
Methods in org.linuxforhealth.fhir.cql.engine.rest.retrieve with parameters of type SearchParameterMap Modifier and Type Method Description protected Resource
RestFHIRRetrieveProvider. executeQuery(java.lang.String dataType, SearchParameterMap map)
protected FHIRParameters
RestFHIRRetrieveProvider. getFHIRParameters(SearchParameterMap map)
Method parameters in org.linuxforhealth.fhir.cql.engine.rest.retrieve with type arguments of type SearchParameterMap Modifier and Type Method Description protected java.lang.Iterable<java.lang.Object>
RestFHIRRetrieveProvider. executeQueries(java.lang.String dataType, java.util.List<SearchParameterMap> queries)
-
Uses of SearchParameterMap in org.linuxforhealth.fhir.cql.engine.retrieve
Methods in org.linuxforhealth.fhir.cql.engine.retrieve that return SearchParameterMap Modifier and Type Method Description protected SearchParameterMap
SearchParameterFHIRRetrieveProvider. getBaseMap(org.apache.commons.lang3.tuple.Pair<java.lang.String,IQueryParameter> templateParam, org.apache.commons.lang3.tuple.Pair<java.lang.String,IQueryParameter> contextParam, org.apache.commons.lang3.tuple.Pair<java.lang.String,DateRangeParameter> dateRangeParam)
Methods in org.linuxforhealth.fhir.cql.engine.retrieve that return types with arguments of type SearchParameterMap Modifier and Type Method Description protected java.util.List<SearchParameterMap>
SearchParameterFHIRRetrieveProvider. innerSetupQueries(java.lang.String resourceType, org.apache.commons.lang3.tuple.Pair<java.lang.String,IQueryParameter> templateParam, org.apache.commons.lang3.tuple.Pair<java.lang.String,IQueryParameter> contextParam, org.apache.commons.lang3.tuple.Pair<java.lang.String,DateRangeParameter> dateRangeParam, org.apache.commons.lang3.tuple.Pair<java.lang.String,java.util.List<IQueryParameterOr<?>>> codeParams)
protected java.util.List<SearchParameterMap>
SearchParameterFHIRRetrieveProvider. setupQueries(java.lang.String context, java.lang.String contextPath, java.lang.Object contextValue, java.lang.String resourceType, java.lang.String templateId, java.lang.String codePath, java.lang.Iterable<org.opencds.cqf.cql.engine.runtime.Code> codes, java.lang.String valueSet, java.lang.String datePath, java.lang.String dateLowPath, java.lang.String dateHighPath, org.opencds.cqf.cql.engine.runtime.Interval dateRange)
Method parameters in org.linuxforhealth.fhir.cql.engine.retrieve with type arguments of type SearchParameterMap Modifier and Type Method Description protected abstract java.lang.Iterable<java.lang.Object>
SearchParameterFHIRRetrieveProvider. executeQueries(java.lang.String resourceType, java.util.List<SearchParameterMap> queries)
-
Uses of SearchParameterMap in org.linuxforhealth.fhir.cql.engine.server.retrieve
Method parameters in org.linuxforhealth.fhir.cql.engine.server.retrieve with type arguments of type SearchParameterMap Modifier and Type Method Description protected java.lang.Iterable<java.lang.Object>
ServerFHIRRetrieveProvider. executeQueries(java.lang.String dataType, java.util.List<SearchParameterMap> queries)
-