Sha256: e8372f5fecb75520a09045f736e9d7f6ff170af1bf113bf7656d9896aa92cd33

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

= within_patient_layout(title: "Clinical Summary") do
  .row
    .columns.large-6
      #current-problems
        = render "problems",
                 problems: clinical_summary.current_problems,
                 patient: patient

    .columns.large-6
      #current-prescriptions
        = render "prescriptions",
                 prescriptions: clinical_summary.current_prescriptions,
                 patient: patient

  .row
    .columns.large-12.xlarge-6
      #letters
        = render "letters",
                 letters: clinical_summary.letters,
                 letters_count: clinical_summary.letters_count,
                 patient: patient

    .columns.large-12.xlarge-6
      #events
        = render "events",
                  events: clinical_summary.current_events,
                  current_events_count: clinical_summary.current_events_count,
                  patient: patient

    .columns.large-12.xlarge-6
      #admissions
        = render "admissions",
                 admissions: clinical_summary.admissions,
                 admissions_count: clinical_summary.admissions_count,
                 patient: patient

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc9 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/patients/clinical_summaries/show.html.slim