public class GrouperVersion_v5115 extends GrouperVersion_v4115
clinicalModel_1, clinicalModel_2, clinicalModel_3, clinicalModel_4, dataManager, effectiveDateStart, effectiveDateStartWindow, effectiveDateThru, nrsScoringModel, versionDEFAULT_BLANK_VALUE| Constructor and Description |
|---|
GrouperVersion_v5115()
Constructor that sets the effective start and thru date
|
GrouperVersion_v5115(java.util.Calendar effectiveStart,
java.util.Calendar effectiveThru,
java.util.Calendar effectiveWindow,
java.lang.String versionName)
Used to pass grouper default to parent grouper
|
| Modifier and Type | Method and Description |
|---|---|
void |
init(java.util.Properties props)
Sets up this version by loading the related Diagnosis code / Group data,
and initializing the scoring models: 4 clinical/functional models (one
for each equation), and one Non-Routine Supplies model
|
ScoringResultsIF |
score(HomeHealthRecordIF recordOasisC,
boolean validateDates,
CollectionValidationEditsIF validationEdits,
java.util.Collection<HomeHealthEventListenerIF> listeners)
Scores the record using the supplied validation information (if non-null)
instead of using the built in validation capabilities.
|
addEventListener, createHippsCode, createHippsCode, getAcceptableRecordClass, getClinicalValidator, getClinicalValidator, getEventListeners, getEventListenersList, getListenerCount, getNRSValidator, getNRSValidator, notifyEventListeners, populateValidateClinicalCodes, removeEventListener, removeEventListeners, reportPrimaryCodeSelectiondetermineScoreOrder, scorecopyCodes, getCaseMixAdjustments, getClinicalCodes, getClinicalModel_1, getClinicalModel_2, getClinicalModel_3, getClinicalModel_4, getDescription, getDiagnosticGroups, getDiagnosticGroupsNRS, getEffectiveDateStart, getEffectiveDateStartWindow, getEffectiveDateThru, getGrouperDataManager, getName, getNonRoutineCodes, getNRSCaseMixAdjustments, getNrsScoringModel, getVersion, isValidDiagnosisCode, isValidForVersion, reportNonScoringDiagnosis, setClinicalModel_1, setClinicalModel_2, setClinicalModel_3, setClinicalModel_4, setDescription, setEffectiveDateStart, setEffectiveDateStartWindow, setEffectiveDateThru, setGrouperDataManager, setName, setNrsScoringModel, setVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetermineScoreOrder, getCaseMixAdjustments, getClinicalCodes, getDiagnosticGroups, getDiagnosticGroupsNRS, getEffectiveDateStart, getEffectiveDateStartWindow, getEffectiveDateThru, getGrouperDataManager, getNonRoutineCodes, getNRSCaseMixAdjustments, getVersion, isValidDiagnosisCode, isValidForVersion, score, setEffectiveDateStart, setEffectiveDateStartWindow, setEffectiveDateThru, setVersiongetDescription, setDescriptionpublic GrouperVersion_v5115(java.util.Calendar effectiveStart,
java.util.Calendar effectiveThru,
java.util.Calendar effectiveWindow,
java.lang.String versionName)
effectiveStart - effectiveThru - effectiveWindow - versionName - public GrouperVersion_v5115()
public void init(java.util.Properties props)
throws java.lang.Exception
init in interface Initializableinit in class GrouperVersion_v4115props - java.lang.Exceptionpublic ScoringResultsIF score(HomeHealthRecordIF recordOasisC, boolean validateDates, CollectionValidationEditsIF validationEdits, java.util.Collection<HomeHealthEventListenerIF> listeners)
HomeHealthGrouperIFscore in interface HomeHealthGrouperIFscore in class GrouperVersion_v4115validationEdits - - if non-null, then this information is used
during scoring as the validation information, otherwise, if null, the
built in validation is performed.