Uses of Class
com.ibm.fhir.ecqm.common.MeasureScoring
-
Packages that use MeasureScoring Package Description com.ibm.fhir.ecqm.common This package provides model-independent classes for evaluating FHIR clinical quality measures.com.ibm.fhir.ecqm.r4 -
-
Uses of MeasureScoring in com.ibm.fhir.ecqm.common
Methods in com.ibm.fhir.ecqm.common that return MeasureScoring Modifier and Type Method Description static MeasureScoring
MeasureScoring. fromCode(String code)
protected abstract MeasureScoring
MeasureEvaluation. getMeasureScoring()
static MeasureScoring
MeasureScoring. valueOf(String name)
Returns 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. -
Uses of MeasureScoring in com.ibm.fhir.ecqm.r4
Methods in com.ibm.fhir.ecqm.r4 that return MeasureScoring Modifier and Type Method Description protected MeasureScoring
R4MeasureEvaluation. getMeasureScoring()
-