Sha256: 487548f5de56d591013d68731a4c1fa09dff13dc90fcd160ff4e86f21fbf2d6d
Contents?: true
Size: 896 Bytes
Versions: 20
Compression:
Stored size: 896 Bytes
Contents
table.report thead tr th.noprint.col-width-11 th.col-width-medium= sort_link([:renalware, query], :patient_family_name, "Patient") th.col-width-tiny Hosp No th= sort_link([:renalware, query], :patient_born_on, "Age") th= sort_link([:renalware, query], :patient_sex, "Sex") th 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
20 entries across 20 versions & 1 rubygems