Sha256: 82fc58d69f49b4174379e21bd9deeafbe17051810faf436aad3b56bf2e837eca

Contents?: true

Size: 811 Bytes

Versions: 13

Compression:

Stored size: 811 Bytes

Contents

= within_admin_layout(title: "AKI Alerts") do
  table.aki-alerts
    thead
      th
      th Patient
      th.col-width-nhs-no NHS No.
      th.col-width-reference Hosp. No.
      th.col-width-tiny Sex
      th.col-width-tiny Age
      th.col-width-date Born on
      th Action
      th Ward
      th Hotlist
      th Decided by
    tbody
      - alerts.each do |alert|
        tr
          td= link_to("Edit", edit_renal_aki_alert_path(alert))
          td= default_patient_link(alert.patient)
          td= alert.patient.nhs_number
          td= alert.patient.hospital_identifiers
          td= alert.patient.sex
          td= alert.patient.age
          td= alert.patient.born_on
          td= alert.action
          td= alert.hospital_ward
          td= yes_no alert.hotlist?
          td= alert.decided_by

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc10 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/renal/aki_alerts/index.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/renal/aki_alerts/index.html.slim