public class HomeHealthGrouper_HPXML extends HomeHealthGrouper_HP
scoringBLANK, scoringResultsEmpty
params, readerFactory, recordEOF
Constructor and Description |
---|
HomeHealthGrouper_HPXML() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
runTest(CommandLineParams params,
HomeHealthGrouperFactoryIF grouperFactory,
java.io.File inputFilename,
java.io.File outputFilename)
This version expects that the "input file" is a file with the list of
files that contain XML records for OASIS-C/C1.
|
calendarCompareTest, displayDetails, displayEdits, formatScoringEvents, getCommandLineParams, runTest, scoreEachIndividually, scoreRecord, writeOutput, writeOutput
getOutFileSuffix, printOptions, readRecord, runTest, runTest
public static void main(java.lang.String[] args)
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.public void runTest(CommandLineParams params, HomeHealthGrouperFactoryIF grouperFactory, java.io.File inputFilename, java.io.File outputFilename)
runTest
in class CommonTester
params
- grouperFactory
- inputFilename
- outputFilename
-