Uses of Class
org.linuxforhealth.fhir.cql.helpers.FHIRBundleCursor
-
Packages that use FHIRBundleCursor Package Description org.linuxforhealth.fhir.operation.cqf -
-
Uses of FHIRBundleCursor in org.linuxforhealth.fhir.operation.cqf
Methods in org.linuxforhealth.fhir.operation.cqf with parameters of type FHIRBundleCursor Modifier and Type Method Description protected Bundle
CareGapsOperation. processAllMeasures(FHIRBundleCursor cursor, java.lang.String subject, java.time.ZoneOffset zoneOffset, org.opencds.cqf.cql.engine.runtime.Interval measurementPeriod, FHIRResourceHelpers resourceHelper, org.opencds.cqf.cql.engine.terminology.TerminologyProvider termProvider, java.util.Map<java.lang.String,org.opencds.cqf.cql.engine.data.DataProvider> dataProviders)
Evaluate all of the measures matching the specified care gap topic.
-