fix: use getTimeFormat for encounter date of service datetime picker (#7203)
[openemr.git] / custom / export_demographics.php
blob925700ae696e4eb3cde563d79fa2fcfa29bde2bc
1 <?php
3 /**
4 * Generated DocBlock
6 * @package OpenEMR
7 * @link http://www.open-emr.org
8 * @author bradymiller <bradymiller>
9 * @author cornfeed <jdough823@gmail.com>
10 * @author fndtn357 <fndtn357@gmail.com>
11 * @copyright Copyright (c) 2010 bradymiller <bradymiller>
12 * @copyright Copyright (c) 2011 cornfeed <jdough823@gmail.com>
13 * @copyright Copyright (c) 2012 fndtn357 <fndtn357@gmail.com>
14 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
17 use OpenEMR\Core\Header;
20 <html>
21 <head>
22 <title>Export Patient Demographics</title>
24 <?php Header::setupHeader(); ?>
25 </head>
26 <body>
28 <p>This is a placeholder for a program to export the currently selected patient's
29 demographics to some other system. A typical application would be a laboratory
30 requisiton system.</p>
32 <p>See export_labworks.php for a working implementation. To install an export
33 program, replace this file with a symbolic link to that program.</p>
35 <center>
36 <form>
37 <p><input type='button' value='OK' onclick='window.close()' /></p>
38 </form>
39 </center>
41 </body>
42 </html>