Sha256: 83f3938538e61551a14191f699d0561a43fbe2e3f0c59dc9ff517f1c005dbb73

Contents?: true

Size: 1.95 KB

Versions: 150

Compression:

Stored size: 1.95 KB

Contents

= content_for(:actions) do
  = render "renalware/pd/dashboards/show/page_actions", patient: patient

= within_patient_layout do
  - if dashboard.current_regime.present?
    = render "renalware/pd/regimes/current_regime",
              current_regime: dashboard.current_regime

  - if dashboard.capd_regimes.any?
    = render "renalware/pd/dashboards/show/capd_regimes",
             capd_regimes: dashboard.capd_regimes,
             patient: patient

  - if dashboard.apd_regimes.any?
    = render "renalware/pd/dashboards/show/apd_regimes",
             apd_regimes: dashboard.apd_regimes,
             patient: patient

  - if dashboard.peritonitis_episodes.any?
    = render "renalware/pd/dashboards/show/peritonitis_episodes",
           peritonitis_episodes: dashboard.peritonitis_episodes,
           patient: patient

  - if dashboard.exit_site_infections.any?
    = render "renalware/pd/dashboards/show/exit_site_infections",
           exit_site_infections: dashboard.exit_site_infections,
           patient: patient

  - if dashboard.pet_adequacies.any?
    = render "renalware/pd/dashboards/show/pet_adequacies",
           pet_adequacies: dashboard.pet_adequacies,
           patient: patient

  - if dashboard.assessments.any?
    = render "renalware/pd/assessments/list",
              assessments: dashboard.assessments,
              patient: patient

  - if dashboard.training_sessions.any?
    = render "renalware/pd/training_sessions/list",
              training_sessions: dashboard.training_sessions,
              patient: patient
  .row
    .medium-6.large-6.columns
      = render "renalware/clinical/dry_weights/list",
               patient: patient,
               limit: 5

    - if dashboard.latest_pd_line_change_events.any?
      .medium-6.large-6.columns.end
        = render "renalware/events/events/simple/list",
                 events: dashboard.latest_pd_line_change_events,
                 patient: patient,
                 title: "Latest Line Change Event"

Version data entries

150 entries across 150 versions & 1 rubygems

Version Path
renalware-core-2.0.149 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.148 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.147 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.146 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.145 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.144 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.143 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.142 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.141 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.140 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.139 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.138 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.137 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.136 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.135 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.134 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.133 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.132 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.131 app/views/renalware/pd/dashboards/show.html.slim
renalware-core-2.0.130 app/views/renalware/pd/dashboards/show.html.slim