25. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/2/2017 7:18:12 AM Central Daylight 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.

25.1 Files compared

# Location File Last Modified
1 CAPRI_CIF.zip\CAPRI_CIF\Source untConstVals.pas Wed Nov 1 18:09:22 2017 UTC
2 CAPRI_CIF.zip\CAPRI_CIF\Source untConstVals.pas Thu Nov 2 11:53:20 2017 UTC

25.2 Comparison summary

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

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

25.4 Active regular expressions

No regular expressions were active.

25.5 Comparison detail

  1   unit untCo nstVals;
  2  
  3   interface
  4  
  5   const
  6     FEEREGKE Y: String  = '\SOFTWA RE\VA\CAPR I\Contract edExams\Fe e';
  7     FEEREGKE YADDRSSVAL : String =  'FeeConta ct';
  8     FEEREGKE YSTSVAL: S tring = 'F eeEnabled' ;
  9     VAMCREGK EY: String  = '\SOFTW ARE\VA\CAP RI\Contrac tedExams\V AMC';
  10     VAMCREGK EYPHNEVAL:  String =  'VAMCPhone ';
  11  
  12     CCRADMIN KEY: Strin g = 'DVBA  CONTRACTED  EXM SPRVS R';
  13     CCRUSERK EY: String  = 'DVBA C ONTRACTED  EXM CCRUSR ';
  14  
  15     CAPRICCR REMOTEACCE SSOPTION:  String = ' DVBA CAPRI  GUI';
  16  
  17     CCRToVen dorFolder:  String =  'VA-Exam-R equests';  // 'ExamRe questsFrom VA'; // 'U PLOAD';  / / ExamsReq uestsFromV A
  18     CCRFromV endorFolde r: String  = 'Vendor- Exam-Resul ts'; // 'E xamResults FromVendor '; // 'DOW NLOAD';  / / ExamResu ltsFromVen dor
  19     CCRArchi veVAReques tsAtVendor Folder: St ring = 'Pr ocessed-VA -Exam-Requ ests'; //  Not in use  by us. Su ggested by  MSLA for  their own  business p rocess. Co uld become  important /relevant  in the fut ure.
  20     CCRArchi veVendorRe sultsAtVen dorFolder:  String =  'Archived- Vendor-Exa m-Results' ; // 'Arch ivedExamRe sults'; //  'ARCHIVED ';  // Arc hivedExamR esults
  21  
  22       CLIENT_ASS IGNING_AUT HORITY_SSA  = ' REDACTED ';
  23       CLIENT_ASS IGNING_AUT HORITY_VA  = ' REDACTED ';
  24  
  25     CAPRI_In houseExamX MLNote = ' Response i s zipped i n XML';       // refe renced in  tiusin to  set and in  managerep ortsccr to  skip over  in-house  exam DBQ's  
  26  
  27     CAPRI_Co nfig_File  = '\capri. cfg';
  28   implementa tion
  29  
  30   end.