Uses of Class
com.mmm.cms.homehealth.PointsScoringEquations

Packages that use PointsScoringEquations
com.mmm.cms.homehealth   
com.mmm.cms.homehealth.proto.logic   
com.mmm.cms.homehealth.v2308_1   
com.mmm.cms.homehealth.v3210   
 

Uses of PointsScoringEquations in com.mmm.cms.homehealth
 

Subclasses of PointsScoringEquations in com.mmm.cms.homehealth
 class CaseMixAdjustmentItem
          Holds a single Case Mix Adjustment row (or item) which includes a set of values pertaining to the Scoring equations.
 

Uses of PointsScoringEquations in com.mmm.cms.homehealth.proto.logic
 

Fields in com.mmm.cms.homehealth.proto.logic declared as PointsScoringEquations
protected  PointsScoringEquations LogicRow.pointsScoringEquations
           
 

Methods in com.mmm.cms.homehealth.proto.logic that return PointsScoringEquations
 PointsScoringEquations LogicRow.getPointsScoringEquations()
          Get the value of pointsScoringEquations
 

Methods in com.mmm.cms.homehealth.proto.logic with parameters of type PointsScoringEquations
 void LogicRow.setPointsScoringEquations(PointsScoringEquations pointsScoringEquations)
          Set the value of pointsScoringEquations
 

Constructors in com.mmm.cms.homehealth.proto.logic with parameters of type PointsScoringEquations
LogicRow(int rowId, DiagnosticCategoryIF diagnosticCategory, DiagnosticCategoryLogicTypeID logicTypeID, PointsScoringEquations pointsScoringEquations, java.lang.String Description, FieldConditionGroup[] fieldConditionGroup)
           
 

Uses of PointsScoringEquations in com.mmm.cms.homehealth.v2308_1
 

Subclasses of PointsScoringEquations in com.mmm.cms.homehealth.v2308_1
 class CaseMixAdjustmentItem_v2308
          Holds a single Case Mix Adjustment row (or item) which includes a set of values pertaining to the Scoring equations.
 

Uses of PointsScoringEquations in com.mmm.cms.homehealth.v3210
 

Subclasses of PointsScoringEquations in com.mmm.cms.homehealth.v3210
 class CaseMixAdjustmentItem_v3210
          Holds a single Case Mix Adjustment row (or item) which includes a set of values pertaining to the Scoring equations.