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
ConstructorsConstructorDescriptionLibraryLoader(org.cqframework.cql.cql2elm.LibraryManager libraryManager, org.cqframework.cql.cql2elm.ModelManager modelManager) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.cqframework.cql.elm.execution.Library>org.cqframework.cql.cql2elm.LibraryManagerorg.cqframework.cql.cql2elm.ModelManagerorg.cqframework.cql.elm.execution.Libraryload(org.cqframework.cql.elm.execution.VersionedIdentifier versionedIdentifier)
-
Constructor Details
-
LibraryLoader
public LibraryLoader(org.cqframework.cql.cql2elm.LibraryManager libraryManager, org.cqframework.cql.cql2elm.ModelManager modelManager)
-
-
Method Details
-
getLibraries
-
getLibraryManager
-
getModelManager
-
load
public org.cqframework.cql.elm.execution.Library load(org.cqframework.cql.elm.execution.VersionedIdentifier versionedIdentifier)- Specified by:
loadin interfaceorg.opencds.cqf.cql.engine.execution.LibraryLoader
-