Sha256: 1f90df6fed2733ada1e4a3fb227c57a07587f47c42a552a461ed553c5d7288ff

Contents?: true

Size: 567 Bytes

Versions: 5

Compression:

Stored size: 567 Bytes

Contents

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

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

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/patients/clinical_summaries/show.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/patients/clinical_summaries/show.html.slim