Package ca.uhn.fhir.cql.config
Class CqlDstu3Config
java.lang.Object
ca.uhn.fhir.cql.config.BaseCqlConfig
ca.uhn.fhir.cql.config.CqlDstu3Config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.cqframework.cql.cql2elm.CqlTranslatorOptionselmCacheResourceChangeListener(IResourceChangeListenerRegistry resourceChangeListenerRegistry, ca.uhn.fhir.jpa.api.dao.IFhirResourceDao<org.hl7.fhir.dstu3.model.Library> libraryDao, Map<org.cqframework.cql.elm.execution.VersionedIdentifier,org.cqframework.cql.elm.execution.Library> globalLibraryCache)org.opencds.cqf.cql.engine.model.ModelResolverlibraryHelper(Map<org.hl7.elm.r1.VersionedIdentifier,org.cqframework.cql.cql2elm.model.Model> globalModelCache, Map<org.cqframework.cql.elm.execution.VersionedIdentifier,org.cqframework.cql.elm.execution.Library> globalLibraryCache, org.cqframework.cql.cql2elm.CqlTranslatorOptions cqlTranslatorOptions)
-
Constructor Details
-
CqlDstu3Config
public CqlDstu3Config()
-
-
Method Details
-
measureOperationsProvider
-
fhirModelResolver
-
libraryHelper
@Lazy @Bean public LibraryHelper libraryHelper(Map<org.hl7.elm.r1.VersionedIdentifier,org.cqframework.cql.cql2elm.model.Model> globalModelCache, Map<org.cqframework.cql.elm.execution.VersionedIdentifier,org.cqframework.cql.elm.execution.Library> globalLibraryCache, org.cqframework.cql.cql2elm.CqlTranslatorOptions cqlTranslatorOptions) -
cqlTranslatorOptions
-
elmCacheResourceChangeListener
@Bean public ElmCacheResourceChangeListener elmCacheResourceChangeListener(IResourceChangeListenerRegistry resourceChangeListenerRegistry, ca.uhn.fhir.jpa.api.dao.IFhirResourceDao<org.hl7.fhir.dstu3.model.Library> libraryDao, Map<org.cqframework.cql.elm.execution.VersionedIdentifier,org.cqframework.cql.elm.execution.Library> globalLibraryCache)
-