82. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/3/2019 10:25:05 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.

82.1 Files compared

# Location File Last Modified
1 CC_CC_DST_1_0_0.zip\DSTInFlightCode_1.0.0.zip\DSTInFlightCode_1.0.0\dst-cprs-web-master.zip\dst-cprs-web-master\src\constants index.js Sun Apr 14 17:39:46 2019 UTC
2 CC_CC_DST_1_0_0.zip\DSTInFlightCode_1.0.0.zip\DSTInFlightCode_1.0.0\dst-cprs-web-master.zip\dst-cprs-web-master\src\constants index.js Fri Apr 26 17:47:12 2019 UTC

82.2 Comparison summary

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

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

82.4 Active regular expressions

No regular expressions were active.

82.5 Comparison detail

  1   /**
  2    * A listi ng of all  the consta nts/enums  available  for DST
  3    */
  4  
  5   export con st EXISTIN G_CONSULT_ NAME = "CO MMUNITY CA RE-ADMIN V CCPE";
  6  
  7   export con st CONSULT _URGENCY =  {
  8     ROUTINE:  "Routine" ,
  9     STAT: "S tat",
  10     SPECIAL:  "Special"
  11   };
  12  
  13   export con st CLINICA L_SVC_TYPE  = {
  14     PRIMARY_ CARE: "Pri mary Care/ Mental Hea lth",
  15     SPECIALT Y_CARE: "S pecialty C are",
  16   };
  17  
  18   export con st VET_CAR E_CHOICE =  {
  19     TBD: "1" ,
  20     OPT_IN:  "2",
  21     OPT_OUT:  "3",
  22   };
  23  
  24   export con st CC_CONS ULT_DECISI ON = {
  25     VA: "VA" ,
  26     CC: "CC" ,
  27   };
  28  
  29   export con st bestMed icalOption s = [{
  30     id: 0,
  31     name: "- -- Select  Justificat ion ---"
  32   },{
  33     id: 1,
  34     name: "N ature or s implicity  of service "
  35   },{
  36     id: 2,
  37     name: "F requency o f service"
  38   },{
  39     id: 3,
  40     name: "N eed for an  attendant "
  41   },{
  42     id: 5,
  43     name: "P otential f or improve d continui ty of care "
  44   },{
  45     id: 6,
  46     name: "P otential f or improve d quality  of care"
  47   },{
  48     id: 7,
  49     name: "T imeliness  of availab le appoint ments"
  50   },{
  51     id: 4,
  52     name: "O ther"
  53   }];
  54  
  55  
  56   /* SSO Log out link a t top righ t of UI * DNS.UR
  57  
/CentralLo gin/Centra lLanding.a spx?appid= DST&target =https:// DNS . URL /";
  58  
  59   /* Help li nk at top  left of UI , temp val ue for now  */
  60   export con st DST_HEL P_URL = "h elp.html";