Sha256: 95a668bd26b6a85c9829f2defd87cfe67fc578bda2ebc7923988a14fd1652074

Contents?: true

Size: 951 Bytes

Versions: 6

Compression:

Stored size: 951 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

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/pd/_pet_adequacies.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/pd/_pet_adequacies.html.slim