From 6b5be3570e012b02d74b5420a6b7124f1d17ecc3 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Sat, 24 Jun 2017 15:31:08 -0700 Subject: [PATCH] some clean up of unused package includes and associated changes --- .../reminder/active_reminder_popup.php | 28 ++++++------- .../patient_file/reminder/clinical_reminders.php | 30 +++++++------ .../patient_file/reminder/patient_reminders.php | 34 +++++++-------- interface/patient_file/rules/patient_data.php | 49 ++++++++++++---------- 4 files changed, 67 insertions(+), 74 deletions(-) diff --git a/interface/patient_file/reminder/active_reminder_popup.php b/interface/patient_file/reminder/active_reminder_popup.php index 9e5e41643..95bd7a6fe 100644 --- a/interface/patient_file/reminder/active_reminder_popup.php +++ b/interface/patient_file/reminder/active_reminder_popup.php @@ -1,11 +1,13 @@ -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. - +/** + * active reminder popup gui + * + * @package OpenEMR + * @link http://www.open-emr.org + * @author Brady Miller + * @copyright Copyright (c) 2011-2017 Brady Miller + * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 + */ require_once("../../globals.php"); @@ -16,16 +18,10 @@ require_once("$srcdir/clinical_rules.php"); - - - + - - - - - - + + - - - - - - + + + diff --git a/interface/patient_file/reminder/patient_reminders.php b/interface/patient_file/reminder/patient_reminders.php index 390a38457..a897f72aa 100644 --- a/interface/patient_file/reminder/patient_reminders.php +++ b/interface/patient_file/reminder/patient_reminders.php @@ -1,13 +1,15 @@ -// -Ensofttek, LLC -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. - +/** + * patient reminders gui + * + * @package OpenEMR + * @link http://www.open-emr.org + * @author Brady Miller + * @author Ensofttek, LLC + * @copyright Copyright (c) 2011-2017 Brady Miller + * @copyright Copyright (c) 2011 Ensofttek, LLC + * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 + */ require_once("../../globals.php"); @@ -22,16 +24,10 @@ require_once "$srcdir/report_database.inc"; - - - - - - - - - + + + + + + - - - - - - + + + @@ -144,14 +152,9 @@ if (isset($entryID)) { echo ""; echo xlt('Date/Time'); echo ":"; - echo ""; - echo "[?]"; - echo ""; echo ""; echo ""; -- 2.11.4.GIT