Skip to content

Commit

Permalink
add print button to start and prep pages
Browse files Browse the repository at this point in the history
  • Loading branch information
U-AMSTERDAMUMC\P002176 authored and U-AMSTERDAMUMC\P002176 committed Jan 13, 2024
1 parent 04a1a5e commit cd355f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/prep.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@

<div id="div_clinician_view" class="div_clinician_view">

<div id="print_consult_container">
<button id="print_button_consult" class="nav_button" onclick="print_page()">Print deze pagina</button>
</div> <!-- button_container -->

<div id="med_advice_header"
class="advice_header clinician_view_only">Medicatiefactoren</div>
<div id="general_advice" class="general_advice">
Expand Down
4 changes: 4 additions & 0 deletions static/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
</div>
</div><!-- patient-info -->

<div id="print_consult_container">
<button id="print_button_consult" class="nav_button" onclick="print_page()">Print deze pagina</button>
</div> <!-- button_container -->

<h3>Data uit het EPD</h3>
<div id=patient_data>
<div class="patient_data" id="patient-problem_container"><p>Gedetecteerde relevante aandoeningen:</p><div id="patient-problems"></div></div>
Expand Down

0 comments on commit cd355f5

Please sign in to comment.