Sha256: de74f8aa2e0fcb7ff4ffafd62162175e9fedcbac194b8d81df835313e508e8f8

Contents?: true

Size: 919 Bytes

Versions: 122

Compression:

Stored size: 919 Bytes

Contents

table.report
  thead
    tr
      th.noprint.col-width-13
      th.col-width-medium= sort_link([:renalware, query], :patient_family_name, "Patient")
      th.col-width-reference-no Hosp No
      th= sort_link([:renalware, query], :patient_born_on, "Age")
      th= sort_link([:renalware, query], :patient_sex, "Sex")
      th.col-width-tiny Current Modality
      th= sort_link([:renalware, query], :hospital_unit_name, "Unit")
      th.col-width-date= sort_link([:renalware, query], :performed_on, "Date")
      th.col-width-time= sort_link([:renalware, query], :start_time, "Start Time")
      th.col-width-time= sort_link([:renalware, query], :end_time, "End Time")
      td= sort_link([:renalware, query], :signed_on_by_family_name, "Put On By")
      td= sort_link([:renalware, query], :signed_off_by_family_name, "Taken Off By")

  tbody
    = render partial: "session", collection: sessions

= paginate sessions

Version data entries

122 entries across 122 versions & 1 rubygems

Version Path
renalware-core-2.0.40 app/views/renalware/hd/ongoing_sessions/_table.html.slim
renalware-core-2.0.39 app/views/renalware/hd/ongoing_sessions/_table.html.slim