|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mmm.cms.homehealth.PointsScoringEquations
com.mmm.cms.homehealth.CaseMixAdjustmentItem
public class CaseMixAdjustmentItem
Holds a single Case Mix Adjustment row (or item) which includes a set of values pertaining to the Scoring equations.
| Constructor Summary | |
|---|---|
CaseMixAdjustmentItem()
|
|
| Method Summary | |
|---|---|
int |
getAdjustment(int equationId)
Gets the equation adjustment value |
int |
getEarly13AndUnder()
Get the value of equation1 |
int |
getEarly14Plus()
Get the value of equation1 |
int |
getId()
Get the value of id |
int |
getLater13AndUnder()
Get the value of equation1 |
int |
getLater14Plus()
Get the value of equation1 |
java.lang.String |
getName()
Get the value of Name |
int |
hashCode()
Creates a hash code based on the Case Mix id. |
void |
setAdjustment(int equationId,
int value)
This sets the equation value. |
void |
setEarly13AndUnder(int equation1)
Set the value of equation1 |
void |
setEarly14Plus(int equation2)
Set the value of equation1 |
void |
setId(int id)
Set the value of id |
void |
setLater13AndUnder(int equation3)
Set the value of equation1 |
void |
setLater14Plus(int equation4)
Set the value of equation1 |
void |
setName(java.lang.String Name)
Set the value of Name |
| Methods inherited from class com.mmm.cms.homehealth.PointsScoringEquations |
|---|
add, addToEarly13AndUnder, addToEarly14Plus, addToLater13AndUnder, addToLater14Plus, getEquationValue, setEquationValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.mmm.cms.homehealth.proto.PointsScoringEquationsIF |
|---|
add, addToEarly13AndUnder, addToEarly14Plus, addToLater13AndUnder, addToLater14Plus, getEquationValue, setEquationValue |
| Constructor Detail |
|---|
public CaseMixAdjustmentItem()
| Method Detail |
|---|
public int getId()
getId in interface Identifiablepublic void setId(int id)
setId in interface Identifiableid - new value of idpublic java.lang.String getName()
getName in interface Namablepublic void setName(java.lang.String Name)
setName in interface NamableName - new value of Namepublic int getEarly13AndUnder()
getEarly13AndUnder in interface PointsScoringEquationsIFgetEarly13AndUnder in class PointsScoringEquationspublic void setEarly13AndUnder(int equation1)
setEarly13AndUnder in interface PointsScoringEquationsIFsetEarly13AndUnder in class PointsScoringEquationsequation1 - new value of equation1public int getEarly14Plus()
getEarly14Plus in interface PointsScoringEquationsIFgetEarly14Plus in class PointsScoringEquationspublic void setEarly14Plus(int equation2)
setEarly14Plus in interface PointsScoringEquationsIFsetEarly14Plus in class PointsScoringEquationsequation2 - new value of equation2public int getLater13AndUnder()
getLater13AndUnder in interface PointsScoringEquationsIFgetLater13AndUnder in class PointsScoringEquationspublic void setLater13AndUnder(int equation3)
setLater13AndUnder in interface PointsScoringEquationsIFsetLater13AndUnder in class PointsScoringEquationsequation3 - new value of equation3public int getLater14Plus()
getLater14Plus in interface PointsScoringEquationsIFgetLater14Plus in class PointsScoringEquationspublic void setLater14Plus(int equation4)
setLater14Plus in interface PointsScoringEquationsIFsetLater14Plus in class PointsScoringEquationsequation4 - public int getAdjustment(int equationId)
CaseMixAdjustmentItemIF
getAdjustment in interface CaseMixAdjustmentItemIFequationId -
public void setAdjustment(int equationId,
int value)
setAdjustment in interface CaseMixAdjustmentItemIFequationId - - 1 thru 4 inclusive, identifying the equation as
equation1, equation2, equation3, and equation4 respectfully. The match
up with the common understanding of each equation for timing and
therapy visits as Early13AndUnder, Early14Plus, Later13AndUnder,
and Later14Plus, respectfullyvalue - public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||