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.39 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.38 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.37 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.36 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.35 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.34 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.33 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.32 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.31 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.30 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.28 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.27 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.26 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.25 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.24 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.23 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.22 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.21 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.20 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.18 app/views/renalware/accesses/assessments/_form.html.slim