60. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/18/2017 11:37:28 AM Eastern 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.

60.1 Files compared

# Location File Last Modified
1 OSCIF_CPRS v32 Phase 2 Build 2OR3.0405_August_2017.zip\OR_30_405V36_SRC.zip\XE8\Broker\Source CCOW_const.pas Wed Oct 11 20:08:07 2017 UTC
2 OSCIF_CPRS v32 Phase 2 Build 2OR3.0405_August_2017.zip\OR_30_405V36_SRC.zip\XE8\Broker\Source CCOW_const.pas Tue Oct 17 19:55:20 2017 UTC

60.2 Comparison summary

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

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

60.4 Active regular expressions

No regular expressions were active.

60.5 Comparison detail

  1   { ******** ********** ********** ********** ********** ********** ****
  2           Pa ckage: XWB  - Kernel  RPCBroker
  3           Da te Created : Sept 18,  1997 (Ver sion 1.1)
  4           Si te Name: O akland, OI  Field Off ice, Dept  of Veteran  Affairs
  5           De velopers:  PI I
  6           De scription:  Contains  TRPCBroker  and relat ed compone nts.
  7     Unit: CC OW_const s ets CCOW s tring.
  8           Cu rrent Rele ase: Versi on 1.1 Pat ch 65
  9   ********** ********** ********** ********** ********** ********** *** }
  10  
  11   { ******** ********** ********** ********** ********** **
  12     Changes  in v1.1.65  (HGW 08/0 5/2015) XW B*1.1*65
  13     1. None.
  14  
  15     Changes  in v1.1.60  (HGW 08/2 8/2013) XW B*1.1*60
  16     1. None
  17  
  18     Changes  in v1.1.50  (JLI 09/0 1/2011) XW B*1.1*50
  19     1. None
  20   ********** ********** ********** ********** **********  }
  21   unit CCOW_ const;
  22  
  23   interface
  24   const
  25     // Note:  set the ' CCOW' suff ix to the  suffix thi s app shou ld look fo r in the c ontext.
  26     // Eg. P atient.ID. MRN.Genera lHospital,   Patient. ID.MRN.Ven dorAppName , etc.
  27     // This  string is  used durin g startup  (to check  for an exi sting cont ext),
  28     // durin g a commit  event (to  check the  new conte xt), etc.
  29  
  30     //The Vi stA Domain
  31     CCOW_LOG ON_ID = 'u ser.id.log on.vistalo gon';         //CCOW
  32     //The Vi stA Token
  33     CCOW_LOG ON_TOKEN =  'user.id. logon.vist atoken';      //CCOW
  34     //The Vi stA user N ame
  35     CCOW_LOG ON_NAME =  'user.id.l ogon.vista name';        //CCOW
  36     // The V istA Vpid
  37     CCOW_LOG ON_VPID =  'user.id.l ogon.vpid' ;
  38     // The g eneric nam e
  39     CCOW_USE R_NAME = ' user.co.na me';
  40  
  41   implementa tion
  42  
  43   end.
  44