38. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/7/2017 12:14:06 PM Eastern 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.

38.1 Files compared

# Location File Last Modified
1 cpss.zip\cpss\src\main\java\gov\va\cpss\job\loadbill LoadBillProcessingConstants.java Wed Feb 1 21:07:30 2017 UTC
2 cpss.zip\cpss\src\main\java\gov\va\cpss\job\loadbill LoadBillProcessingConstants.java Fri Feb 3 20:47:18 2017 UTC

38.2 Comparison summary

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

38.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

38.4 Active regular expressions

No regular expressions were active.

38.5 Comparison detail

  1   package go v.va.cpss. job.loadbi ll;
  2  
  3   import jav a.text.Sim pleDateFor mat;
  4  
  5   /**
  6    * Constan ts used by  Load Bill  Data batc h job to d ynamically  update th e job
  7    * executi on context  during ba tch operat ions.
  8    * 
  9    * @author   DN S      P II
  10    */
  11   public fin al class L oadBillPro cessingCon stants {
  12           
  13           /* *
  14            *  A count o f the tota l faciliti es for a S iteBalRec.
  15            * /
  16           pu blic stati c final St ring TOTAL _FACILITY_ COUNT_KEY  = "totalFa cilityCoun t";
  17           
  18           /* *
  19            *  A count o f the tota l patients  for a Sit eBalRec.
  20            * /
  21           pu blic stati c final St ring TOTAL _PATIENT_C OUNT_KEY =  "totalPat ientCount" ;
  22           
  23           /* *
  24            *  The speci fied forma t of the L oad Bill d ate fields .
  25            * /
  26           pu blic stati c final St ring DATE_ FORMAT_STR ING = "MMd dyyyy";
  27           
  28           /* *
  29            *  The forma tter to us e on Load  Bill dates .
  30            * /
  31           pu blic stati c final Si mpleDateFo rmat DATE_ FORMAT = n ew SimpleD ateFormat( DATE_FORMA T_STRING);
  32           
  33           /* *
  34            *  Detected  Details Er rors
  35            * /
  36           pu blic stati c final St ring DETEC TED_DETAIL _ERRORS_KE Y = "detai lErrors";
  37           
  38           /* *
  39            *  Key to in dicate mos t recent h eader is c omplete.
  40            * /
  41           pu blic stati c final St ring PU_HE ADER_COMPL ETE_KEY =  "headerCom plete";
  42   }