13. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/8/2019 1:00:39 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.

13.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\crp-fitheart-release-2.0\app\src\modules\trackers-fhir weight_fhir_service.js Wed Mar 20 17:30:00 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\MHED P3 Healthshare 2.0-redacted\crp-fitheart-release-2.0\app\src\modules\trackers-fhir weight_fhir_service.js Mon Apr 8 16:47:38 2019 UTC

13.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 60
Changed 1 4
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   define(['a ngular', ' app', 'Tra ckersFHIRS ervice'],  function ( angular, a pp) {
  2       'use s trict';
  3  
  4       app.se rvice('Wei ghtFHIRSer vice', fun ction (Tra ckersFHIRS ervice) {
  5           va r emptyWei ghtResourc e = {
  6                meta: {
  7                    tag:  [
  8                         {
  9                               'system':  'https://w iki.mobile health. DOMAIN . EXT /display/P GDMS/Clien t+Provenan ce+Mapping ',
  10                             'code' : ' REDACTED ',
  11                             'displ ay': 'VA F itHeart'
  12                         }
  13                    ]
  14                },
  15                code: {c oding: [{s ystem: 'ht tp://loinc .org', cod e: '29463- 7', displa y: 'Body w eight'}]},
  16                valueQua ntity: {
  17                    unit : 'pounds'
  18                }
  19           };
  20  
  21           re turn angul ar.extend( {}, angula r.copy(Tra ckersFHIRS ervice), {
  22                code: 'h ttp://loin c.org|2946 3-7',
  23                supports Latest: tr ue,
  24  
  25                createEm pty: funct ion () {
  26                    var  emptyResou rce = angu lar.copy(e mptyWeight Resource);
  27  
  28                    retu rn angular .extend({} , Trackers FHIRServic e.createEm pty(), emp tyResource );
  29                }
  30           }) ;
  31       });
  32   });