Highway to PSR2
[openemr.git] / interface / patient_file / summary / patient_reminders_fragment.php
blob45ebfbbd507385f052702695f5be05cbf8ff49ad
1 <?php
2 //
3 // Copyright (C) 2010 Brady Miller (brady.g.miller@gmail.com)
4 //
5 // This program is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 // of the License, or (at your option) any later version.
9 //
10 // This simply shows the Clinical Reminder Widget
15 require_once(dirname(__FILE__) . "/../../globals.php");
16 require_once("$srcdir/reminders.php");
18 //To improve performance and not freeze the session when running this
19 // report, turn off session writing. Note that php session variables
20 // can not be modified after the line below. So, if need to do any php
21 // session work in the future, then will need to remove this line.
22 session_write_close();
24 patient_reminder_widget($pid);