com.mmm.cms.homehealth.test
Class HomeHealthGroupingFactoryTest
java.lang.Object
com.mmm.cms.homehealth.test.HomeHealthGroupingFactoryTest
public class HomeHealthGroupingFactoryTest
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HomeHealthGroupingFactoryTest
public HomeHealthGroupingFactoryTest()
main
public static void main(java.lang.String[] args)
- Parameters:
args - An array of 1) input file name, and 2) output filename. The
output filename is optional with the default being the input filename
suffixed with "_TESTOUT" before the extension. The extension will be
the same as the input filename.
Any status of the test or errors are presented to the console.
groupingTest
public java.util.List<ScoringResultsIF> groupingTest(HomeHealthGrouperFactoryIF grouperFactory,
java.util.List<HomeHealthRecordIF> oasisRecords,
java.util.Properties grouperProperties,
int recordNumber)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeOutputFile
public void writeOutputFile(java.util.List<ScoringResultsIF> scoringResults,
java.io.File output)
throws java.io.IOException
- This method assumes the records have been read, converted, and validated
- Parameters:
scoringResults - output -
- Throws:
java.io.IOException