Class BaseMeasureReportScorer<MeasureReportT>
java.lang.Object
org.opencds.cqf.fhir.cr.measure.common.BaseMeasureReportScorer<MeasureReportT>
- All Implemented Interfaces:
MeasureReportScorer<MeasureReportT>
- Direct Known Subclasses:
Dstu3MeasureReportScorer,R4MeasureReportScorer
public abstract class BaseMeasureReportScorer<MeasureReportT>
extends Object
implements MeasureReportScorer<MeasureReportT>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DoublecalcProportionScore(Integer numeratorCount, Integer denominatorCount) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencds.cqf.fhir.cr.measure.common.MeasureReportScorer
score
-
Constructor Details
-
BaseMeasureReportScorer
public BaseMeasureReportScorer()
-
-
Method Details
-
calcProportionScore
-