* @copyright Copyright (c) 2018 Brady Miller * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 */ require_once("../../globals.php"); require_once("$srcdir/transactions.inc"); require_once("$srcdir/options.inc.php"); use OpenEMR\Common\Acl\AclMain; use OpenEMR\Common\Csrf\CsrfUtils; use OpenEMR\Core\Header; use OpenEMR\Menu\PatientMenuRole; use OpenEMR\OeUI\OemrUI; ?> <?php echo xlt('Patient Transactions');?> xl('Patient Transactions'), 'include_patient_name' => true, 'expandable' => false, 'expandable_files' => array(),//all file names need suffix _xpd 'action' => "",//conceal, reveal, search, reset, link or back 'action_title' => "", 'action_href' => "",//only for actions - reset, link or back 'show_help_icon' => true, 'help_file_name' => "transactions_dashboard_help.php" ); $oemr_ui = new OemrUI($arrOeUiSettings); ?>
displayHorizNavBarMenu(); ?>
oeBelowContainerDiv();?>