Sha256: 757145a242e5343cd9176cfe1b4d604ecebac57b5d98034f7a15332303989900

Contents?: true

Size: 846 Bytes

Versions: 4

Compression:

Stored size: 846 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(".hosp_no"))
      th.col-width-reference-no= t(".hosp_no")
      th.col-width-tiny= t(".sex")
      th.col-width-tiny= t(".age")
      th.col-width-small= t(".modality")
      - %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

4 entries across 4 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc8 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/mdm_patients/_table.html.slim