Sha256: 4745af8eebcd84f88e3ee7841093d479a58b8404c31b7c247e532d4f5efa8212

Contents?: true

Size: 809 Bytes

Versions: 101

Compression:

Stored size: 809 Bytes

Contents

#infection
  dl.dl-horizontal.xlarge
    dt Diagnosed:
    dd= l exit_site_infection.diagnosis_date
    dt Last Updated:
    dd= l exit_site_infection.updated_at
    dt Outcome:
    dd= exit_site_infection.outcome
    dt Treatment:
    dd= exit_site_infection.treatment
    dt Notes:
    dd= exit_site_infection.notes
    dt= attr_name(exit_site_infection, :clinical_presentation)
    dd= exit_site_infection.clinical_presentation&.texts&.join(", ")
    - %i(recurrent cleared catheter_removed).each do |option|
      dt= attr_name(exit_site_infection, option)
      dd= yes_no_if_set(exit_site_infection.public_send(option))

  .right
    = link_to "Edit",
              edit_patient_pd_exit_site_infection_path(patient, exit_site_infection),
              remote: true,
              class: %i(button tiny)

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
renalware-core-2.0.35 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.34 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.33 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.32 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.31 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.30 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.28 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.27 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.26 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.25 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.24 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.23 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.22 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.21 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.20 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.18 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.17 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.16 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.15 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.14 app/views/renalware/pd/exit_site_infections/_details.html.slim