42. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/14/2017 6:57:20 AM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

42.1 Files compared

# Location File Last Modified
1 cbs.zip\cbs\cbs\src\main\java\gov\va\cpss\job\sendbill SendBillDataProcessingConstants.java Thu Nov 9 14:19:54 2017 UTC
2 cbs.zip\cbs\cbs\src\main\java\gov\va\cpss\job\sendbill SendBillDataProcessingConstants.java Tue Nov 14 12:26:30 2017 UTC

42.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 82
Changed 1 2
Inserted 0 0
Removed 0 0

42.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

42.4 Active regular expressions

No regular expressions were active.

42.5 Comparison detail

  1   /**
  2    * 
  3    */
  4   package go v.va.cpss. job.sendbi ll;
  5  
  6   /**
  7    * @author  
D NS     OVERSD
  8    *
  9    */
  10   public fin al class S endBillDat aProcessin gConstants  {
  11           /* *
  12            *  The key t o identify  the datab ase primar y key valu e for the  PatAcntBal Msg
  13            *  table ent ry associa ted with t he job.
  14            * /
  15           pu blic stati c final St ring SEND_ BILL_ID_KE Y = "id";
  16           
  17           /* *
  18            *  The key t o identify  the file  name for t he consoli dated stat ements sta ging
  19            *  file.
  20            * /
  21           pu blic stati c final St ring SEND_ BILL_OUTPU T_FILE_NAM E_KEY = "f ileName";
  22           /* *
  23            *  The key t o identify  the total  patients  included i n the deli vered CBS
  24            *  file.
  25            * /
  26           pu blic stati c final St ring SEND_ BILL_TOTAL _PATIENTS_ INCLUDED_K EY = "totn umpatient" ;
  27           
  28           /* *
  29            *  The key t o identify  the full  path for t he consoli dated stat ements sta ging
  30            *  file.
  31            * /
  32           pu blic stati c final St ring SEND_ BILL_OUTPU T_RESOURCE _KEY = "ou tputResour ceKey";
  33           /* *
  34            *  The key t o identify  the total  CBS recei ved in the  file bein g processe d.
  35            * /
  36           pu blic stati c final St ring TOTAL _BILL_PATI ENT_DATA_P ROCESSED =  "totNumPa tients";
  37           /* *
  38            *  This Key  is used to  keep trac k of total  records t o process  and will i ncrement d own to
  39            *  to ensure  we do not  miss a re cord.
  40            * /
  41           pu blic stati c final St ring SEND_ BILL_TOTAL _RECORD_CO UNT="totNu mRecordCou nt";
  42   }