コード例 #1
0
 * @author     Eldho Chacko <*****@*****.**>
 * @author     Vinish K <*****@*****.**>
 * @author     Sam Likins <*****@*****.**>
 * @link       http://www.open-emr.org
 */
$sanitize_all_escapes = true;
// SANITIZE ALL ESCAPES
$fake_register_globals = false;
// STOP FAKE REGISTER GLOBALS
require_once '../globals.php';
require_once $GLOBALS['fileroot'] . '/interface/eRx_xml.php';
require_once $GLOBALS['fileroot'] . '/interface/eRxSOAP.php';
set_time_limit(0);
$eRxSOAP = new eRxSOAP();
$eRxSOAP->setStore(new eRxStore())->setAuthUserId($_SESSION['authUserID'])->setSoapPath(explode(';', getErxSoapPath()))->setCredentials(getErxCredentials());
$accountStatus = $eRxSOAP->getAccountStatus()->GetAccountStatusResult->accountStatusDetail;
?>
<head>
<link rel="stylesheet" href="<?php 
echo $css_header;
?>
" type="text/css">
</head>
<body class='body_top'>
	<table class='text' align=center width='90%' height='80%' style='padding-top:6%'>
		<tr>
			<th colspan=2><?php 
echo xlt('eRx Account Status');
?>
</th>
		</tr>