Uses of Interface
org.opencds.cqf.cql.evaluator.cql2elm.content.LibraryContentProvider
-
Packages that use LibraryContentProvider Package Description org.opencds.cqf.cql.evaluator.cql2elm.content org.opencds.cqf.cql.evaluator.cql2elm.content.fhir -
-
Uses of LibraryContentProvider in org.opencds.cqf.cql.evaluator.cql2elm.content
Classes in org.opencds.cqf.cql.evaluator.cql2elm.content that implement LibraryContentProvider Modifier and Type Class Description classInMemoryLibraryContentProviderThis class implements the LibraryContentProvider API, using a set of strings representing CQL library content as a source. -
Uses of LibraryContentProvider in org.opencds.cqf.cql.evaluator.cql2elm.content.fhir
Classes in org.opencds.cqf.cql.evaluator.cql2elm.content.fhir that implement LibraryContentProvider Modifier and Type Class Description classBaseFhirLibraryContentProviderThis class implements logic for extracting content from a FHIR Library resource and provides an extension point for implementing the fetch of a FHIR library matching a specific identifier.classBundleFhirLibraryContentProviderThis class implements the cql-translator LibraryContentProvider API, using a Bundle containing Library Resources as a source for the CQL content.classEmbeddedFhirLibraryContentProviderThis class provides access to the FHIR Libraries that are embedded in the translator jars, specifically FHIRHelpers.classFhirClientFhirLibraryContentProviderThis class implements the LibraryContentProvider API, using a FHIR server as a source for Library resources containing CQL content.
-