Uses of Class
org.opencds.cqf.cql.engine.fhir.searchparam.SearchParameterMap
-
Packages that use SearchParameterMap Package Description org.opencds.cqf.cql.engine.fhir.retrieve org.opencds.cqf.cql.engine.fhir.searchparam -
-
Uses of SearchParameterMap in org.opencds.cqf.cql.engine.fhir.retrieve
Methods in org.opencds.cqf.cql.engine.fhir.retrieve that return SearchParameterMap Modifier and Type Method Description protected SearchParameterMapSearchParamFhirRetrieveProvider. getBaseMap(org.apache.commons.lang3.tuple.Pair<String,ca.uhn.fhir.model.api.IQueryParameterType> templateParam, org.apache.commons.lang3.tuple.Pair<String,ca.uhn.fhir.model.api.IQueryParameterType> contextParam, org.apache.commons.lang3.tuple.Pair<String,ca.uhn.fhir.rest.param.DateRangeParam> dateRangeParam)Methods in org.opencds.cqf.cql.engine.fhir.retrieve that return types with arguments of type SearchParameterMap Modifier and Type Method Description protected List<SearchParameterMap>SearchParamFhirRetrieveProvider. innerSetupQueries(org.apache.commons.lang3.tuple.Pair<String,ca.uhn.fhir.model.api.IQueryParameterType> templateParam, org.apache.commons.lang3.tuple.Pair<String,ca.uhn.fhir.model.api.IQueryParameterType> contextParam, org.apache.commons.lang3.tuple.Pair<String,ca.uhn.fhir.rest.param.DateRangeParam> dateRangeParam, org.apache.commons.lang3.tuple.Pair<String,List<ca.uhn.fhir.rest.param.TokenOrListParam>> codeParams)protected List<SearchParameterMap>SearchParamFhirRetrieveProvider. setupQueries(String context, String contextPath, Object contextValue, String dataType, String templateId, String codePath, Iterable<Code> codes, String valueSet, String datePath, String dateLowPath, String dateHighPath, Interval dateRange)Methods in org.opencds.cqf.cql.engine.fhir.retrieve with parameters of type SearchParameterMap Modifier and Type Method Description protected org.hl7.fhir.instance.model.api.IBaseResourceRestFhirRetrieveProvider. executeQuery(String dataType, SearchParameterMap map)protected org.hl7.fhir.instance.model.api.IBaseResourceRestFhirRetrieveProvider. queryById(String dataType, SearchParameterMap map)Method parameters in org.opencds.cqf.cql.engine.fhir.retrieve with type arguments of type SearchParameterMap Modifier and Type Method Description protected Iterable<Object>RestFhirRetrieveProvider. executeQueries(String dataType, List<SearchParameterMap> queries)protected abstract Iterable<Object>SearchParamFhirRetrieveProvider. executeQueries(String dataType, List<SearchParameterMap> queries) -
Uses of SearchParameterMap in org.opencds.cqf.cql.engine.fhir.searchparam
Methods in org.opencds.cqf.cql.engine.fhir.searchparam that return SearchParameterMap Modifier and Type Method Description SearchParameterMapSearchParameterMap. add(String theName, ca.uhn.fhir.model.api.IQueryParameterType theParam)SearchParameterMapSearchParameterMap. add(String theName, ca.uhn.fhir.rest.param.DateParam theDateParam)SearchParameterMapSearchParameterMap. setLoadSynchronous(boolean theLoadSynchronous)SearchParameterMapSearchParameterMap. setLoadSynchronousUpTo(Integer theLoadSynchronousUpTo)
-