Sha256: 10ccbdcf4c324ef84b884a7cb5be4f4c69445685d3ba8c14be1546c8aca6cee1

Contents?: true

Size: 915 Bytes

Versions: 3

Compression:

Stored size: 915 Bytes

Contents

table#patients.mdm-patients.columns
  thead
    tr
      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-medium= t(".access")
      th.col-width-date= t(".access_started_on")
      th.col-width-small= t(".access_plan")
      th.col-width-date= t(".access_plan_date")
      th.col-width-date= t(".dialysing_at")
      th.col-width-date= t(".registration_status")
      th.at-least.col-width-small= t(".transport_type")
      th.col-width-tiny= t(".hgb")
      th.col-width-date= t(".hgb_date")
      th.col-width-tiny
  tbody
    - presenter.patients.each do |patient|
      = render "patient",
               patient: patient,
               view_proc: presenter.view_proc,
               q: presenter.q

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/hd/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/hd/mdm_patients/_table.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/hd/mdm_patients/_table.html.slim