106. EPMO Open Source Coordination Office Redaction File Detail Report

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

106.1 Files compared

# Location File Last Modified
1 rdk.zip\rdk\product\production\rdk\src\write\notes notes-vista-writer-itest-spec.js Mon Aug 21 12:51:00 2017 UTC
2 rdk.zip\rdk\product\production\rdk\src\write\notes notes-vista-writer-itest-spec.js Tue Oct 3 18:55:33 2017 UTC

106.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 7 68
Changed 6 16
Inserted 0 0
Removed 0 0

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

106.4 Active regular expressions

No regular expressions were active.

106.5 Comparison detail

  1   'use stric t';
  2  
  3   var vistaW riter = re quire('./n otes-vista -writer');
  4  
  5   var writeb ackContext  = {
  6         pid: ' R E D A CTED ;8',
  7       vistaC onfig: {
  8             host: ' IP          ',
  9           po rt: 9210,
  10             accessCode : ' REDACT ',
  11             verifyCode : ' REDACTED ',
  12             localIP: ' IP        ',
  13           lo calAddress : 'localho st',
  14           co ntext: 'HM P UI CONTE XT'
  15       },
  16       model:  {
  17           'a uthorUid':  '10000000 255',
  18             'documentD efUid': 'u rn:va:doc- def: R E D A CTED :40',
  19           'e ncounterLo calId': 'H 2931013',
  20           'e ncounterDa teTime': ' 1993101314 00',
  21           'r eferenceDa teTime': ' 2015071014 10',
  22             'locationU id': 'urn: va:locatio n: R E D A CTED :32',
  23           'p atientIcn' : '10110V0 04877',
  24             'pid': ' R E D A CTED ;8',
  25           's tatus': 'U NSIGNED'
  26       },
  27       logger : sinon.st ub(require ('bunyan') .createLog ger({name:  'notes-vi sta-writer '}))
  28   };
  29  
  30   describe(' write-back  notes vis ta writer  integratio n', functi on() {
  31       descri be('tests  unsigned',  function( ) {
  32           it .skip('ret urns succe ss with no te ien', f unction(do ne) {
  33                this.tim eout(5000) ;
  34                vistaWri ter.unsign ed(writeba ckContext,  function( err, resul t) {
  35                    expe ct(err).to .be.falsy( );
  36                    expe ct(writeba ckContext. vprRespons e).to.be.u ndefined() ;
  37                    expe ct(writeba ckContext. model.loca lId).to.be .truthy();
  38                    done ();
  39                });
  40           }) ;
  41       });
  42   });