Sha256: ea5b672269b89c1bc4e0150bdf5ef8782bd1456f9e0214a0e4be2774c1964f97

Contents?: true

Size: 824 Bytes

Versions: 63

Compression:

Stored size: 824 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= simple_format(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

63 entries across 63 versions & 1 rubygems

Version Path
renalware-core-2.0.167 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.166 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.165 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.164 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.163 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.162 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.161 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.160 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.159 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.158 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.157 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.156 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.155 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.153 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.152 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.151 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.149 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.148 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.147 app/views/renalware/pd/exit_site_infections/_details.html.slim
renalware-core-2.0.146 app/views/renalware/pd/exit_site_infections/_details.html.slim