Sha256: 243a5dd7cc64594667ec59b1bd0bb9cd911f85e6d2fcc66626b19e62340f441a

Contents?: true

Size: 944 Bytes

Versions: 123

Compression:

Stored size: 944 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&.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

123 entries across 123 versions & 1 rubygems

Version Path
renalware-core-2.0.124 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.123 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.121 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.120 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.119 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.118 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.117 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.116 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.115 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.113 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.112 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.111 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.110 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.109 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.108 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.106 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.105 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.104 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.103 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.102 app/views/renalware/pd/_pet_adequacies.html.slim