Sha256: b01819e0956833de3dd3366ffb22565fa9c90740f3b3823b9a62e278337417b1

Contents?: true

Size: 799 Bytes

Versions: 37

Compression:

Stored size: 799 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,
            collection: Renalware::Pathology::Requests::SampleType.ordered.pluck(:name, :code),
            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

37 entries across 37 versions & 1 rubygems

Version Path
renalware-core-2.0.147 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.146 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.145 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.144 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.143 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.142 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.141 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.140 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.139 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.138 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.137 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.136 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.135 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.134 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.133 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.132 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.131 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.130 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.129 app/views/renalware/pathology/patient_rules/_form.html.slim
renalware-core-2.0.128 app/views/renalware/pathology/patient_rules/_form.html.slim