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
;
22 <title
>Export Patient Demographics
</title
>
24 <?php Header
::setupHeader(); ?
>
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>
37 <p><input type='button
' value='OK
' onclick='window
.close()' /></p>