Sha256: e777ce26957576d9118ed12780c1b05184ca965b0a86441ad164714b3051d84d
Contents?: true
Size: 1.74 KB
Versions: 18
Compression:
Stored size: 1.74 KB
Contents
= simple_form_for [patient, pet_adequacy_result], as: "pet_adequacy", wrapper: :horizontal_form, html: { class: "pet-adequacy-form" } do |f| = f.input :pet_type, as: :inline_radio_buttons, wrapper: :horizontal_small = f.input :pet_date, as: :date_picker, wrapper: :horizontal_datepicker = f.input :pet_duration, wrapper: :horizontal_small = f.input :pet_net_uf, wrapper: :horizontal_small = f.input :adequacy_date, as: :date_picker, wrapper: :horizontal_datepicker = f.input :dialysate_creat_plasma_ratio, wrapper: :horizontal_small = f.input :dialysate_glucose_start, wrapper: :horizontal_small = f.input :dialysate_glucose_end, wrapper: :horizontal_small = f.input :ktv_total, wrapper: :horizontal_small = f.input :ktv_dialysate, wrapper: :horizontal_small = f.input :ktv_rrf, wrapper: :horizontal_small = f.input :crcl_total, wrapper: :horizontal_small = f.input :crcl_dialysate, wrapper: :horizontal_small = f.input :crcl_rrf, wrapper: :horizontal_small = f.input :daily_uf, wrapper: :horizontal_small = f.input :daily_urine, wrapper: :horizontal_small = f.input :date_rff, as: :date_picker, wrapper: :horizontal_datepicker = f.input :creat_value, wrapper: :horizontal_small = f.input :dialysate_effluent_volume, wrapper: :horizontal_small = f.input :date_creat_clearance, as: :date_picker, wrapper: :horizontal_datepicker = f.input :date_creat_value, as: :date_picker, wrapper: :horizontal_datepicker = f.input :urine_urea_conc, wrapper: :horizontal_small = f.input :urine_creat_conc, wrapper: :horizontal_small = f.input :dietry_protein_intake, wrapper: :horizontal_small = submit_tag "Save", class: "button" ' or = link_to "cancel", patient_pd_dashboard_path(patient)
Version data entries
18 entries across 18 versions & 1 rubygems