953. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/3/2017 11:16:06 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.

953.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\tests\acceptance-tests\features-arch\old_ehmp_features_ruby\steps laborder_steps.rb Tue Dec 15 14:05:18 2015 UTC
2 ehmp.zip\ehmp\ehmp\product\tests\acceptance-tests\features-arch\old_ehmp_features_ruby\steps laborder_steps.rb Tue Oct 3 13:52:15 2017 UTC

953.2 Comparison summary

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

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

953.4 Active regular expressions

No regular expressions were active.

953.5 Comparison detail

  1   When(/^the  client re quests lab  orders fo r the pati ent "(.*?) " and orde r "(.*?)"  in VPR for mat$/) do  |pid, uid|
  2       #https:// IP        /vpr/11016 /labs/urn: va:order: R E D A CTED :227:16682
  3     path = Q ueryVPR.ne w("labs/#{ uid}", pid ).path
  4     p path
  5     @respons e = HTTPar tyWithBasi cAuth.get_ with_autho rization(p ath)
  6   end
  7  
  8   When(/^the  client re quests lab  orders fo r the pati ent "(.*?) " and orde r "(.*?)"  in VPR for mat from R DK API$/)  do |pid, u id|
  9       #http:// IP                /patientre cord/labsb yorder?pid =11016&ord erUid=urn: va:order: R E D A CTED :227:16682
  10     path = Q ueryRDK.ne w("#{uid}" , pid).pat h
  11     p path
  12     @respons e = HTTPar tyWithBasi cAuth.get_ with_autho rization(p ath)
  13   end