275. EPMO Open Source Coordination Office Redaction File Detail Report

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

275.1 Files compared

# Location File Last Modified
1 rdk.zip\rdk\product\tests\acceptance-tests\features\steps labsbypanel_steps.rb Mon Aug 21 12:51:01 2017 UTC
2 rdk.zip\rdk\product\tests\acceptance-tests\features\steps labsbypanel_steps.rb Tue Oct 3 17:27:25 2017 UTC

275.2 Comparison summary

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

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

275.4 Active regular expressions

No regular expressions were active.

275.5 Comparison detail

  1   #http:// IP                /patientre cord/labpa nels?pid=9 E7A%3B1&_a ck=true&ac cessCode= REDACT &verifyCod e= REDACTED &site=9E7A
  2   class Labs ByPanel <  BuildQuery
  3     def init ialize(par ameter_has h_table)
  4       super( )
  5       title  = "patient -record-la bsbypanel"
  6       domain _path = RD Class.reso urcedirect ory_fetch. get_url(ti tle)
  7       p "dom ain path:  #{domain_p ath}"
  8       @path. concat(dom ain_path)
  9       @numbe r_paramete rs = 0
  10  
  11       parame ter_hash_t able.each  do |key, v alue|
  12         add_ parameter( key, value ) unless v alue.nil?  || value.e mpty?
  13       end
  14     end # in itialize
  15   end # clas s
  16  
  17   When(/^the  client re quests a r esponse in  VPR forma t from RDK  API with  the labsby panel para meters$/)  do |parame ter_table|
  18     paramete r_hash_tab le = param eter_table .hashes[0]
  19     path = L absByPanel .new(param eter_hash_ table).pat h
  20     @respons e = HTTPar tyRDK.get( path)
  21   end