Sha256: dd95e1f192295a6c801327a5103d1fd871b26ad121c599dc5f008760343979f9

Contents?: true

Size: 997 Bytes

Versions: 6

Compression:

Stored size: 997 Bytes

Contents

= content_for(:actions) do
  = link_to(patient_pd_peritonitis_episode_path(patient, peritonitis_episode, format: :pdf),
            class: "button") do
    i.fas.fa-print
    |  Print

- title = "Peritonitis Episode - Diagnosed: #{l(peritonitis_episode.diagnosis_date)}"

= within_patient_layout(title: title,
                        breadcrumbs: pd_summary_breadcrumb(patient),
                        **local_assigns) do

  = render "details",
           patient: patient,
           peritonitis_episode: peritonitis_episode

  = article_tag "Organisms/Sensitivity" do

    = render "renalware/pd/infection_organisms/index",
             infectable: peritonitis_episode,
             infection_organisms: peritonitis_episode.infection_organisms

  = article_tag "Antibiotics/Routes" do

    = render "renalware/medications/prescriptions/index",
             patient: patient,
             treatable: treatable,
             current_search: nil,
             current_prescriptions: prescriptions

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.153 app/views/renalware/pd/peritonitis_episodes/show.html.slim
renalware-core-2.0.152 app/views/renalware/pd/peritonitis_episodes/show.html.slim
renalware-core-2.0.151 app/views/renalware/pd/peritonitis_episodes/show.html.slim
renalware-core-2.0.149 app/views/renalware/pd/peritonitis_episodes/show.html.slim
renalware-core-2.0.148 app/views/renalware/pd/peritonitis_episodes/show.html.slim
renalware-core-2.0.147 app/views/renalware/pd/peritonitis_episodes/show.html.slim