Sha256: b52d7c2bebd5aca7907a4e532ae8722e9886dc85ec6030e98c193d79e9bb58fc

Contents?: true

Size: 622 Bytes

Versions: 5

Compression:

Stored size: 622 Bytes

Contents

table#patients
  thead
    tr
      th.col-width-11
      th.col-width-medium= attr_name(Renalware::Patient, :name)
      th.col-width-nhs-no= attr_name(Renalware::Patient, :nhs_number)
      - Renalware.config.patient_hospital_identifiers.keys.each do |key|
        th.col-width-reference-without-prefix="#{key} No"
      th.col-width-tiny= attr_name(Renalware::Patient, :sex)
      th.col-width-date= attr_name(Renalware::Patient, :born_on)
      th.col-width-tiny= attr_name(Renalware::Patient, :age)
      th.col-width-small Modality

  tbody
    = render partial: "patient", collection: patients

= paginate patients

Version data entries

5 entries across 5 versions & 1 rubygems

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