Sha256: 2aed1c205f963423d0164bb12ddd973116d522240f90e6a4c85eb817d0d7771d
Contents?: true
Size: 895 Bytes
Versions: 115
Compression:
Stored size: 895 Bytes
Contents
- path = [:renalware, presenter.q] table#patients.mdm-patients.columns thead tr th.col-width-large= sort_link(path, :family_name, t(".name")) th.col-width-nhs-no= sort_link(path, :nhs_number, t(".nhs_no")) th.col-width-reference-no= t(".hosp_no") th.col-width-tiny= t(".sex") th.col-width-tiny= t(".age") th.col-width-medium= t(".modality") th.col-width-date= t(".last_operation_on") - %i(hgb ure cre).each do |code| th.col-width-tiny= sort_link(path, code, t(".#{code}")) th.col-width-date= sort_link(path, :"#{code}_date", t(".#{code}_date")) th.col-width-tiny= sort_link(path, :egfr, t(".egfr")) th.col-width-date= t(".esrf") th.col-width-small tbody = render partial: "patient", collection: presenter.patients, locals: { view_proc: presenter.view_proc, q: presenter.q }
Version data entries
115 entries across 115 versions & 1 rubygems