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.99 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.98 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.97 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.96 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.95 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.94 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.93 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.92 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.91 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.90 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.89 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.88 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.87 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.86 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.85 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.84 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.83 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.82 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.81 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.80 app/views/renalware/pd/exit_site_infections/_details.html.slim