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.89 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.88 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.87 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.86 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.85 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.84 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.83 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.82 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.81 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.80 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.79 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.78 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.77 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.76 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.75 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.74 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.73 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.72 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.71 app/views/renalware/transplants/wait_lists/show.html.slim
renalware-core-2.0.70 app/views/renalware/transplants/wait_lists/show.html.slim