1019. EPMO Open Source Coordination Office Redaction File Detail Report

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

1019.1 Files compared

# Location File Last Modified
1 ehmp.zip\ehmp\ehmp\product\tests\vistarpc4r\examples test.rb Tue Jan 10 16:20:50 2017 UTC
2 ehmp.zip\ehmp\ehmp\product\tests\vistarpc4r\examples test.rb Tue Oct 3 14:55:28 2017 UTC

1019.2 Comparison summary

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

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

1019.4 Active regular expressions

No regular expressions were active.

1019.5 Comparison detail

  1   # require  './../lib/ vistarpc4r /rpc_respo nse'
  2   # require  './../lib/ vistarpc4r /vista_rpc '
  3   # require  './../lib/ vistarpc4r /rpc_broke r_connecti on'
  4   # require  './../lib/ vistarpc4r /domains_a ction'
  5  
  6   # test = D omainsView .new
  7    # p test. view_patie nts_list " 9e7a"
  8    # p test. view_meds  "9e7a;3"
  9    # p test. view_vital s "9e7a;3"
  10    # p test. view_labs  "9e7a;3"
  11    # p test. view_demo  "9e7a;3"
  12    # p test. view_visit s "9e7a;3"
  13    # p test. view_detai l "9e7a;3"
  14    # p test. view_notif ications " 9e7a;3"
  15    # p test. view_info  "9e7a;3"
  16    # p test. view_probl em_list "9 e7a;3"
  17    # p test. view_aller gy "9e7a;3 "
  18    # p test. view_admis sion_list  "9e7a;3"
  19    # p test. view_appoi ntments_li st "9e7a;3 "
  20  
  21   # #p test. view_all_p atients "9 e7a"
  22   # # Medsph ere mainta ins a publ ic demo Op enVistA se rver.  It  resets all  of its co ntent ever y night.
  23   # # Info h ere ---> h ttps://med sphere.org /docs/DOC- 1003
  24  
  25  
  26       # # broker  = VistaRP C4r::RPCBr okerConnec tion.new(' IP          ',  PORT , ' REDACT ', ' REDACTED ')
  27     # # brok er.connect
  28   #   
  29     # # p "T he RPC Bro ker Connec tion statu s is #{bro ker.isConn ected}"
  30  
  31     # # brok er.setCont ext('OR CP RS GUI CHA RT')
  32   #   
  33     # # pati ent_ien =  "9E7A;3"
  34   #   
  35   #   
  36   # # def pa tients_lis t(broker)
  37   # #   ward sarray = b roker.call _a("ORQPT  WARDS")
  38   #  
  39   # #     wa rdsarray.e ach do |wa rd|
  40   # #        a = ward.s plit("^")
  41   # #        puts "Ward :" + a[1]
  42   # #        wardarray  = broker.c all_a("ORQ PT WARD PA TIENTS", [ a[0]])  #  ward ien
  43   # #          wardarra y.each do  |patient|
  44   # #            b = pa tient.spli t("^")
  45   # #            puts b [0] + ":"  + b[1]
  46   # #          end
  47   # #     en d
  48   # # end
  49   #  
  50   # # def pr oblem_list (broker, p atient_ien )
  51   # # # Prob lem list
  52   # #   puts  "Problem  list------ ---------- ---------- ---------- -"
  53   # #   pati entarray =  broker.ca ll_a("ORQQ PL LIST",  [patient_i en, "A"])
  54   # #     pa tientarray .each do | d|
  55   # #        puts d
  56   # #     en d
  57   # # end 
  58   # #  patie nts_list b roker
  59   # #  probl em_list br oker, pati ent_ien
  60  
  61   # # 
  62   # # # Medi cations
  63   # # puts " Medication s--------- ---------- ---------- --------"
  64   # # patien tarray = b roker.call _a("ORWPS  COVER", [p atient_ien ])
  65   # # patien tarray.eac h do |d|
  66     # # puts  d
  67   # # end
  68   # # 
  69   # # 
  70   # # #Labs
  71   # # puts " Labs------ ---------- ---------- ---------- -"
  72   # # patien tarray = b roker.call _a("ORWCV  LAB", [pat ient_ien])
  73   # # patien tarray.eac h do |d|
  74     # # puts  d
  75   # # end
  76   # # 
  77   # # # Vita ls
  78   # # puts " Vitals---- ---------- ---------- ---------- ---"
  79   # # patien tarray = b roker.call _a("ORQQVI  VITALS",  [patient_i en])
  80   # # patien tarray.eac h do |d|
  81     # # puts  d
  82   # # end
  83   # # 
  84   # # # Demo
  85   # # puts " Demographi cs-------- ---------- ---------- ---------"
  86   # # patien tarray = b roker.call _a("ORWPT  PTINQ", [p atient_ien ])
  87   # # patien tarray.eac h do |d|
  88     # # puts  d
  89   # # end
  90   # # 
  91   # # #visit s
  92   # # puts " Visits---- ---------- ---------- ---------- ---"
  93   # # patien tarray = b roker.call _a("ORWCV  VST", [pat ient_ien])
  94   # # patien tarray.eac h do |d|
  95     # # puts  d
  96   # # end
  97   # # 
  98   # # #provi ders
  99   # # puts " Providers- ---------- ---------- ---------- --"
  100   # # patien tarray = b roker.call _a("ORQPT  PROVIDERS" )
  101   # # patien tarray.eac h do |d|
  102     # # puts  d
  103   # # end
  104   # # p 'tes t'