com.mmm.cms.homehealth.v2308_1
Class ScoringRows
java.lang.Object
com.mmm.cms.homehealth.v2308_1.ScoringRows
public class ScoringRows
- extends java.lang.Object
Holds the scoring and the Table 5 row it was obtained from
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
diagnosticGroup
protected int diagnosticGroup
ScoringRows
public ScoringRows()
addScore
public void addScore(int s,
int row)
- Parameters:
s - row - this is a 0 based number
getScore
public int getScore()
setScore
public void setScore(int score,
int row)
isRowScored
public boolean isRowScored(int row)
- Parameters:
row - this is a 0 based number
- Returns:
getDiagnosticGroup
public int getDiagnosticGroup()
- Get the value of diagnosticGroup
- Returns:
- the value of diagnosticGroup
setDiagnosticGroup
public void setDiagnosticGroup(int diagnosticGroup)
- Set the value of diagnosticGroup
- Parameters:
diagnosticGroup - new value of diagnosticGroup
clear
public void clear()