Sha256: e4663c081deee1a89f41629888fcad0d44965ad12bb219fb87402cafc7921013
Contents?: true
Size: 864 Bytes
Versions: 177
Compression:
Stored size: 864 Bytes
Contents
- requests.each do |request_form| - if request_form.has_tests_required? - if request_form.has_global_requests? - request_form.global_requests_by_lab_and_bottle_type.each do |(lab_name, bottle_type), request_descriptions| .alwaysbreak = render partial: "renalware/pathology/requests/requests/request_form/manual_form_global.html.slim", locals: { request_form: request_form, lab_name: lab_name, bottle_type: bottle_type, request_descriptions: request_descriptions } - if request_form.has_patient_requests? - request_form.patient_requests_by_lab.each do |lab_name, patient_rules| .alwaysbreak = render partial: "renalware/pathology/requests/requests/request_form/manual_form_patient.html.slim", locals: { request_form: request_form, lab_name: lab_name, patient_rules: patient_rules }
Version data entries
177 entries across 177 versions & 1 rubygems