Skip to content

Commit

Permalink
show icu admission date in discharge summary pdf (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 authored Dec 7, 2023
1 parent 26d5a6d commit 83b6495
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions care/templates/reports/patient_discharge_summary_pdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ <h3 class="text-lg leading-6 font-medium text-gray-900">
<span class="text-sm leading-5 font-medium text-gray-500">Decision after consultation:</span>
{{consultation.get_suggestion_display|field_name_to_label}}
</p>
{% if consultation.icu_admission_date %}
<p>
<span class="text-sm leading-5 font-medium text-gray-500">ICU Admission Date & Time:</span>
{{consultation.icu_admission_date}}
</p>
{% endif %}
{% if consultation.suggestion == 'A' %}
<p>
<span class="text-sm leading-5 font-medium text-gray-500">Date of addmission:</span>
Expand Down

0 comments on commit 83b6495

Please sign in to comment.