Modified patient report to include complete lab results.
[openemr.git] / interface / forms / procedure_order / report.php
blobb8d79c044de57c233ecf35e136886ee9a59c9b05
1 <?php
2 // Copyright (C) 2010-2013 Rod Roark <rod@sunsetsystems.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
9 require_once("../../globals.php");
10 require_once($GLOBALS["srcdir"] . "/api.inc");
11 require_once($GLOBALS["srcdir"] . "/options.inc.php");
12 require_once($GLOBALS["include_root"] . "/orders/single_order_results.inc.php");
14 function procedure_order_report($pid, $encounter, $cols, $id) {
15 generate_order_report($id);