public class VCode_V3413_Test extends CommonTester
dxGroups, readerFactory, recordEOF
Constructor and Description |
---|
VCode_V3413_Test() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
reportAlternateScoringGroupsInfo(java.io.PrintWriter writer,
HomeHealthGrouperFactoryIF grouperFactory,
java.util.List<DiagnosticGroupIF> diagGroups)
Prints the Diagnostic Groups that use Alternative Primary Scoring.
|
void |
reportVCodeAwardingInfo(java.io.PrintWriter writer,
HomeHealthGrouperFactoryIF grouperFactory,
java.util.List<DiagnosisCodeIF> dxCodes)
This gets the Primary Award V-Code from the version, and prints the
V-codes in a group, then prints the Diagnostic Groups that have
Alternative Primary scoring associated with it
|
void |
reportVCodePairingsInfo(java.io.PrintWriter writer,
HomeHealthGrouperFactoryIF grouperFactory,
java.util.List<DiagnosisCodeIF> dxCodes)
Prints the V-Code and its pairings with each V-Code and a single pair on
each line
|
void |
runTest(java.io.BufferedReader bufReader,
java.io.Writer writer,
HomeHealthGrouperFactoryIF grouperFactory,
CommandLineParams commandLine) |
getOutFileSuffix, readRecord, runTest
public static void main(java.lang.String[] args)
args
- An array of 1) input file name, and 2) output filename will
be ignored in this version. 3) output 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 CommonTester
public void reportAlternateScoringGroupsInfo(java.io.PrintWriter writer, HomeHealthGrouperFactoryIF grouperFactory, java.util.List<DiagnosticGroupIF> diagGroups)
writer
- grouperFactory
- dxGroups
- public void reportVCodeAwardingInfo(java.io.PrintWriter writer, HomeHealthGrouperFactoryIF grouperFactory, java.util.List<DiagnosisCodeIF> dxCodes)
writer
- grouperFactory
- grouper
- public void reportVCodePairingsInfo(java.io.PrintWriter writer, HomeHealthGrouperFactoryIF grouperFactory, java.util.List<DiagnosisCodeIF> dxCodes)
writer
- grouperFactory
- dxCodes
-