com.mmm.cms.homehealth.proto
Interface CaseMixAdjustmentItemIF

All Superinterfaces:
Identifiable, Namable, PointsScoringEquationsIF
All Known Implementing Classes:
CaseMixAdjustmentItem, CaseMixAdjustmentItem_v2308, CaseMixAdjustmentItem_v3210

public interface CaseMixAdjustmentItemIF
extends Identifiable, Namable, PointsScoringEquationsIF

This represents a single Casemix Adjustment set. It corresponds to a single row in the original "Table 5 Casemix Adjustment Variables" tab of the Pseudo 2.03 Tables spreadsheet


Method Summary
 int getAdjustment(int equationId)
          Gets the equation adjustment value
 void setAdjustment(int equationId, int value)
          Sets the equation adjustment value
 
Methods inherited from interface com.mmm.cms.util.Identifiable
getId, setId
 
Methods inherited from interface com.mmm.cms.util.Namable
getName, setName
 
Methods inherited from interface com.mmm.cms.homehealth.proto.PointsScoringEquationsIF
add, addToEarly13AndUnder, addToEarly14Plus, addToLater13AndUnder, addToLater14Plus, getEarly13AndUnder, getEarly14Plus, getEquationValue, getLater13AndUnder, getLater14Plus, setEarly13AndUnder, setEarly14Plus, setEquationValue, setLater13AndUnder, setLater14Plus
 

Method Detail

getAdjustment

int getAdjustment(int equationId)
Gets the equation adjustment value

Parameters:
equationId -
Returns:
adjustment value

setAdjustment

void setAdjustment(int equationId,
                   int value)
Sets the equation adjustment value

Parameters:
equationId -
value -