Sha256: 9822631e9a560e0a937f000ca068d6ec4b40ce01b73c06350a39d0e90d355566

Contents?: true

Size: 1.39 KB

Versions: 163

Compression:

Stored size: 1.39 KB

Contents

= content_for(:actions) do
  = render "page_actions",
           patient: dashboard.patient,
           recipient_workup: dashboard.recipient_workup,
           registration: dashboard.registration

= within_patient_layout(title: "Transplant Recipient Summary") do

  - unless dashboard.recipient_workup.new_record?
    = render "renalware/transplants/recipient_workups/summary",
              patient: dashboard.patient,
              recipient_workup: dashboard.recipient_workup

  - unless dashboard.registration.new_record?
    = render "renalware/transplants/registrations/summary",
             patient: dashboard.patient,
             registration: dashboard.registration

  - unless dashboard.registration.new_record?
    = render "renalware/transplants/registration_statuses/list",
             patient: dashboard.patient,
             registration: dashboard.registration

  - if dashboard.donations.any?
    = render "renalware/transplants/donations/recipient_list",
             donations: dashboard.donations

  - if dashboard.recipient_operations.any?
    = render "renalware/transplants/recipient_operations/list",
             patient: dashboard.patient,
             recipient_operations: dashboard.recipient_operations

  - if dashboard.investigations.any?
    = render "renalware/events/investigations/list",
             patient: dashboard.patient,
             investigations: dashboard.investigations

Version data entries

163 entries across 163 versions & 1 rubygems

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