public class HomeHealthGrouper_ManifestationPairStats extends HomeHealthGrouper_HP implements HomeHealthEventListenerIF
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
versionId |
buffer, scoringBLANK, scoringResultsEmpty
dxGroups, readerFactory, recordEOF
Constructor and Description |
---|
HomeHealthGrouper_ManifestationPairStats() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOutFileSuffix() |
void |
homeHealthEvent(HomeHealthEventIF event)
Processes an event for Home Health scoring.
|
static void |
main(java.lang.String[] args) |
void |
runTest(java.io.BufferedReader bufReader,
java.io.Writer writer,
HomeHealthGrouperFactoryIF grouperFactory,
CommandLineParams commandLine) |
void |
writeStats(java.io.Writer outWriter,
HomeHealthGrouperIF grouper) |
calendarCompareTest, scoreEachIndividually, scoreRecord, scoreRecord, writeOutput, writeOutput
readRecord, runTest
public HomeHealthGrouper_ManifestationPairStats()
public java.lang.String getOutFileSuffix()
getOutFileSuffix
in class CommonTester
public void homeHealthEvent(HomeHealthEventIF event)
HomeHealthEventListenerIF
homeHealthEvent
in interface HomeHealthEventListenerIF
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(java.io.BufferedReader bufReader, java.io.Writer writer, HomeHealthGrouperFactoryIF grouperFactory, CommandLineParams commandLine)
runTest
in class HomeHealthGrouper_HP
public void writeStats(java.io.Writer outWriter, HomeHealthGrouperIF grouper)