Produced by Araxis Merge on 5/24/2018 2:23:11 PM 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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | CUI-v2.5.0-release-source.zip\app\views\consultations | show.html.haml | Fri Mar 23 17:02:06 2018 UTC |
| 2 | CUI-v2.5.0-release-source.zip\app\views\consultations | show.html.haml | Thu May 17 13:13:59 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 278 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| 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 |
No regular expressions were active.
| 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 | .r ow | |
| 8 | .columns.s mall-12 | |
| 9 | %h2 #{@c onsultatio n.veteran_ full_name} | |
| 10 | = link_t o '< Back To Search Results', consultati ons_path, :class => "back-link " | |
| 11 | .row | |
| 12 | .col umns.small -12 | |
| 13 | #c onsultatio n_error_ex planation | |
| 14 | - if @cons ultation.e rrors.any? | |
| 15 | %div | |
| 16 | - erro r_count = @consultat ion.errors .count | |
| 17 | %h3= e rror_count .to_s + " error".plu ralize(err or_count) + " prohib ited this consultati on from be ing added: " | |
| 18 | %ul | |
| 19 | - @c onsultatio n.errors.f ull_messag es.each do |msg| | |
| 20 | %l i= " * " + msg | |
| 21 | = form _for [@con sultation] do |f| | |
| 22 | %hr. line/ | |
| 23 | .row | |
| 24 | .c olumns.sma ll-6 | |
| 25 | %h3 Vetera n Informat ion | |
| 26 | .c olumns.sma ll-6 | |
| 27 | %button.ri ght.green- button{ onclick: " window.loc ation.href = 'http:/ / UR L .PORT '", | |
| 28 | ty pe: "butto n"} Open J LV | |
| 29 | .row | |
| 30 | .s mall-4.col umns | |
| 31 | %span.form -info-labe l | |
| 32 | Name | |
| 33 | %span{:c lass => 'f orm-info'} #{@consul tation.vet eran_full_ name} | |
| 34 | .s mall-4.col umns | |
| 35 | %span.form -info-labe l | |
| 36 | Date of Birth | |
| 37 | %span{:c lass => 'f orm-info'} #{@consul tation.vet eran_dob} | |
| 38 | .s mall-4.col umns | |
| 39 | %span.form -info-labe l | |
| 40 | SSN | |
| 41 | %span{:c lass => 'f orm-info'} #{@consul tation.for matted_ssn } | |
| 42 | .row | |
| 43 | .s mall-4.col umns | |
| 44 | %span.form -info-labe l | |
| 45 | Consult # | |
| 46 | %span{:c lass => 'f orm-info'} #{@consul tation.con sultation_ number} | |
| 47 | .s mall-4.col umns | |
| 48 | %span.form -info-labe l | |
| 49 | CAN Scor e | |
| 50 | %span{:c lass => 'f orm-info'} | |
| 51 | .s mall-4.col umns | |
| 52 | %span.form -info-labe l | |
| 53 | Entered Into VistA | |
| 54 | %span{:c lass => 'f orm-info'} #{@consul tation.via _created_d ate} | |
| 55 | ||
| 56 | -# .small-4.c olumns | |
| 57 | -# %span.fo rm-info-la bel | |
| 58 | -# Other Health Ins urance | |
| 59 | -# %span{ :class => 'form-info '} #{@cons ultation.v eteran_oth er_health_ insurance_ name} | |
| 60 | %hr. line/ | |
| 61 | .row .cpp | |
| 62 | .c olumns.sma ll-12 | |
| 63 | %h3 Episod e of Care | |
| 64 | %br/ | |
| 65 | .row .cpp | |
| 66 | .s mall-4.col umns | |
| 67 | = f.label :care_cate gory_id do | |
| 68 | Category of Care | |
| 69 | %span.fo rm-info-la bel | |
| 70 | = 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} | |
| 71 | .s mall-4.col umns | |
| 72 | = label_ta g 'date_ra nge' do | |
| 73 | Duration of the Ep isode of C are | |
| 74 | %span.fo rm-info-la bel | |
| 75 | .form_fi eld_wrappe r.columns. large-5 | |
| 76 | = f.te xt_field : valid_from , value: f ormatted_d ate_simple (@consulta tion.valid _from, cur rent_user, :slashes) , | |
| 77 | placeh older: '(D ate)', cla ss: 'date- field from _date', :r equired => true | |
| 78 | .form_fi eld_wrappe r.columns. large-2.to _label | |
| 79 | %span | |
| 80 | To | |
| 81 | .form_fi eld_wrappe r.columns. large-5 | |
| 82 | = f.te xt_field : valid_to, value: for matted_dat e_simple(@ consultati on.valid_t o, current _user, :sl ashes), | |
| 83 | placehol der: '(Dat e)', class : 'date-fi eld to_dat e', :requi red => tru e | |
| 84 | %p#toD ateAndFrom DateError. hidden #{D ATE_ERROR_ MESSAGE} | |
| 85 | ||
| 86 | .s mall-4.col umns | |
| 87 | =field_set _tag 'Requ est Priori ty' do | |
| 88 | %span.fo rm-info-la bel | |
| 89 | = 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 | |
| 90 | = f.labe l :urgent_ priority, 'Routine', value: 'f alse', sty le: "color : #222; ou tline: non e;" | |
| 91 | = 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 | |
| 92 | = f.labe l :urgent_ priority, 'Stat', va lue: 'true ', style: "color: #2 22; outlin e: none;" | |
| 93 | ||
| 94 | .row | |
| 95 | .c olumns.sma ll-2 | |
| 96 | %input.lef t.usa-butt on.submit- focus{:typ e=>"submit ", :value= >"Submit"} | |
| 97 | %br/ | |
| 98 | %br/ | |
| 99 | ||
| 100 | / Fo undation t abs | |
| 101 | .colum ns.small-1 2 | |
| 102 | .row .cpp | |
| 103 | %u l#example- tabs.tabs{ "data-tabs " => ""} | |
| 104 | %li.tabs-t itle.is-ac tive | |
| 105 | %a{"aria -selected" => "true" , :href => "#panel1" } Referral s | |
| 106 | %li.tabs-t itle | |
| 107 | %a{:href => "#pane l2"} Docum ents | |
| 108 | %li.tabs-t itle | |
| 109 | %a{:href => "#pane l3"} Appoi ntments | |
| 110 | %li.tabs-t itle.click -me | |
| 111 | %a{:href => "#pane l4"} Histo ry | |
| 112 | %li.tabs-t itle | |
| 113 | %a{:href => "#pane l5"} VistA Consult | |
| 114 | ||
| 115 | .t abcontent{ "data-tabs -content" => "exampl e-tabs"} | |
| 116 | #panel1.ta bs-panel.i s-active | |
| 117 | .small-1 2.columns | |
| 118 | = render 'consult_ details' | |
| 119 | %br/ | |
| 120 | .small-8 .columns | |
| 121 | = render 'add_cons ultation_c omment' | |
| 122 | #panel2.ta bs-panel | |
| 123 | %br/ | |
| 124 | %h3 Docu ments | |
| 125 | = render 'document s_tab' | |
| 126 | #panel3.ta bs-panel | |
| 127 | %h3 Appo intments | |
| 128 | %br/ | |
| 129 | = render partial: 'appointme nts_tab' | |
| 130 | #panel4.ta bs-panel | |
| 131 | %br/ | |
| 132 | %h3 Hist ory | |
| 133 | = render partial: 'history_t ab' | |
| 134 | #panel5.ta bs-panel | |
| 135 | %br/ | |
| 136 | .small-1 2.columns | |
| 137 | %h3 Vist A Consult | |
| 138 | =render partial: ' vista_cons ult' | |
| 139 | ||
| 140 |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.