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