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

35.1 Files compared

# Location File Last Modified
1 cpss.zip\cpss\src\main\java\gov\va\cpss\job\fps FpsProcessingConstants.java Wed Feb 1 21:07:30 2017 UTC
2 cpss.zip\cpss\src\main\java\gov\va\cpss\job\fps FpsProcessingConstants.java Fri Feb 3 20:45:44 2017 UTC

35.2 Comparison summary

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

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

35.4 Active regular expressions

No regular expressions were active.

35.5 Comparison detail

  1   package go v.va.cpss. job.fps;
  2  
  3   /**
  4    * Constan ts used by  Process F PS Data ba tch job to  dynamical ly update  the job
  5    * executi on context  during ba tch operat ions.
  6    * 
  7    * @author   DN S      P II
  8    */
  9   public fin al class F psProcessi ngConstant s {
  10  
  11           /* *
  12            *  The key t o identify  the input  resource.
  13            * /
  14           pu blic stati c final St ring INPUT _RESOURCE_ KEY = "inp utResource ";
  15           
  16           /* *
  17            *  The key t o identify  the data  directory  holding th e input re source.
  18            * /
  19           pu blic stati c final St ring INPUT _DIRECTORY _KEY = "in putDirecto ry";
  20  
  21           /* *
  22            *  The key t o identify  the datab ase primar y key valu e for the  PSReceived
  23            *  table ent ry associa ted with t he job.
  24            * /
  25           pu blic stati c final St ring RECEI VED_ID_KEY  = "receiv edId";
  26  
  27           /* *
  28            *  The key t o identify  the datab ase primar y key valu e for the  PSSite tab le
  29            *  entry ass ociated wi th the cur rently pro cessing PS  data entr y.
  30            * /
  31           pu blic stati c final St ring SITE_ ID_KEY = " siteId";
  32  
  33           /* *
  34            *  The key t o identify  the datab ase primar y key valu e for the  PSPatient
  35            *  table ent ry associa ted with t he current ly process ing PH dat a entry.
  36            * /
  37           pu blic stati c final St ring PATIE NT_ID_KEY  = "patient Id";
  38  
  39           /* *
  40            *  The key t o identify  the rolli ng count o f the tota l PS rows  processed  by
  41            *  the batch  job run.
  42            * /
  43           pu blic stati c final St ring TOTAL _SITE_COUN T_KEY = "t otalSiteCo unt";
  44  
  45           /* *
  46            *  The key t o identify  the rolli ng count o f the tota l PH rows  processed  by
  47            *  the batch  job run.
  48            * /
  49           pu blic stati c final St ring TOTAL _STATEMENT _COUNT_KEY  = "totalS tatementCo unt";
  50  
  51   }