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.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | CUI-CPP-v2.4.0-source-archive.zip\app\views\consultations | _new_form.html.haml | Thu Dec 21 03:33:17 2017 UTC |
| 2 | CUI-CPP-v2.4.0-source-archive.zip\app\views\consultations | _new_form.html.haml | Wed Feb 7 16:42:57 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 192 |
| 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 | #error_exp lanation_c onsultatio n | |
| 2 | - if @co nsultation .errors.an y? | |
| 3 | %div | |
| 4 | - er ror_count = @consult ation.erro rs.count | |
| 5 | %h3= (error_co unt > 1 ? error_coun t.to_s + " errors " : error_co unt.to_s + " error " ) + "prohi bited this consultat ion from b eing added :" | |
| 6 | %ul | |
| 7 | - @consultat ion.errors .full_mess ages.each do |msg| | |
| 8 | %li= " * " + msg | |
| 9 | = form_for @consulta tion do |f | | |
| 10 | .row | |
| 11 | .colum ns.small-1 2 | |
| 12 | .tb_ div{:conte nt => ""} | |
| 13 | .row .cpp | |
| 14 | .c olumns.sma ll-12 | |
| 15 | .info-card .dark | |
| 16 | .row | |
| 17 | .colum ns.small-1 2 | |
| 18 | %h3 #{@consult ation.vete ran_first_ name} #{@c onsultatio n.veteran_ last_name} #{@consul tation.vet eran_middl e_name} | |
| 19 | = f. hidden_fie ld :vetera n_first_na me, value: @consulta tion.veter an_first_n ame | |
| 20 | = f. hidden_fie ld :vetera n_last_nam e, value: @consultat ion.vetera n_last_nam e | |
| 21 | = f. hidden_fie ld :vetera n_middle_n ame, value : @consult ation.vete ran_middle _name | |
| 22 | .row | |
| 23 | .colum ns.small-1 2.large-12 | |
| 24 | %spa n.form-inf o | |
| 25 | Co nsult # #{ @consultat ion.consul tation_num ber} #{@co nsultation .consultat ion_title} | |
| 26 | = f.hidden_f ield :cons ultation_n umber, val ue: @consu ltation.co nsultation _number | |
| 27 | = f.hidden_f ield :cons ultation_t itle, valu e: @consul tation.con sultation_ title | |
| 28 | = f.hidden_f ield :cons ultation_s tatus_id, value: @co nsultation .consultat ion_status _id | |
| 29 | ||
| 30 | .row | |
| 31 | .colum ns.small-1 2 | |
| 32 | %button.ri ght.usa-bu tton{ onclick: " window.loc ation.href = 'http:/ / SERVER .aac.dva. DNS : PORT /JLV_251'" , | |
| 33 | type: "button"} Open Joint Legacy Vi ewer | |
| 34 | .row.cpp | |
| 35 | .colum ns.small-1 2 | |
| 36 | %h2 Veteran in formation | |
| 37 | %hr. line/ | |
| 38 | .row.cpp | |
| 39 | .small -6.columns | |
| 40 | %spa n.form-inf o-label | |
| 41 | Da te of Birt h | |
| 42 | %s pan{:class => 'form- info'} #{@ consultati on.veteran _dob} | |
| 43 | = f.hidden_f ield :vete ran_dob, v alue: @con sultation. veteran_do b | |
| 44 | %spa n.form-inf o-label | |
| 45 | SS N | |
| 46 | %s pan{:class => 'form- info'} #{@ consultati on.hidden_ formatted_ ssn} | |
| 47 | = f.hidden_f ield :vete ran_ssn, v alue: @con sultation. veteran_ss n | |
| 48 | = f.hidden_f ield :vete ran_mpi_pi d, value: @consultat ion.vetera n_mpi_pid | |
| 49 | = f.hidden_f ield :vete ran_local_ pid, value : @consult ation.vete ran_local_ pid | |
| 50 | .small -6.columns | |
| 51 | %spa n.form-inf o-label | |
| 52 | Ot her Health Insurance | |
| 53 | %s pan{:class => 'form- info'} #{@ consultati on.veteran _other_hea lth_insura nce_name} | |
| 54 | = f.hidden_f ield :vete ran_other_ health_ins urance_nam e, value: @consultat ion.vetera n_other_he alth_insur ance_name | |
| 55 | .row.cpp | |
| 56 | .colum ns.small-1 2 | |
| 57 | %h2 Episode of Care | |
| 58 | %hr. line/ | |
| 59 | .row.cpp | |
| 60 | .small -6.columns | |
| 61 | = f. label :car e_category _id do | |
| 62 | Ca tegory of Care | |
| 63 | -# # TODO-Du stin: Chan ge to Non- VA categor ies | |
| 64 | = f.select : care_categ ory_id, op tions_from _collectio n_for_sele ct(CareCat egory.all, :id, :tit le), {incl ude_blank: 'Select.. .'}, {:req uired => t rue} | |
| 65 | = la bel_tag 'p eriod_of_v alidity' d o | |
| 66 | Du ration of the Episod e of Care | |
| 67 | .r ow | |
| 68 | .form_fiel d_wrapper. columns.la rge-5 | |
| 69 | = f.text _field(:va lid_from, {class: ' date-field from_date ', :requir ed => true }) | |
| 70 | .form_fiel d_wrapper. columns.la rge-2.to_l abel | |
| 71 | %span | |
| 72 | To | |
| 73 | .form_fiel d_wrapper. columns.la rge-5 | |
| 74 | = f.text _field(:va lid_to, {c lass: 'dat e-field to _date', :r equired => true}) | |
| 75 | %p#toDateA ndFromDate Error.hidd en #{DATE_ ERROR_MESS AGE} | |
| 76 | .small -6.columns | |
| 77 | %fie ldset | |
| 78 | %l egend Requ est Priori ty: | |
| 79 | = label_tag :urgent_pr iority, '' do | |
| 80 | = f.radio_ button :ur gent_prior ity, false , :require d => true, :checked => true | |
| 81 | = f.label :urgent_pr iority, 'R outine', v alue: 'fal se' | |
| 82 | = f.radio_ button :ur gent_prior ity, true, :required => true | |
| 83 | = f.label :urgent_pr iority, 'U rgent', va lue: 'true ' | |
| 84 | %spa n.form-inf o-label | |
| 85 | En tered into Vista | |
| 86 | %s pan{:class => 'form- info'} #{@ consultati on.via_cre ated_date} | |
| 87 | = f.hidden_f ield :via_ created_da te, value: @consulta tion.via_c reated_dat e | |
| 88 | = f.butt on :Submit , class: ' usa-button right' | |
| 89 | .row.cpp | |
| 90 | .colum ns.small-1 2 | |
| 91 | %h2 VistA Cons ult Summar y | |
| 92 | %hr. line/ | |
| 93 | .row | |
| 94 | .small -12.column s | |
| 95 | %spa n{:class = > 'form-in fo consult ation_text '} #{@cons ultation.c onsultatio n_text} | |
| 96 | = f. hidden_fie ld :consul tation_tex t, value: @consultat ion.consul tation_tex t | |
| 97 |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.