Sha256: d96caad00230b5f77f5efcc5975394596a596e8f4a23b9ff057baa24741502d8
Contents?: true
Size: 886 Bytes
Versions: 8
Compression:
Stored size: 886 Bytes
Contents
table.report thead tr th.noprint.col-width-11 th.col-width-medium= sort_link([:renalware, q], :patient_family_name, "Patient") th.col-width-tiny Hosp No th= sort_link([:renalware, q], :patient_born_on, "Age") th= sort_link([:renalware, q], :patient_sex, "Sex") th Current Modality th= sort_link([:renalware, q], :hospital_unit_name, "Unit") th.col-width-date= sort_link([:renalware, q], :performed_on, "Date") th.col-width-time= sort_link([:renalware, q], :start_time, "Start Time") th.col-width-time= sort_link([:renalware, q], :end_time, "End Time") td= sort_link([:renalware, q], :signed_on_by_family_name, "Signed On By") td= sort_link([:renalware, q], :signed_off_by_family_name, "Signed Off By") tbody - sessions.each do |session| = render "session", session: session = paginate sessions
Version data entries
8 entries across 8 versions & 1 rubygems