public class CaseMixAdjustmentItem extends PointsScoringEquations implements CaseMixAdjustmentItemIF
| Constructor and Description |
|---|
CaseMixAdjustmentItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
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
|
add, addToEarly13AndUnder, addToEarly14Plus, addToLater13AndUnder, addToLater14Plus, getEquationValue, setEquationValueclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitadd, addToEarly13AndUnder, addToEarly14Plus, addToLater13AndUnder, addToLater14Plus, getEquationValue, setEquationValuepublic int getId()
getId in interface Identifiablepublic void setId(int id)
setId in interface Identifiableid - new value of idpublic java.lang.String getName()
public void setName(java.lang.String Name)
public 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)
CaseMixAdjustmentItemIFgetAdjustment 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.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object