Improve flexibility of which code types are used in claims and other misc.
[openemr.git] / contrib / forms / complaint_history / report.php
blobf8b4285d7b38abeffcbbd4285c3166ac4fc2059f
1 <?php
2 // Copyright (C) 2009 Aron Racho <aron@mi-squared.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 //------------Forms generated from formsWiz
8 include_once("../../globals.php");
9 include_once($GLOBALS["srcdir"] . "/api.inc");
10 function complaint_history_report( $pid, $encounter, $cols, $id) {
11 $count = 0;
12 $cols = 2;
13 $data = formFetch("form_complaint_history", $id);
14 if ($data) {
17 <table class='text' border='0px' cellpadding='2px' cellspacing='0px'>
18 <tr>
19 <td><?php echo $data['complaint_history'] ? $data['complaint_history'] : "&nbsp;"; ?></td>
20 </tr>
21 </table>
22 <?php