Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/icure/patient/
Upload File :
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&reg=daily'>Todays</a> |
<a href='patient/?pg=registrations&reg=monthly'>Monthly</a> | <a href='patient/?pg=registrations&reg=yearly'>Yearly</a> ]

</div>

<?php

if (!$pg) $pg = 'mhistory';

include "$pg.inc";

echo $footer;

?>