Sha256: d8785ca26205eeab2e487902f0cd4dc51f8b30f1d99efc8efdd13dd2dae73b61

Contents?: true

Size: 691 Bytes

Versions: 120

Compression:

Stored size: 691 Bytes

Contents

  = f.input :lab_id, collection: labs, input_html: { class: "small-input" }
  = f.input :test_description, as: :text, input_html: { class: "small-input" }
  = f.input :sample_number_bottles, collection: 0..10, input_html: { class: "small-input" }
  = f.input :sample_type, input_html: { class: "small-input" }
  = f.input :frequency_type, collection: frequencies, input_html: { class: "small-input" }
  = f.input :start_date, as: :date_picker, input_html: { class: "small-input" }
  = f.input :end_date, as: :date_picker, input_html: { class: "small-input" }

  = submit_tag "Save", class: "button"
  span= " or "
  = link_to "Cancel", patient_pathology_required_observations_path(@patient)

Version data entries

120 entries across 120 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc13 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/pathology/patient_rules/_form.html.slim