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, setEquationValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
add, addToEarly13AndUnder, addToEarly14Plus, addToLater13AndUnder, addToLater14Plus, getEquationValue, setEquationValue
public int getId()
getId
in interface Identifiable
public void setId(int id)
setId
in interface Identifiable
id
- new value of idpublic java.lang.String getName()
public void setName(java.lang.String Name)
public int getEarly13AndUnder()
getEarly13AndUnder
in interface PointsScoringEquationsIF
getEarly13AndUnder
in class PointsScoringEquations
public void setEarly13AndUnder(int equation1)
setEarly13AndUnder
in interface PointsScoringEquationsIF
setEarly13AndUnder
in class PointsScoringEquations
equation1
- new value of equation1public int getEarly14Plus()
getEarly14Plus
in interface PointsScoringEquationsIF
getEarly14Plus
in class PointsScoringEquations
public void setEarly14Plus(int equation2)
setEarly14Plus
in interface PointsScoringEquationsIF
setEarly14Plus
in class PointsScoringEquations
equation2
- new value of equation2public int getLater13AndUnder()
getLater13AndUnder
in interface PointsScoringEquationsIF
getLater13AndUnder
in class PointsScoringEquations
public void setLater13AndUnder(int equation3)
setLater13AndUnder
in interface PointsScoringEquationsIF
setLater13AndUnder
in class PointsScoringEquations
equation3
- new value of equation3public int getLater14Plus()
getLater14Plus
in interface PointsScoringEquationsIF
getLater14Plus
in class PointsScoringEquations
public void setLater14Plus(int equation4)
setLater14Plus
in interface PointsScoringEquationsIF
setLater14Plus
in class PointsScoringEquations
equation4
- public int getAdjustment(int equationId)
CaseMixAdjustmentItemIF
getAdjustment
in interface CaseMixAdjustmentItemIF
equationId
- public void setAdjustment(int equationId, int value)
setAdjustment
in interface CaseMixAdjustmentItemIF
equationId
- - 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
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object