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, runTest
public static void main(java.lang.String[] args)
public void runTest(java.io.BufferedReader bufReader, java.io.Writer writer, HomeHealthGrouperFactoryIF grouperFactory, CommandLineParams commandLine)
CommonTester
runTest
in class CommonTester
public java.util.List<ScoringResultsIF> groupingTest(HomeHealthGrouperFactoryIF grouperFactory, java.util.List<HomeHealthRecordIF> oasisRecords, int recordNumber) throws java.lang.Exception
java.lang.Exception
public void writeOutputFile(java.util.List<ScoringResultsIF> scoringResults, java.io.Writer writer) throws java.io.IOException
scoringResults
- fileWriter
- java.io.IOException