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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | cbs.zip\cbs\cbs\src\main\java\gov\va\cpss\job\fps | FpsProcessingConstants.java | Thu Nov 9 14:19:54 2017 UTC |
| 2 | cbs.zip\cbs\cbs\src\main\java\gov\va\cpss\job\fps | FpsProcessingConstants.java | Tue Nov 14 12:26:22 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 100 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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 BROWNL | |
| 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 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.