* @author Roberto Vasquez * @author Brady Miller * @copyright Copyright (c) 2005 Rod Roark * @copyright Copyright (c) 2019-2020 Brady Miller * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 */ require_once("../globals.php"); require_once("../../library/patient.inc"); require_once("../../library/forms.inc"); use OpenEMR\Common\Csrf\CsrfUtils; use OpenEMR\Core\Header; $info_msg = ""; ?> <?php echo xlt('EOB Posting - Patient Note'); ?> \n"; if ($info_msg) { echo " alert(" . js_escape($info_msg) . ");\n"; } echo " dlgclose();\n"; echo "\n"; exit(); } $row = sqlQuery("select fname, lname, billing_note " . "from patient_data where pid = ? limit 1", array($patient_id)); ?>