|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PointsScoringEquationsIF
This holds a single set of scoring values based on the scoring equations for the combinations of: Episode Timing (M0110) - UK or 01 as Early, and 02 as Later Therapy Visits (M0826) - two main groups of 0-13, and 14+ These combine to create 4 separate values, or equations for scoring the case mix. The "equations" are also referred to as a number in the following combination of Episode Timing and Therapy Visits Early Time: 0-13 Visits = 1 14+ Visits = 2 Later Time: 0-13 Visits = 3 14+ Visits = 4 The values of each equation can be referred to within either by their name or by their equation number.
| Method Summary | |
|---|---|
void |
add(PointsScoringEquationsIF points)
Adds the value of the equations from points to the corresponding equations in this object. |
void |
addToEarly13AndUnder(int equation)
Adds the value to the Early timing, 13 and under visits Also referred as equation 1 |
void |
addToEarly14Plus(int equation)
Adds the value to Early timing, 14 and more visits Also referred as equation 2 |
void |
addToLater13AndUnder(int equation)
Adds the value to the Later timing, 13 and under visits Also referred as equation 3 |
void |
addToLater14Plus(int equation)
Adds the value to Later timing, 14 and more visits Also referred as equation 4 |
int |
getEarly13AndUnder()
Get the value of Early timing, 13 and under visits Also referred as equation 1 |
int |
getEarly14Plus()
Get the value of Early timing, 14 and more visits Also referred as equation 2 |
int |
getEquationValue(int idx)
the value of the equation at that index. |
int |
getLater13AndUnder()
Get the value of Later timing, 13 and under visits Also referred as equation 3 |
int |
getLater14Plus()
Get the value of Later timing, 14 and more visits Also referred as equation 4 |
void |
setEarly13AndUnder(int equation1)
Set the value of Early timing, 13 and under visits Also referred as equation 1 |
void |
setEarly14Plus(int equation2)
Set the value of Early timing, 14 and more visits. |
void |
setEquationValue(int idx,
int value)
|
void |
setLater13AndUnder(int equation3)
Set the value of Later timing, 13 and under visits Also referred as equation 3 |
void |
setLater14Plus(int equation)
Set the value of Later timing, 14 and more visits Also referred as equation 4 |
| Method Detail |
|---|
void add(PointsScoringEquationsIF points)
points - void addToEarly13AndUnder(int equation)
equation - void addToEarly14Plus(int equation)
equation - void addToLater13AndUnder(int equation)
equation - void addToLater14Plus(int equation)
equation - int getEarly13AndUnder()
int getEarly14Plus()
int getLater13AndUnder()
int getLater14Plus()
void setEarly13AndUnder(int equation1)
equation1 - new value of equation1void setEarly14Plus(int equation2)
equation2 - new value of equation2void setLater13AndUnder(int equation3)
equation3 - new value of equation3void setLater14Plus(int equation)
equation - int getEquationValue(int idx)
idx - - a 0 based index of equations
void setEquationValue(int idx,
int value)
idx - - a 0 based index of equationsvalue - - the new value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||