Sha256: 4d1614842604c6dd33fa52b18976bc9d16934efce6f415b742526ad6690150ba

Contents?: true

Size: 962 Bytes

Versions: 9

Compression:

Stored size: 962 Bytes

Contents

table.renal-registry-preflight-checks
  thead
    tr
      th.col-width-large Patient
      td.col-width-nhs-no NHS No.
      td.col-width-reference-no Hospital Nos.
      td.col-width-reference-no
        = sort_link([:renalware, query],
                     :modality_descriptions_name,
                      "Modality",
                      default_order: :asc)
      td.col-width-small HD Site
      td.col-width-date
        = sort_link([:renalware, query],
                    :profile_esrf_on,
                    "ESRF date")
      td Missing data
  tbody
    - patients.each do |patient|
      tr
        td= default_patient_link(patient)
        td= patient.nhs_number
        td= patient.hospital_identifiers
        td= patient.current_modality
        td= patient.hd_unit
        td= l(patient.renal_profile&.esrf_on)
        td.missing-data
          - patient.missing_data.map do |data_item|
            span(class=data_item)= t(".#{data_item}")

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
renalware-core-2.0.46 app/views/renalware/renal/registry_preflight_checks/_table.html.slim
renalware-core-2.0.45 app/views/renalware/renal/registry_preflight_checks/_table.html.slim
renalware-core-2.0.44 app/views/renalware/renal/registry_preflight_checks/_table.html.slim
renalware-core-2.0.43 app/views/renalware/renal/registry_preflight_checks/_table.html.slim
renalware-core-2.0.42 app/views/renalware/renal/registry_preflight_checks/_table.html.slim
renalware-core-2.0.41 app/views/renalware/renal/registry_preflight_checks/_table.html.slim
renalware-core-2.0.40 app/views/renalware/renal/registry_preflight_checks/_table.html.slim
renalware-core-2.0.39 app/views/renalware/renal/registry_preflight_checks/_table.html.slim
renalware-core-2.0.38 app/views/renalware/renal/registry_preflight_checks/_table.html.slim