Sha256: b460019554ff5b7f49cf50c39e224afe04d0c40c7c5931bc43a03899d7111883

Contents?: true

Size: 868 Bytes

Versions: 61

Compression:

Stored size: 868 Bytes

Contents

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

= within_patient_layout(title: "Exit Site Infection",
                        breadcrumbs: pd_summary_breadcrumb(patient)) do

  = article_tag "Infection" do
    = render "details", patient: patient, exit_site_infection: exit_site_infection

  = article_tag "Organisms/Sensitivity" do
    = render "renalware/pd/infection_organisms/index",
        infectable: exit_site_infection,
        infection_organisms: exit_site_infection.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

61 entries across 61 versions & 1 rubygems

Version Path
renalware-core-2.0.23 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.22 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.21 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.20 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.18 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.17 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.16 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.15 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.14 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.13 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.12 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.11 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.9 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.8 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.7 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.5 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.4 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.3 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.2 app/views/renalware/pd/exit_site_infections/show.html.slim
renalware-core-2.0.1 app/views/renalware/pd/exit_site_infections/show.html.slim