Class LibraryLoader

java.lang.Object
ca.uhn.fhir.cql.common.evaluation.LibraryLoader
All Implemented Interfaces:
org.opencds.cqf.cql.engine.execution.LibraryLoader

public class LibraryLoader extends Object implements org.opencds.cqf.cql.engine.execution.LibraryLoader
  • Constructor Summary

    Constructors
    Constructor
    Description
    LibraryLoader​(org.cqframework.cql.cql2elm.LibraryManager libraryManager, org.cqframework.cql.cql2elm.ModelManager modelManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<org.cqframework.cql.elm.execution.Library>
     
    org.cqframework.cql.cql2elm.LibraryManager
     
    org.cqframework.cql.cql2elm.ModelManager
     
    org.cqframework.cql.elm.execution.Library
    load​(org.cqframework.cql.elm.execution.VersionedIdentifier versionedIdentifier)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LibraryLoader

      public LibraryLoader(org.cqframework.cql.cql2elm.LibraryManager libraryManager, org.cqframework.cql.cql2elm.ModelManager modelManager)
  • Method Details

    • getLibraries

      public Collection<org.cqframework.cql.elm.execution.Library> getLibraries()
    • getLibraryManager

      public org.cqframework.cql.cql2elm.LibraryManager getLibraryManager()
    • getModelManager

      public org.cqframework.cql.cql2elm.ModelManager getModelManager()
    • load

      public org.cqframework.cql.elm.execution.Library load(org.cqframework.cql.elm.execution.VersionedIdentifier versionedIdentifier)
      Specified by:
      load in interface org.opencds.cqf.cql.engine.execution.LibraryLoader