Sha256: 4489c87491e16ce58536f2f50e6a5372f7ad9ad85fb40c456a3e8ba859c49a6b

Contents?: true

Size: 947 Bytes

Versions: 79

Compression:

Stored size: 947 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= sort_link(path, :transplant_registration_status, 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

79 entries across 79 versions & 1 rubygems

Version Path
renalware-core-2.0.89 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.88 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.87 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.86 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.85 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.84 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.83 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.82 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.81 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.80 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.79 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.78 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.77 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.76 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.75 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.74 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.73 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.72 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.71 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.70 app/views/renalware/mdm_patients/_table.html.slim