Sha256: 27e2448bbcb304dbf5b274b979223fb6f11e911ccc307fef16aae3b5a92e3473

Contents?: true

Size: 895 Bytes

Versions: 5

Compression:

Stored size: 895 Bytes

Contents

table#patients.mdm-patients.columns
  thead
    tr
      th.col-width-tiny
      th.col-width-large= sort_link([:renalware, presenter.q], :family_name, t(".name"))
      th.col-width-nhs-no= 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-tiny= t(".modality")
      th.col-width-tiny= t(".hgb")
      th.col-width-date= t(".hgb_date")
      th.col-width-tiny= t(".ure")
      th.col-width-date= t(".ure_date")
      th.col-width-tiny= t(".cre")
      th.col-width-date
        = sort_link([:renalware, presenter.q], :patient_current_key_observation_set_cre_date, t(".cre_date"))
      th.col-width-tiny= t(".mdrd")
      th.col-width-date= t(".esrf")

  tbody
    - presenter.patients.each do |patient|
      = render "patient", patient: patient, view_proc: presenter.view_proc, q: presenter.q

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/mdm_patients/_table.html.slim