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.83 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.82 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.81 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.80 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.79 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.78 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.77 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.76 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.75 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.74 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.73 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.72 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.71 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.70 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.69 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.68 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.67 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.64 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.63 app/views/renalware/accesses/assessments/_form.html.slim
renalware-core-2.0.62 app/views/renalware/accesses/assessments/_form.html.slim