Uses of Enum
org.opencds.cqf.fhir.cr.measure.common.MeasureReportType
Packages that use MeasureReportType
Package
Description
-
Uses of MeasureReportType in org.opencds.cqf.fhir.cr.measure.common
Methods in org.opencds.cqf.fhir.cr.measure.common that return MeasureReportTypeModifier and TypeMethodDescriptionprotected MeasureReportTypeBaseMeasureEvaluation.evalTypeToReportType(MeasureEvalType measureEvalType) static MeasureReportTypestatic MeasureReportTypeReturns the enum constant of this type with the specified name.static MeasureReportType[]MeasureReportType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencds.cqf.fhir.cr.measure.common with parameters of type MeasureReportTypeModifier and TypeMethodDescriptionMeasureReportBuilder.build(MeasureT measure, MeasureDef def, MeasureReportType measureReportType, org.opencds.cqf.cql.engine.runtime.Interval measurementPeriod, List<String> subjectIds) protected MeasureDefMeasureEvaluator.evaluate(MeasureDef measureDef, MeasureReportType type, List<String> subjectIds) -
Uses of MeasureReportType in org.opencds.cqf.fhir.cr.measure.dstu3
Methods in org.opencds.cqf.fhir.cr.measure.dstu3 that return MeasureReportTypeModifier and TypeMethodDescriptionprotected MeasureReportTypeDstu3MeasureProcessor.evalTypeToReportType(MeasureEvalType measureEvalType) Methods in org.opencds.cqf.fhir.cr.measure.dstu3 with parameters of type MeasureReportTypeModifier and TypeMethodDescriptionorg.hl7.fhir.dstu3.model.MeasureReportDstu3MeasureReportBuilder.build(org.hl7.fhir.dstu3.model.Measure measure, MeasureDef measureDef, MeasureReportType measureReportType, org.opencds.cqf.cql.engine.runtime.Interval measurementPeriod, List<String> subjectIds) protected org.hl7.fhir.dstu3.model.MeasureReportDstu3MeasureReportBuilder.createMeasureReport(org.hl7.fhir.dstu3.model.Measure measure, MeasureDef measureDef, MeasureReportType type, List<String> subjectIds, org.opencds.cqf.cql.engine.runtime.Interval measurementPeriod) -
Uses of MeasureReportType in org.opencds.cqf.fhir.cr.measure.r4
Methods in org.opencds.cqf.fhir.cr.measure.r4 that return MeasureReportTypeModifier and TypeMethodDescriptionprotected MeasureReportTypeR4MeasureProcessor.evalTypeToReportType(MeasureEvalType measureEvalType) Methods in org.opencds.cqf.fhir.cr.measure.r4 with parameters of type MeasureReportTypeModifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.MeasureReportR4MeasureReportBuilder.build(org.hl7.fhir.r4.model.Measure measure, MeasureDef measureDef, MeasureReportType measureReportType, org.opencds.cqf.cql.engine.runtime.Interval measurementPeriod, List<String> subjectIds) protected org.hl7.fhir.r4.model.MeasureReportR4MeasureReportBuilder.createMeasureReport(org.hl7.fhir.r4.model.Measure measure, MeasureDef measureDef, MeasureReportType type, List<String> subjectIds, org.opencds.cqf.cql.engine.runtime.Interval measurementPeriod)