Package com.ibm.fhir.cql.helpers
Class DataProviderFactory
- java.lang.Object
-
- com.ibm.fhir.cql.helpers.DataProviderFactory
-
public class DataProviderFactory extends Object
This is a factory that enables creation of a Map of DataProvider objects that support a specified RetrieveProvider and the IBM FHIR Server Model. This is necessary for several reasons, but primarily because the IBM FHIR Server model is spread out across multiple packages and there are hoops to jump through in the CQL Engine to support this.
-
-
Constructor Summary
Constructors Constructor Description DataProviderFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,org.opencds.cqf.cql.engine.data.DataProvider>
createDataProviders(org.opencds.cqf.cql.engine.retrieve.RetrieveProvider retrieveProvider)
-