Class ServerFHIRRetrieveProvider
- java.lang.Object
 - 
- org.opencds.cqf.cql.engine.retrieve.TerminologyAwareRetrieveProvider
 - 
- com.ibm.fhir.cql.engine.retrieve.SearchParameterFHIRRetrieveProvider
 - 
- com.ibm.fhir.cql.engine.server.retrieve.ServerFHIRRetrieveProvider
 
 
 
 
- 
- All Implemented Interfaces:
 org.opencds.cqf.cql.engine.retrieve.RetrieveProvider
public class ServerFHIRRetrieveProvider extends SearchParameterFHIRRetrieveProvider
This is an implementation of a retrieve provider for the CQL Engine that uses the IBM FHIR Server FHIRResourceHelpers API to access the data. This passes through directly to the persistence APIs. 
- 
- 
Constructor Summary
Constructors Constructor Description ServerFHIRRetrieveProvider(FHIRResourceHelpers resourceHelpers, SearchParameterResolver searchParameterResolver) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Iterable<Object>executeQueries(String dataType, List<SearchParameterMap> queries)- 
Methods inherited from class com.ibm.fhir.cql.engine.retrieve.SearchParameterFHIRRetrieveProvider
getBaseMap, getCodeParams, getCodeParams, getContextParam, getDateRangeParam, getMaxCodesPerQuery, getModifiedName, getPageSize, getTemplateParam, innerSetupQueries, retrieve, setMaxCodesPerQuery, setPageSize, setupQueries 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ServerFHIRRetrieveProvider
public ServerFHIRRetrieveProvider(FHIRResourceHelpers resourceHelpers, SearchParameterResolver searchParameterResolver)
 
 - 
 
- 
Method Detail
- 
executeQueries
protected Iterable<Object> executeQueries(String dataType, List<SearchParameterMap> queries) throws Exception
- Specified by:
 executeQueriesin classSearchParameterFHIRRetrieveProvider- Throws:
 Exception
 
 - 
 
 -