Sha256: 97753d9267aa213e9727c34724e17643e25665bd3c65ea14196cf233f8aa4d58

Contents?: true

Size: 566 Bytes

Versions: 5

Compression:

Stored size: 566 Bytes

Contents

table#patients
  thead
    tr
      th.col-width-medium= attr_name(Renalware::Patient, :name)
      th.col-width-nhs-no NHS Number
      - Renalware.config.patient_hospital_identifiers.each_key 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.rc5 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/patients/patients/_table.html.slim