Sha256: eeb6b7fda13282523cc79dd5cf2ebf40f278f3a082a169cd839ff0be872c98e7
Contents?: true
Size: 849 Bytes
Versions: 6
Compression:
Stored size: 849 Bytes
Contents
table thead tr th.col-width-tiny th.col-width-date Diagnosed on th.col-width-date Treatment Started on th Episode Type th Outcome th.col-width-date= t("updated_at") tbody - peritonitis_episodes.each do |episode| tr valign="top" td valign="top" = link_to "View", patient_pd_peritonitis_episode_path(patient, episode.id), class: "view-pe", id: "view-pe-#{episode.id}" td valign="top" = l episode.diagnosis_date td valign="top" = l episode.treatment_start_date td valign="top" = episode.episode_types_summary td valign="top" = "Catheter Removed: #{yes_no(episode.catheter_removed)}" td valign="top" = episode.updated_at.to_date
Version data entries
6 entries across 6 versions & 1 rubygems