53. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/25/2018 3:41:12 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.

53.1 Files compared

# Location File Last Modified
1 Pain_Coach_v3.0_Jun_2018.zip\vpc-staff-web.zip\vpc-staff-web\app\provider\js\model search_patient.js Tue Apr 3 17:26:25 2018 UTC
2 Pain_Coach_v3.0_Jun_2018.zip\vpc-staff-web.zip\vpc-staff-web\app\provider\js\model search_patient.js Wed Jul 25 14:25:55 2018 UTC

53.2 Comparison summary

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

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

53.4 Active regular expressions

No regular expressions were active.

53.5 Comparison detail

  1   VPC.Model. SearchPati ent = Back bone.Model .extend({
  2       url: f unction()  {
  3             // PS - ht tps:// URL /PatientVi ewerServic es/rest/pa tient/dfn- 442/106
  4             //return " https:// URL /VistaData Services/v 1/patient/ default/71 77262";
  5           va r patientI dentifier  = this.get ('patientI dentifier' );
  6           va r assignin gAuthority  = patient Identifier .assigning Authority;
  7           va r uniqueId  = patient Identifier .uniqueId;
  8           /* console.lo g(">>> pat ient detai ls url =",  App_Utils .GetVDSUrl s().patien t
  9                .replace ('{assigni ng-authori ty}', assi gningAutho rity).repl ace('{pati ent-id}',  uniqueId)) */
  10           re turn App_U tils.GetVD SUrls().pa tient
  11                .replace ('{assigni ng-authori ty}', assi gningAutho rity).repl ace('{pati ent-id}',  uniqueId);
  12       }
  13   });