13. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/4/2017 8:04:33 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.

13.1 Files compared

# Location File Last Modified
1 rdk.zip\rdk\product\production\rdk\config rolesConfig.js Mon Aug 21 12:51:00 2017 UTC
2 rdk.zip\rdk\product\production\rdk\config rolesConfig.js Tue Oct 3 17:13:12 2017 UTC

13.2 Comparison summary

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

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

13.4 Active regular expressions

No regular expressions were active.

13.5 Comparison detail

  1   // Tempora ry mock da ta - to be  removed w hen the JB PM VM is c omplete
  2   module.exp orts.user  = {
  3         " REDACT ": [
  4           {
  5                "service ": [
  6                    "HOM E TELEHEAL TH",
  7                    "HOS PITAL MEDI CINE",
  8                    "IMA GING",
  9                    "INF ECTIOUS DI SEASE"
  10                ],
  11                "team" :  [
  12                    "TEA M1",
  13                    "TEA M2",
  14                    "TEA M3"
  15                ],
  16                "roles":  [
  17                    "NUR SE (RN)",
  18                    "NUR SE PRACTIT IONER",
  19                    "OIF  OEF CLINI CAL CASE M ANAGER",
  20                    "PHY SICIAN-ATT ENDING",
  21                    "PHY SICIAN-PRI MARY CARE" ,
  22                    "RN  CARE COORD INATOR",
  23                    "SOC IAL WORKER "
  24                ]
  25           }
  26       ],
  27       "eh123 4": [
  28           {
  29                "service ": [
  30                    "LAB ORTORY & D ISEASE",
  31                    "LIV E TRANSPLA NT",
  32                    "LOD GING",
  33                    "MH- GENERAL"
  34                ],
  35                "team" :  [
  36                    "TEA M4",
  37                    "TEA M5",
  38                    "TEA M6"
  39                ],
  40                "roles":  [
  41                    "CLI NICAL NURS E SPECIALI ST",
  42                    "CLI NICAL PHAR MACIST",
  43                    "LPC  (MHTC)",
  44                    "PHY SICIAN-PSY CHIATRIST" ,
  45                    "PHY SICIAN ASS ISTANT",
  46                    "RES IDENT (PHY SICIAN)"
  47  
  48                ]
  49           }
  50       ]
  51   };