Package org.cqframework.cql.cql2elm
Class CqlCompiler
java.lang.Object
org.cqframework.cql.cql2elm.CqlCompiler
-
Constructor Summary
ConstructorsConstructorDescriptionCqlCompiler(LibraryManager libraryManager) CqlCompiler(org.hl7.cql.model.NamespaceInfo namespaceInfo, LibraryManager libraryManager) CqlCompiler(org.hl7.cql.model.NamespaceInfo namespaceInfo, org.hl7.elm.r1.VersionedIdentifier sourceInfo, LibraryManager libraryManager) -
Method Summary
Modifier and TypeMethodDescriptionMap<org.hl7.elm.r1.VersionedIdentifier, CompiledLibrary> Map<org.hl7.elm.r1.VersionedIdentifier, org.hl7.elm.r1.Library> org.hl7.elm.r1.Libraryorg.hl7.elm.r1.Libraryorg.hl7.elm.r1.Libraryrun(InputStream is) org.hl7.elm.r1.Libraryorg.hl7.elm.r1.Libraryrun(org.antlr.v4.runtime.CharStream is) toObject()List<org.hl7.elm.r1.Retrieve>
-
Constructor Details
-
CqlCompiler
-
CqlCompiler
-
CqlCompiler
public CqlCompiler(org.hl7.cql.model.NamespaceInfo namespaceInfo, org.hl7.elm.r1.VersionedIdentifier sourceInfo, LibraryManager libraryManager)
-
-
Method Details
-
getLibrary
public org.hl7.elm.r1.Library getLibrary() -
getCompiledLibrary
-
toObject
-
toRetrieves
-
getCompiledLibraries
-
getLibraries
-
getExceptions
-
getErrors
-
getWarnings
-
getMessages
-
run
- Throws:
IOException
-
run
-
run
- Throws:
IOException
-
run
public org.hl7.elm.r1.Library run(org.antlr.v4.runtime.CharStream is)
-