added display of last statement date
[openemr.git] / interface / dbc / dbc_prestatie.php
blobd20cc07ad47c2d2548f537d92f759010fbfa72db
1 <?php
2 /**
3 * VEKTIS
5 * @author Cristian NAVALICI
6 * @version 1.0 feb 2008
8 */
10 require_once("../globals.php");
11 require_once("$srcdir/acl.inc");
13 // get the results
14 $zorg = $_POST['zorg'];
15 $pgroep = $_POST['pgroep'];
16 $dbcid = $_POST['dbcid'];
18 dt_prestatiecode($zorg, $pgroep, $dbcid);
20 $i = 1;
22 <html>
24 <head>
26 <link rel=stylesheet href='<?php echo $css_header ?>' type='text/css'>
27 <LINK href="<?php echo $css_dbc ?>" rel="stylesheet" type="text/css">
28 <title>DBC Report</title>
29 </head>
31 <body <?php echo $top_bg_line;?>>
33 </body>
34 </html>