public class ClinicalFunctional_ScoringModel_v3312 extends ClinicalFunctional_ScoringModel_v3210
grouper, grouperDataManager| Constructor and Description |
|---|
ClinicalFunctional_ScoringModel_v3312(HomeHealthGrouperIF grouper,
GrouperDataManager grouperDataManager,
int equationId)
Constructor with references to the Grouper, the Data manager, and the
equation id
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The run-time name
|
void |
resolveEtiologyManifestationContention(DiagnosisCodeIF etiologyCode,
int etiologyIdx,
DiagnosisCodeIF manifestionCode,
int manifestIdx,
DiagnosisScoringGridIF scoringGrid)
Given two codes that are part of a Manifestation/Etiology pair, determine
which code has the highest score and remove the value for the code with
the lowest score.
|
int |
scoreClinical(HomeHealthRecordIF record,
HomeHealthRecordValidatorIF validator,
int[][] scoreOrder)
Clinically scores the record placing values into the pointSE, and
dualPointsSE variables.
|
calculatePrimaryAdjustment, determinePrimaryDiagnosis, getCaseMixAdjustment, getCaseMixAdjustmentEquation, getDiagnosisCode, getEquationId, getGrouper, getId, getShortName, populateCodes, preprocessRecord, preprocessRecord, score, score, score, scoreAny, scoreClinical, scoreClinicalCode, scoreClinicalColumn3_4, scoreFunctional, scoreOtherOnly, scorePrimaryOnly, scoreRemainingVariables, setGrouper, setId, setName, setShortNamepublic ClinicalFunctional_ScoringModel_v3312(HomeHealthGrouperIF grouper, GrouperDataManager grouperDataManager, int equationId)
grouper - grouperDataManager - equationId - public java.lang.String getName()
NamablegetName in interface NamablegetName in class ClinicalFunctional_ScoringModel_v3210public void resolveEtiologyManifestationContention(DiagnosisCodeIF etiologyCode, int etiologyIdx, DiagnosisCodeIF manifestionCode, int manifestIdx, DiagnosisScoringGridIF scoringGrid)
resolveEtiologyManifestationContention in class ClinicalFunctional_ScoringModel_v3210etiologyCode - etiologyIdx - manifestionCode - manifestIdx - scoringGrid - public int scoreClinical(HomeHealthRecordIF record, HomeHealthRecordValidatorIF validator, int[][] scoreOrder)
scoreClinical in class ClinicalFunctional_ScoringModel_v3210record - validator -