308. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/2/2019 1:08:02 PM 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.

308.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ARS_Frontend\ars-app\src\app\fpps\home user.info.model.ts Wed Mar 27 19:18:32 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ARS_Frontend\ars-app\src\app\fpps\home user.info.model.ts Fri Mar 29 18:16:53 2019 UTC

308.2 Comparison summary

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

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

308.4 Active regular expressions

No regular expressions were active.

308.5 Comparison detail

  1   export cla ss UserInf oModel {
  2       userName =  ' AI ';
  3     lastLogi n = '';
  4     permissi ons: Permi ssions;
  5     userRole s: string[ ] = [];
  6   }
  7  
  8   interface  Permission s {
  9     buttons:  ButtonPer mission;
  10     claimDet ail: Claim Detail;
  11     claimsMe nu: Claims Menu;
  12     home: Ho me;
  13     reportsM enu: Repor tsMenu;
  14     searchCl aim: Searc hClaim;
  15     toolsMen u: ToolsMe nu;
  16   }
  17  
  18   interface  ButtonPerm ission {
  19     disappro ve: boolea n;
  20     printWit houtProces sing: bool ean;
  21     processA ndPrint: b oolean;
  22     processW ithoutPrin ting: bool ean;
  23     reroute:  boolean;
  24   }
  25  
  26   interface  ClaimDetai l {
  27     disappro ve: boolea n;
  28     manualRe conciliati on: boolea n;
  29     print: b oolean;
  30     process:  boolean;
  31     reconcil e: boolean ;
  32     reroute:  boolean;
  33   }
  34  
  35   interface  ClaimsMenu  {
  36     agedClai ms: boolea n;
  37     awaiting Processing : boolean;
  38     inProces sClaims: b oolean;
  39     paymentE rrors: boo lean;
  40     rejectCl aims: bool ean;
  41     searchCl aims: bool ean;
  42     unmatche dPayments:  boolean;
  43   }
  44  
  45   interface  Home {
  46     refreshS tats: bool ean;
  47     setActiv e: boolean ;
  48   }
  49  
  50   interface  ReportsMen u {
  51     claimsAw aitingProc essing: bo olean;
  52     claimsAw aitingProc essingSumm ary: boole an;
  53     claimsCo mpleted: b oolean;
  54     claimsCo mpletedSum mary: bool ean;
  55     claimsIn ProcessSum mary: bool ean;
  56     claimsIn process: b oolean;
  57     cpeRepor t: boolean ;
  58     feeRepor t: boolean ;
  59     outOfSys temPayment s: boolean ;
  60     outOfSys temPayment sSummary:  boolean;
  61     rerouted Claims: bo olean;
  62     vistaErr or: boolea n;
  63   }
  64  
  65   interface  SearchClai m {
  66     clear: b oolean;
  67     disappro ve: boolea n;
  68     hero: bo olean;
  69     print: b oolean;
  70     reroute:  boolean;
  71     search:  boolean;
  72     visn: bo olean;
  73   }
  74  
  75   interface  ToolsMenu  {
  76     addStati on: boolea n;
  77     createUs er: boolea n;
  78     createUs erRequest:  boolean;
  79     diagnosi sCodeLookU p: boolean ;
  80     medicalC odeLookUp:  boolean;
  81     modifyUs erRequest:  boolean;
  82     privacyR estriction s: boolean ;
  83     searchMo difyUser:  boolean;
  84     searchSt ation: boo lean;
  85     stationM aintenance : boolean;
  86     viewUser AccountReq uests: boo lean;
  87   }