| Current Path : /var/www/html/mmishra/icure/patient/ |
| Current File : /var/www/html/mmishra/icure/patient/index.php |
<?php
require("../session.inc");
echo $header;
?>
<div align='left'>
<b>Records</b> [ <a href='patient/?pg=personal'>Personal Detail</a> |
<a href='patient/?pg=mhistory'>Medical History</a> |
<a href='patient/?pg=bills'>Submitted Bills</a> |
<a href='patient/?pg=hospitals'>Recognized Hospitals</a> ]
<b>Registrations</b> [ <a href='patient/?pg=registrations®=daily'>Todays</a> |
<a href='patient/?pg=registrations®=monthly'>Monthly</a> | <a href='patient/?pg=registrations®=yearly'>Yearly</a> ]
</div>
<?php
if (!$pg) $pg = 'mhistory';
include "$pg.inc";
echo $footer;
?>