12. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 2/21/2018 6:58:06 AM Central Standard 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.

12.1 Files compared

# Location File Last Modified
1 CUI-CPP-v2.4.0-source-archive.zip\app\views\consultations show.html.haml Thu Dec 21 03:33:17 2017 UTC
2 CUI-CPP-v2.4.0-source-archive.zip\app\views\consultations show.html.haml Wed Feb 7 16:42:37 2018 UTC

12.2 Comparison summary

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

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

12.4 Active regular expressions

No regular expressions were active.

12.5 Comparison detail

  1   = provide( :title, 'C onsult Det ails')
  2   .row.cpp
  3     .columns .small-12
  4       .tb_di v{:content  => ""}
  5       .row
  6         .col umns.small -12
  7             %button.ri ght.usa-bu tton{    onclick: " window.loc ation.href  = 'http:/ / SERVER .aac.dva. DNS     :8044/JLV_ 251'",
  8                                 ty pe: "butto n"} Open J oint Legac y Viewer
  9       .row
  10         .col umns.small -12
  11           .i nfo-card.d ark
  12              .row
  13                .columns .small-12
  14                  %h3 #{ @consultat ion.vetera n_full_nam e}
  15              .row
  16                .columns .small-12. large-12
  17                  %span. form-info
  18                    Cons ult # #{@c onsultatio n.consulta tion_numbe r} #{@cons ultation.c onsultatio n_title}
  19       .row
  20         .col umns.small -12
  21           #c onsultatio n_error_ex planation
  22              - if @cons ultation.e rrors.any?
  23                %div
  24                  - erro r_count =  @consultat ion.errors .count
  25                  %h3= e rror_count .to_s + "  error".plu ralize(err or_count)  + " prohib ited this  consultati on from be ing added: "
  26                  %ul
  27                    - @c onsultatio n.errors.f ull_messag es.each do  |msg|
  28                      %l i= " * " +  msg
  29       = form _for [@con sultation]  do |f|
  30         %h2  Veteran in formation
  31         %hr. line/
  32         .row
  33           .s mall-6.col umns
  34              %span.form -info-labe l
  35                Date of  Birth
  36                %span{:c lass => 'f orm-info'}  #{@consul tation.vet eran_dob}
  37              %span.form -info-labe l
  38                SSN
  39                %span{:c lass => 'f orm-info'}  #{@consul tation.for matted_ssn }
  40           .s mall-6.col umns
  41              %span.form -info-labe l
  42                Other He alth Insur ance
  43                %span{:c lass => 'f orm-info'}  #{@consul tation.vet eran_other _health_in surance_na me}
  44         .row .cpp
  45           .c olumns.sma ll-12
  46              %h2 Episod e of Care
  47              %hr.line/
  48         .row .cpp
  49           .s mall-6.col umns
  50              = f.label  :care_cate gory_id do
  51                Category  of Care
  52                = f.sele ct :care_c ategory_id , options_ from_colle ction_for_ select(Car eCategory. all, :id,  :title, @c onsultatio n.care_cat egory_id),  {include_ blank: 'Se lect...'},  {:require d => true}
  53              = label_ta g 'date_ra nge' do
  54                Duration  of the Ep isode of C are
  55                .row
  56                  .form_ field_wrap per.column s.large-5
  57                    = f. text_field  :valid_fr om, value:  formatted _date_simp le(@consul tation.val id_from, c urrent_use r, :slashe s),
  58                                                   placeh older: '(D ate)', cla ss: 'date- field from _date', :r equired =>  true
  59                  .form_ field_wrap per.column s.large-2. to_label
  60                    %spa n
  61                      To
  62                  .form_ field_wrap per.column s.large-5
  63                    = f. text_field  :valid_to , value: f ormatted_d ate_simple (@consulta tion.valid _to, curre nt_user, : slashes),
  64                                                 placehol der: '(Dat e)', class : 'date-fi eld to_dat e', :requi red => tru e
  65                  %p#toD ateAndFrom DateError. hidden #{D ATE_ERROR_ MESSAGE}
  66           .s mall-6.col umns
  67              =field_set _tag 'Requ est Priori ty' do
  68                = f.radi o_button : urgent_pri ority, fal se, checke d: urgent_ priority_s elected?(@ consultati on, false) , role: "r adio", cla ss: 'radio -inline',  :aria => { checked: " false"}, : required = > true
  69                = f.labe l :urgent_ priority,  'Routine',  value: 'f alse', sty le: "color : #222; ou tline: non e;"
  70                = f.radi o_button : urgent_pri ority, tru e, checked : urgent_p riority_se lected?(@c onsultatio n, true),  role: "rad io", class : 'radio-i nline', :a ria => {ch ecked: "fa lse"}, :re quired =>  true
  71                = f.labe l :urgent_ priority,  'Urgent',  value: 'tr ue', style : "color:  #222; outl ine: none; "
  72              %span.form -info-labe l
  73                Entered  into Vista
  74                %span{:c lass => 'f orm-info'}  #{@consul tation.via _created_d ate}
  75  
  76           .c olumns.sma ll-12
  77              %input.rig ht.usa-but ton{:type= >"submit",  :value=>" Submit Cha nges to Co nsult"}
  78  
  79         = re nder parti al: 'add_c onsultatio n_comment_ partial'
  80  
  81         .row
  82           #f ilter_data .small-12. columns
  83              %h2 Referr als
  84              %hr.line/
  85              %table#vha UserConsDa ta.data-ta ble.usa-ta ble-border less.nav-l ist
  86                %thead
  87                  %tr
  88                    %th{ role: "col umnheader" }
  89                      Re ferral
  90                    %th{ role: "col umnheader" }
  91                      Au thorizatio n#
  92                    %th{ role: "col umnheader" }
  93                      Co mmunity Pr ovider
  94                    %th{ role: "col umnheader" }
  95                      NP I
  96                    %th{ role: "col umnheader" }
  97                      Da te
  98                    %th{ role: "col umnheader" }
  99                      St atus
  100                %tbody.d tCursor
  101                  - @con sultation. referrals. includes(: referral_t ype, :prov ider, :ref erral_stat us).each d o |child_r eferral|
  102                    %tr{ :id => "#{ child_refe rral.id}"}
  103                      %t d
  104                         = child_re ferral.ref erral_type .try :titl e
  105                      %t d
  106                         = child_re ferral.aut horization _number
  107                      %t d
  108                         = Provider DataPresen ter.new(ch ild_referr al).name
  109                      %t d
  110                         = Provider DataPresen ter.new(ch ild_referr al).npi
  111                      %t d
  112                         = child_re ferral.cre ated_at.st rftime(DAT E_FORMAT)
  113                      %t d
  114                         = child_re ferral.ref erral_stat us.name
  115       .row
  116         .sma ll-12.colu mns
  117           =  form_for([ @referral] , url: con sultation_ add_referr al_path(@c onsultatio n)) do |f|
  118              .row
  119                .columns .small-12
  120                  = f.la bel :refer ral_type_i d do
  121                    Refe rral Type
  122                    = f. select :re ferral_typ e_id, opti ons_from_c ollection_ for_select (ReferralT ype.all, : id, :title ), {includ e_blank: ' Select Ref erral Type '}, {:requ ired => tr ue}
  123              .row
  124                .columns .small-12
  125                  = f.la bel :autho rization_n umber do
  126                    Auth orization  Number
  127                    = f. text_field  :authoriz ation_numb er, :requi red => tru e
  128              .row
  129                .columns .small-12
  130                  = butt on_tag 'Ad d Referral ', class:  'button-us a right ad d-referral '
  131       .row
  132         .cpp
  133           .c olumns.sma ll-12
  134              %h2 VistA  Consult Su mmary
  135              %hr.line/
  136         .sma ll-12.colu mns
  137           %s pan{:class  => 'form- info consu ltation_te xt', :id = > 'consult ation_text '} #{@cons ultation.c onsultatio n_text}