Added qgit package installation to developer appliance and cvs demo scripts.
[openemr.git] / contrib / forms / additional_studies / report.php
bloba3b41f215b2c280f36a5cbe7b889e9cc61975e93
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 additional_studies_report( $pid, $encounter, $cols, $id) {
11 $count = 0;
12 $cols = 2;
13 $data = formFetch("form_additional_studies", $id);
14 $width = 100/$cols;
15 if ($data) {
16 $value = $data['additional_studies'];
17 $value = str_replace( "\n", "<br/>", $value );
18 print "$value";