Sha256: 35227df4c4fe902610f612f290066e3d20f6316973ab6a2c011267b3bca146d7

Contents?: true

Size: 1.74 KB

Versions: 75

Compression:

Stored size: 1.74 KB

Contents

= content_for(:tabs) do
  ruby:
    filters = {
      active: "Active",
      suspended: "Suspended",
      active_and_suspended: "Active & Suspended",
      working_up: "Working Up",
      status_mismatch: "Status Mismatch"
    }

  h2.print-only= filters[path_params[:named_filter].to_sym]

  dl.sub-nav
    - filters.each do |key, label|
      - options = path_params.merge(named_filter: key).to_h.symbolize_keys
      - path = Renalware::Engine.routes.url_for(options.merge!(only_path: true))
      = sub_nav_item(label, path)

= within_admin_layout(title: "Transplant Wait List Registrations") do
  table.report
    thead
      tr
        th.noprint
        th= sort_link([:renalware, q], :patient_family_name, "Patient")
        th Hosp No
        th= sort_link([:renalware, q], :patient_born_on, "Age")
        th Sex
        th= sort_link([:renalware, q], :patient_current_modality_description_name, "Modality")
        th= sort_link([:renalware, q], :hd_site, "HD Site")
        th= sort_link([:renalware, q], :patient_current_status_description_name, "Status")
        th= sort_link([:renalware, q], :ukt_status, "UKT Status")
        th.col-width-date= sort_link([:renalware, q], :esrf_on, "ESRF Date")
        th.col-width-date= sort_link([:renalware, q], :entered_on, "Entry Date")
        th DOL
        th Bld Grp
        th.col-width-tiny= sort_link([:renalware, q], :crf_highest_value, "CRF high")
        th.col-width-date CRF high date
        th= sort_link([:renalware, q], :crf_latest_value, "CRF latest")
        th.col-width-date CRF latest date
        th Sens (CRF>60)
        th Prev Ops
        th Tx Type

    tbody
      - registrations.each do |registration|
        = render "registration", registration: registration

  = paginate registrations

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
renalware-core-2.0.132 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.131 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.130 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.129 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.128 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.127 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.126 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.125 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.124 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.123 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.121 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.120 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.119 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.118 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.117 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.116 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.115 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.113 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.112 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.111 app/views/renalware/transplants/wait_lists/show.html.slim