You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
457 B
14 lines
457 B
<?php |
|
|
|
/** |
|
* Handwritten Notes |
|
* |
|
* @package OpenEMR |
|
* @link http://www.open-emr.org |
|
* @author Tyler Wrenn <tyler@tylerwrenn.com> |
|
* @copyright Copyright (c) 2020 Tyler Wrenn <tyler@tylerwrenn.com> |
|
* @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 |
|
**/ |
|
|
|
/* Since viewing comes from the documents folder in a patient's file, this is directed to creating a new one */ |
|
header("Location: new.php");
|
|
|