public class HomeHealthGroupingFactoryTest extends CommonTester
params, readerFactory, recordEOF| Constructor and Description |
|---|
HomeHealthGroupingFactoryTest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScoringResultsIF> |
groupingTest(HomeHealthGrouperFactoryIF grouperFactory,
java.util.List<HomeHealthRecordIF> oasisRecords,
int recordNumber) |
static void |
main(java.lang.String[] args) |
void |
runTest(java.io.BufferedReader bufReader,
java.io.Writer writer,
HomeHealthGrouperFactoryIF grouperFactory,
CommandLineParams commandLine)
Other classes must implement this to perform the actual work
|
void |
writeOutputFile(java.util.List<ScoringResultsIF> scoringResults,
java.io.Writer writer)
This method assumes the records have been read, converted, and validated
|
getCommandLineParams, getOutFileSuffix, printOptions, readRecord, runTest, runTest, runTestpublic static void main(java.lang.String[] args)
public void runTest(java.io.BufferedReader bufReader,
java.io.Writer writer,
HomeHealthGrouperFactoryIF grouperFactory,
CommandLineParams commandLine)
CommonTesterrunTest in class CommonTesterpublic java.util.List<ScoringResultsIF> groupingTest(HomeHealthGrouperFactoryIF grouperFactory, java.util.List<HomeHealthRecordIF> oasisRecords, int recordNumber) throws java.lang.Exception
java.lang.Exceptionpublic void writeOutputFile(java.util.List<ScoringResultsIF> scoringResults, java.io.Writer writer) throws java.io.IOException
scoringResults - fileWriter - java.io.IOException