Sha256: 0b1fa9b0df4ae7a40fd1fd6fa731c820e6b6e308313d7ba8a4610735b7ebbc67

Contents?: true

Size: 1.64 KB

Versions: 156

Compression:

Stored size: 1.64 KB

Contents

ruby:
  back_path = patient_accesses_dashboard_path(patient)

.row.top
  .medium-6.columns
    = f.button :submit
    span= " or "
    = link_to "cancel", back_path

.form-content
  = f.simple_fields_for :document, f.object.document do |fd|
    = render layout: "renalware/shared/fieldset",
        locals: { legend: "Results & Observations", name: "results" } do

      = f.input :performed_on, as: :date_picker
      = f.association :type,
          collection: Renalware::Accesses::Type.ordered,
          label_method: :to_s,
          input_html: { class: "small-input" }
      = f.input :side, input_html: { class: "small-input" }

      = fd.simple_fields_for :results, fd.object.results do |fcm|
        = fcm.input :method, input_html: { class: "small-input" }
        = fcm.input :flow_feed_artery
        = fcm.input :has_art_stenosis, as: :inline_radio_buttons
        = fcm.input :art_stenosis_notes, as: :text, input_html: { rows: 5 }
        = fcm.input :has_ven_stenosis, as: :inline_radio_buttons
        = fcm.input :ven_stenosis_notes, as: :text, input_html: { rows: 5 }
        = fcm.input :has_residual_stenosis, as: :inline_radio_buttons
        = fcm.input :outcome, input_html: { class: "small-input" }

    = render layout: "renalware/shared/fieldset",
        locals: { legend: "Management Plans", name: "plans" } do
      = fd.simple_fields_for :admin, fd.object.admin do |fcm|
        = fcm.input :next_surveillance, input_html: { class: "small-input" }
        = fcm.input :decision
      = f.input :comments, as: :text, input_html: { rows: 5 }

  .row
    .large-12.columns
      = f.button :submit
      span= " or "
      = link_to "cancel", back_path

Version data entries

156 entries across 156 versions & 1 rubygems

Version Path
renalware-core-2.0.126 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.125 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.124 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.123 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.121 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.120 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.119 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.118 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.117 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.116 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.115 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.113 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.112 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.111 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.110 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.109 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.108 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.106 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.105 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.104 app/views/renalware/accesses/assessments/_form.html.slim