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.146 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.145 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.144 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.143 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.142 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.141 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.140 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.139 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.138 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.137 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.136 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.135 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.134 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.133 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.132 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.131 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.130 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.129 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.128 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.127 app/views/renalware/accesses/assessments/_form.html.slim