Uses of Enum
org.opencds.cqf.fhir.cr.measure.common.MeasureScoring
Packages that use MeasureScoring
Package
Description
-
Uses of MeasureScoring in org.opencds.cqf.fhir.cr.measure.common
Methods in org.opencds.cqf.fhir.cr.measure.common that return MeasureScoringModifier and TypeMethodDescriptionstatic MeasureScoringstatic MeasureScoringReturns the enum constant of this type with the specified name.static MeasureScoring[]MeasureScoring.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 that return types with arguments of type MeasureScoringMethod parameters in org.opencds.cqf.fhir.cr.measure.common with type arguments of type MeasureScoringModifier and TypeMethodDescriptionprotected voidMeasureEvaluator.evaluateSubject(MeasureDef measureDef, Map<GroupDef, MeasureScoring> scoring, String subjectType, String subjectId) voidMeasureReportScorer.score(Map<GroupDef, MeasureScoring> measureScoring, MeasureReportT measureReport) Constructor parameters in org.opencds.cqf.fhir.cr.measure.common with type arguments of type MeasureScoring -
Uses of MeasureScoring in org.opencds.cqf.fhir.cr.measure.dstu3
Methods in org.opencds.cqf.fhir.cr.measure.dstu3 with parameters of type MeasureScoringModifier and TypeMethodDescriptionprotected voidDstu3MeasureReportScorer.scoreGroup(MeasureScoring measureScoring, org.hl7.fhir.dstu3.model.MeasureReport.MeasureReportGroupComponent mrgc) protected voidDstu3MeasureReportScorer.scoreStratifier(MeasureScoring measureScoring, org.hl7.fhir.dstu3.model.MeasureReport.MeasureReportGroupStratifierComponent stratifierComponent) protected voidDstu3MeasureReportScorer.scoreStratum(MeasureScoring measureScoring, org.hl7.fhir.dstu3.model.MeasureReport.StratifierGroupComponent stratum) Method parameters in org.opencds.cqf.fhir.cr.measure.dstu3 with type arguments of type MeasureScoringModifier and TypeMethodDescriptionvoidDstu3MeasureReportScorer.score(Map<GroupDef, MeasureScoring> measureScoring, org.hl7.fhir.dstu3.model.MeasureReport measureReport) -
Uses of MeasureScoring in org.opencds.cqf.fhir.cr.measure.r4
Methods in org.opencds.cqf.fhir.cr.measure.r4 that return MeasureScoringModifier and TypeMethodDescriptionprotected MeasureScoringR4MeasureReportScorer.getGroupMeasureScoring(org.hl7.fhir.r4.model.MeasureReport.MeasureReportGroupComponent mrgc, Map<GroupDef, MeasureScoring> measureScoring) Methods in org.opencds.cqf.fhir.cr.measure.r4 with parameters of type MeasureScoringModifier and TypeMethodDescriptionprotected voidR4MeasureReportScorer.scoreGroup(MeasureScoring measureScoring, org.hl7.fhir.r4.model.MeasureReport.MeasureReportGroupComponent mrgc) protected voidR4MeasureReportScorer.scoreStratifier(MeasureScoring measureScoring, org.hl7.fhir.r4.model.MeasureReport.MeasureReportGroupStratifierComponent stratifierComponent) protected voidR4MeasureReportScorer.scoreStratum(MeasureScoring measureScoring, org.hl7.fhir.r4.model.MeasureReport.StratifierGroupComponent stratum) Method parameters in org.opencds.cqf.fhir.cr.measure.r4 with type arguments of type MeasureScoringModifier and TypeMethodDescriptionprotected MeasureScoringR4MeasureReportScorer.getGroupMeasureScoring(org.hl7.fhir.r4.model.MeasureReport.MeasureReportGroupComponent mrgc, Map<GroupDef, MeasureScoring> measureScoring) voidR4MeasureReportScorer.score(Map<GroupDef, MeasureScoring> measureScoring, org.hl7.fhir.r4.model.MeasureReport measureReport)