Sha256: 2b0b8023cab0ecd7b055f3c4bad88bbd5c150b0245b4f47ab92b3fecd61b8ae7
Contents?: true
Size: 950 Bytes
Versions: 5
Compression:
Stored size: 950 Bytes
Contents
table thead tr th.col-width-tiny th.col-width-date PET date th.col-width-date PET type th Kt/V_Total th CrCl Total th CrCl Dial th CrCl RRF th Daily urine th Daily UF th.col-width-date=t("updated_at") tbody - pet_adequacies.each do |pet_adequacy| tr data-assessment-id="#{pet_adequacy.id}" valign="top" td = link_to "View", patient_pd_pet_adequacy_result_path(patient, pet_adequacy.id) | | = link_to "Edit", edit_patient_pd_pet_adequacy_result_path(patient, pet_adequacy.id) td= l(pet_adequacy.pet_date) td= pet_adequacy.pet_type.try!(:text) td= pet_adequacy.ktv_total td= pet_adequacy.crcl_total td= pet_adequacy.crcl_dialysate td= pet_adequacy.crcl_rrf td= pet_adequacy.daily_urine td= pet_adequacy.daily_uf td= l(pet_adequacy.updated_at.to_date)
Version data entries
5 entries across 5 versions & 1 rubygems