|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiagnosisScoringGridIF
| Method Summary | |
|---|---|
void |
addScore(Icd9DiagnosisCodeIF diagnosisCode,
int diagnosisIdx,
int caseMixAdjustmentRow,
int score,
boolean checkDiagnosticGroup)
Add a score to the grid. |
void |
clearScore(int diagnosisIdx)
removes all the current scores so that this object can be reused |
int |
getTotalScore()
Returns the summed score of all the items scored |
int |
getTotalScoreForDiagnosis(int diagnosisIdx)
gets the total score for a single diagnosis |
boolean |
isCaseMixAdjustmentRowScored(int rowId)
Returns true when the case mix adjustment row has already been scored |
boolean |
isDiagnosticGroupScored(int diagnosisIdx,
int groupId)
Returns true when the diagnostic group has already scored |
void |
setScore(Icd9DiagnosisCodeIF diagnosisCode,
int diagnosisIdx,
int caseMixAdjustmentRow,
int score,
boolean checkDiagnosticGroup)
|
| Method Detail |
|---|
void addScore(Icd9DiagnosisCodeIF diagnosisCode,
int diagnosisIdx,
int caseMixAdjustmentRow,
int score,
boolean checkDiagnosticGroup)
throws AlreadyScoredException
diagnosisCode - diagnosisIdx - caseMixAdjustmentRow - score - checkDiagnosticGroup - - tells the scoring grid to check (true)
duplicate entries for DiagnosticGroup, or not to check (false)
AlreadyScoredExceptionvoid clearScore(int diagnosisIdx)
diagnosisIdx - int getTotalScore()
int getTotalScoreForDiagnosis(int diagnosisIdx)
diagnosisIdx -
boolean isCaseMixAdjustmentRowScored(int rowId)
rowId -
boolean isDiagnosticGroupScored(int diagnosisIdx,
int groupId)
diagnosisIdx - groupId - scoreType -
void setScore(Icd9DiagnosisCodeIF diagnosisCode,
int diagnosisIdx,
int caseMixAdjustmentRow,
int score,
boolean checkDiagnosticGroup)
throws AlreadyScoredException
diagnosisCode - diagnosisIdx - caseMixAdjustmentRow - score - checkDiagnosticGroup - - tells the scoring grid to check (true)
duplicate entries for DiagnosticGroup, or not to check (false)
AlreadyScoredException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||