"; echo "

UPDATE PATIENT`S RECORD

"; echo "
X
"; include 'includes/stockadjustment_new.php'; echo "
"; break; } echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; if(isset($_GET['sview'])){ $sview = $_GET['sview']; switch($sview){ case '': //PATIENTS //include 'includes/inventory_dashboard.php'; include 'includes/maindashboard_new.php'; break; case '308': //CASH //include 'includes/inventory_dashboard.php'; include 'includes/maindashboard_new.php'; break; case '307': //CASH //include 'includes/inventory_dashboard.php'; include 'includes/maindashboard_new.php'; break; case '309': //CASH include 'includes/stock_receiving_dashboard.php'; break; case '310': //CASH include 'includes/stock_issuance_dashboard.php'; break; } } echo ""; if(isset($_GET['sid'])){ $sid=$_GET['sid']; switch($sid){ case 'card': // ACTIV include 'includes/menu/masterfile/inventory_summary_new.php'; break; case 'adj': // ACTIV include 'includes/menu/masterfile/inventory_stockadjustment.php'; break; case 'newd': // ACTIV include 'includes/menu/masterfile/new_delivery.php'; break; case 'udel': // Unposted include 'includes/menu/masterfile/unposted_delivery.php'; break; case 'pdel': // Unposted include 'includes/menu/masterfile/posted_delivery.php'; break; case 'cdel': // Unposted include 'includes/menu/masterfile/cancel_posted_delivery.php'; break; case 'isu': // Unposted include 'includes/menu/masterfile/stock_issuance_module.php'; break; case 'isuu': // Unposted include 'includes/menu/masterfile/stock_issuance_unposted.php'; break; case 'isuc': // Unposted include 'includes/menu/masterfile/stock_issuance_cancelled.php'; break; } } echo "
"; ?>