|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ScoringResultsIF in com.mmm.cms.homehealth |
|---|
| Classes in com.mmm.cms.homehealth that implement ScoringResultsIF | |
|---|---|
class |
ScoringResults
Scoring Results holds the collection of HIPPS code, grouper version Data validity flag, OASIS Treatment Authorization, and the validator used to check the record. |
| Uses of ScoringResultsIF in com.mmm.cms.homehealth.proto |
|---|
| Methods in com.mmm.cms.homehealth.proto that return ScoringResultsIF | |
|---|---|
ScoringResultsIF |
HomeHealthGrouperIF.score(HomeHealthRecordIF record,
boolean validateDates)
Provides the overall grouping/scoring for the Oasis record |
| Uses of ScoringResultsIF in com.mmm.cms.homehealth.test |
|---|
| Methods in com.mmm.cms.homehealth.test that return ScoringResultsIF | |
|---|---|
ScoringResultsIF |
HomeHealthGrouper_HP.scoreRecord(HomeHealthGrouperFactoryIF grouperFactory,
HomeHealthRecordIF record)
Scores a single record |
ScoringResultsIF |
HomeHealthGrouper_HP.scoreRecord(HomeHealthGrouperFactoryIF grouperFactory,
HomeHealthRecordIF record,
boolean showDetails)
|
| Methods in com.mmm.cms.homehealth.test that return types with arguments of type ScoringResultsIF | |
|---|---|
java.util.List<ScoringResultsIF> |
HomeHealthGroupingFactoryTest.groupingTest(HomeHealthGrouperFactoryIF grouperFactory,
java.util.List<HomeHealthRecordIF> oasisRecords,
java.util.Properties grouperProperties,
int recordNumber)
|
java.util.List<ScoringResultsIF> |
HomeHealthGroupingTest.groupingTest(HomeHealthGrouperIF grouper,
java.util.List<HomeHealthRecordIF> oasisRecords,
java.util.Properties grouperProperties,
int recordNumber)
|
| Methods in com.mmm.cms.homehealth.test with parameters of type ScoringResultsIF | |
|---|---|
void |
HomeHealthGrouper_HP.writeOutput(java.io.Writer writer,
ScoringResultsIF scoring,
int curRecNum)
|
| Method parameters in com.mmm.cms.homehealth.test with type arguments of type ScoringResultsIF | |
|---|---|
void |
HomeHealthGroupingFactoryTest.writeOutputFile(java.util.List<ScoringResultsIF> scoringResults,
java.io.File output)
This method assumes the records have been read, converted, and validated |
void |
HomeHealthGroupingTest.writeOutputFile(java.util.List<ScoringResultsIF> scoringResults,
java.io.File output)
This method assumes the records have been read, converted, and validated |
| Uses of ScoringResultsIF in com.mmm.cms.homehealth.v0203c |
|---|
| Methods in com.mmm.cms.homehealth.v0203c that return ScoringResultsIF | |
|---|---|
ScoringResultsIF |
GrouperVersion0203cAndPrior.score(HomeHealthRecordIF record,
boolean validateDates)
Scores the record using the classic Grouper.DLL |
| Uses of ScoringResultsIF in com.mmm.cms.homehealth.v2308_1 |
|---|
| Methods in com.mmm.cms.homehealth.v2308_1 that return ScoringResultsIF | |
|---|---|
ScoringResultsIF |
GrouperVersion_v2308_1.score(HomeHealthRecordIF record,
boolean validateDates)
This is the main scoring module for the Oasis record. |
| Uses of ScoringResultsIF in com.mmm.cms.homehealth.v3110_1 |
|---|
| Methods in com.mmm.cms.homehealth.v3110_1 that return ScoringResultsIF | |
|---|---|
ScoringResultsIF |
GrouperVersion_v3110_1.score(HomeHealthRecordIF recordOasisC,
boolean validateDates)
When scoring a recordOasisC, the data can either come from a OASIS-B or an OASIS-C source. |
| Uses of ScoringResultsIF in com.mmm.cms.homehealth.v3210 |
|---|
| Methods in com.mmm.cms.homehealth.v3210 that return ScoringResultsIF | |
|---|---|
ScoringResultsIF |
GrouperVersion_v3210.score(HomeHealthRecordIF recordOasisC,
boolean validateDates)
When scoring a recordOasisC, the data can either come from a OASIS-B or an OASIS-C source. |
| Uses of ScoringResultsIF in com.mmm.cms.util |
|---|
| Methods in com.mmm.cms.util with parameters of type ScoringResultsIF | |
|---|---|
static java.lang.String |
ScoringResultsFormatter.formatContinousScore(ScoringResultsIF scoringResult)
|
static java.lang.String[] |
ScoringResultsFormatter.formatScoringParts(ScoringResultsIF scoringResult)
This returns an array of strings with the data as: string[0] = hipps code string[1] = treatment authorization code string[2] = grouper version string[3] = flag If the scoringResult is null, then all the elements are empty strings |
static java.lang.String |
ScoringResultsFormatter.formatTestingScore(ScoringResultsIF scoringResult,
int recNum)
this formats the score with the following format (example and without indent): Rec 000000001: Code 2BHKS--OASIS 08LV10AA11EHILCKGH--Version V3110 --Flag 1 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||