Sha256: 6c3637c49d5f3e2c0560665e704dd42d4965f16a49f0da61bd65faddc72291fb

Contents?: true

Size: 1.74 KB

Versions: 30

Compression:

Stored size: 1.74 KB

Contents

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

= within_patient_layout do

  .row
    - unless dashboard.profile.new_record?
      .medium-6.large-4.xlarge-3.columns
        = render "renalware/hd/current_profile/summary",
                 patient: dashboard.patient,
                 profile: dashboard.profile
        - if dashboard.historical_profile_count > 0
          = render "renalware/hd/historical_profiles/summary",
                   patient: dashboard.patient,
                   historical_profiles: dashboard.historical_profiles,
                   historical_profile_count: dashboard.historical_profile_count

    - if dashboard.access.present?
      .medium-6.large-4.xlarge-3.columns
        = render "renalware/hd/accesses/summary",
                 patient: dashboard.patient,
                 access: dashboard.access

    .medium-6.large-4.xlarge-3.columns
        = render "renalware/virology/profiles/summary",
                 patient: dashboard.patient,
                 positive_results_only: true

    - unless dashboard.preference_set.new_record?
      .medium-6.large-4.xlarge-3.columns
        = render "renalware/hd/preference_sets/summary",
                 patient: dashboard.patient,
                 preference_set: dashboard.preference_set

    .medium-6.large-4.xlarge-3.end.columns
      = render "renalware/clinical/dry_weights/list",
               patient: dashboard.patient,
               limit: 5

  - if dashboard.sessions.any?
    .row
      .small-12.columns
        = render "renalware/hd/sessions/list",
                 sessions: dashboard.sessions,
                 prescription_administrations: dashboard.prescription_administrations,
                 policy: dashboard

Version data entries

30 entries across 30 versions & 1 rubygems

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