Sha256: b9c9f9a55395144913c2da42a1b67192c3712026bdeba0ee17a96010ea941618

Contents?: true

Size: 897 Bytes

Versions: 29

Compression:

Stored size: 897 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(".registration_status")
      - %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

29 entries across 29 versions & 1 rubygems

Version Path
renalware-core-2.0.46 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.45 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.44 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.43 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.42 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.41 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.40 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.39 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.38 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.37 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.36 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.35 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.34 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.33 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.32 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.31 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.30 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.28 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.27 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.26 app/views/renalware/mdm_patients/_table.html.slim