Sha256: 37fb9c1610dadf02447db1871a1954f4386bb39269f9d67f35740ad9d42f507c

Contents?: true

Size: 700 Bytes

Versions: 161

Compression:

Stored size: 700 Bytes

Contents

table#patients
  thead
    tr
      th.col-width-large= 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-tiny= sort_link(search, :send_to_rpv, "RPV")
      th.col-width-tiny= sort_link(search, :send_to_renalreg, "RReg")
      th.col-width-medium Modality

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

= paginate patients

Version data entries

161 entries across 161 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.1.0 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.167 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.166 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.165 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.164 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.163 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.162 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.161 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.160 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.159 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.158 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.157 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.156 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.155 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.153 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.152 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.151 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.149 app/views/renalware/patients/patients/_table.html.slim
renalware-core-2.0.148 app/views/renalware/patients/patients/_table.html.slim