Class CqlR4Config

java.lang.Object
ca.uhn.fhir.cql.config.BaseCqlConfig
ca.uhn.fhir.cql.config.CqlR4Config

@Configuration public class CqlR4Config extends BaseCqlConfig
  • Constructor Details

  • Method Details

    • measureOperationsProvider

    • fhirModelResolver

      @Lazy @Bean public org.opencds.cqf.cql.engine.model.ModelResolver 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

      @Lazy @Bean public org.cqframework.cql.cql2elm.CqlTranslatorOptions cqlTranslatorOptions()
    • elmCacheResourceChangeListener

      @Bean public ElmCacheResourceChangeListener elmCacheResourceChangeListener(IResourceChangeListenerRegistry resourceChangeListenerRegistry, ca.uhn.fhir.jpa.api.dao.IFhirResourceDao<org.hl7.fhir.r4.model.Library> libraryDao, Map<org.cqframework.cql.elm.execution.VersionedIdentifier,​org.cqframework.cql.elm.execution.Library> globalLibraryCache)