com.mmm.cms.homehealth.v2308_1
Class ScoringRows

java.lang.Object
  extended by 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


Field Summary
protected  int diagnosticGroup
           
 
Constructor Summary
ScoringRows()
           
 
Method Summary
 void addScore(int s, int row)
           
 void clear()
           
 int getDiagnosticGroup()
          Get the value of diagnosticGroup
 int getScore()
           
 boolean isRowScored(int row)
           
 void setDiagnosticGroup(int diagnosticGroup)
          Set the value of diagnosticGroup
 void setScore(int score, int row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diagnosticGroup

protected int diagnosticGroup
Constructor Detail

ScoringRows

public ScoringRows()
Method Detail

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()