quick minor path updates (#1968)
[openemr.git] / custom / export_demographics.php
blob7a5edb2e6f57c512e2b702bf10d957902e0666e1
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 <?php html_header_show();?>
19 <link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">
20 <title>Export Patient Demographics</title>
21 </head>
22 <body>
24 <p>This is a placeholder for a program to export the currently selected patient's
25 demographics to some other system. A typical application would be a laboratory
26 requisiton system.</p>
28 <p>See export_labworks.php for a working implementation. To install an export
29 program, replace this file with a symbolic link to that program.</p>
31 <center>
32 <form>
33 <p><input type='button' value='OK' onclick='window.close()' /></p>
34 </form>
35 </center>
37 </body>
38 </html>