Uses of Interface
org.linuxforhealth.fhir.cql.translator.CqlTranslationProvider
-
Packages that use CqlTranslationProvider Package Description org.linuxforhealth.fhir.cql.helpers org.linuxforhealth.fhir.cql.translator.impl -
-
Uses of CqlTranslationProvider in org.linuxforhealth.fhir.cql.helpers
Methods in org.linuxforhealth.fhir.cql.helpers with parameters of type CqlTranslationProvider Modifier and Type Method Description static java.util.List<org.cqframework.cql.elm.execution.Library>
LibraryHelper. loadLibrary(CqlTranslationProvider translator, Library fhirLibrary)
Load the CQL Library from the attachment data associated with a FHIR Library resource. -
Uses of CqlTranslationProvider in org.linuxforhealth.fhir.cql.translator.impl
Classes in org.linuxforhealth.fhir.cql.translator.impl that implement CqlTranslationProvider Modifier and Type Class Description class
BaseCqlTranslationProvider
Provide basic support for implementations of the CqlTranslationProvider interface.class
InJVMCqlTranslationProvider
Provide an implementation of the CqlTranslationProvider interface that uses the CQL translator directly inside the JVM.
-