Fixing critical issues with Fees > Batch Payments (#2656)
[openemr.git] / custom / export_demographics.php
blob7df701ff0624b1294f1accd83d4a725364472421
1 <?php
2 /**
3 * Generated DocBlock
5 * @package OpenEMR
6 * @link http://www.open-emr.org
7 * @author bradymiller <bradymiller>
8 * @author cornfeed <jdough823@gmail.com>
9 * @author fndtn357 <fndtn357@gmail.com>
10 * @copyright Copyright (c) 2010 bradymiller <bradymiller>
11 * @copyright Copyright (c) 2011 cornfeed <jdough823@gmail.com>
12 * @copyright Copyright (c) 2012 fndtn357 <fndtn357@gmail.com>
13 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
16 <html>
17 <head>
18 <link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">
19 <title>Export Patient Demographics</title>
20 </head>
21 <body>
23 <p>This is a placeholder for a program to export the currently selected patient's
24 demographics to some other system. A typical application would be a laboratory
25 requisiton system.</p>
27 <p>See export_labworks.php for a working implementation. To install an export
28 program, replace this file with a symbolic link to that program.</p>
30 <center>
31 <form>
32 <p><input type='button' value='OK' onclick='window.close()' /></p>
33 </form>
34 </center>
36 </body>
37 </html>