Exemplo n.º 1
0
<?php

include "sandigLabDatabase.php";
$hematology = new sandigLab();
$hematology->showLabResult("1");
Exemplo n.º 2
0
<?php

include "sandigLabDatabase.php";
include "../../myDatabase.php";
$registrationNo = $_GET['registrationNo'];
$itemNo = $_GET['itemNo'];
$wr = new sandigLab();
$ro = new database();
$ro->getPatientProfile($registrationNo);
$ro->getPatientChargesToEdit($itemNo);
$wr->showLabResult($registrationNo, $itemNo, "hematology");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
	font-size: 24px;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<table width="800" border="0" cellspacing="1" cellpadding="1">
  <tr>
Exemplo n.º 3
0
<?php

include "sandigLabDatabase.php";
include "../../myDatabase.php";
$registrationNo = $_GET['registrationNo'];
$itemNo = $_GET['itemNo'];
$wr = new sandigLab();
$ro = new database();
$ro->getPatientProfile($registrationNo);
//$ro->getPatientChargesToEdit($itemNo);
$wr->showLabResult($registrationNo, $itemNo, "fecalysis");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
	font-size: 24px;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<table width="800" border="0" cellspacing="1" cellpadding="1">
  <tr>
Exemplo n.º 4
0
<?php

include "sandigLabDatabase.php";
include "../../myDatabase.php";
$registrationNo = $_GET['registrationNo'];
$itemNo = $_GET['itemNo'];
$wi = new sandigLab();
$ro = new database();
$ro->getPatientProfile($registrationNo);
$ro->getPatientChargesToEdit($itemNo);
$wi->showLabResult($registrationNo, $itemNo, "clinchem");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style6 {font-family: "Times New Roman", Times, serif; font-size: 27px; }
.style8 {font-size: 18; font-family: "Times New Roman", Times, serif; }
.style9 {font-size: 18}
.style12 {font-size: 16px}
.style13 {font-size: 18px; font-family: "Times New Roman", Times, serif; }
.style15 {font-size: 17px}
.style16 {font-size: 16px; font-family: "Times New Roman", Times, serif; }
.style18 {font-size: 15px}
.style20 {font-size: 12px; }
-->
</style>
Exemplo n.º 5
0
<?php

include "sandigLabDatabase.php";
include "../../myDatabase.php";
$registrationNo = $_GET['registrationNo'];
$itemNo = $_GET['itemNo'];
$wr = new sandigLab();
$ro = new database();
$ro->getPatientProfile($registrationNo);
$ro->getPatientChargesToEdit($itemNo);
$wr->showLabResult($registrationNo, $itemNo, "serology");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
	font-size: 24px;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<table width="800" border="0" cellspacing="1" cellpadding="1">
  <tr>
Exemplo n.º 6
0
$regno = $_GET['regno'];
${$procdate} = $_GET['$procdate'];
$reqphy = $_GET['reqphy'];
$patho = $_GET['patho'];
$medtech = $_GET['medtech'];
$regno = $_GET['regno'];
$specimen = $_GET['specimen'];
$examination = $_GET['examination'];
$lab1 = $_GET['lab1'];
$lab2 = $_GET['lab2'];
$lab3 = $_GET['lab3'];
$lab4 = $_GET['lab4'];
$lab5 = $_GET['lab5'];
$lab6 = $_GET['lab6'];
$lab7 = $_GET['lab7'];
$lab8 = $_GET['lab8'];
$lab9 = $_GET['lab9'];
$lab10 = $_GET['lab10'];
$lab11 = $_GET['lab11'];
$lab12 = $_GET['lab12'];
$lab13 = $_GET['lab13'];
$lab14 = $_GET['lab14'];
$lab15 = $_GET['lab15'];
$lab16 = $_GET['lab16'];
$lab17 = $_GET['lab17'];
$lab18 = $_GET['lab18'];
$patname = $_GET['patname'];
$sex1 = $_GET['sex1'];
$labsex2 = $_GET['sex2'];
$wr = new sandigLab();
$wr->addHematology($regno, $testno, $reqdate, $procdate, $reqphy, $patho, $specimen, $examination, $lab1, $lab2, $lab3, $lab4, $lab5, $lab6, $lab7, $lab8, $lab9, $lab10, $lab11, $lab12, $lab12, $lab13, $lab14, $lab15, $lab16, $lab17, $lab18, $patname, $sex1, $sex2);
Exemplo n.º 7
0
<?php

include "sandigLabDatabase.php";
include "../../myDatabase.php";
$registrationNo = $_GET['registrationNo'];
$itemNo = $_GET['itemNo'];
$wr = new sandigLab();
$ro = new database();
$ro->getPatientProfile($registrationNo);
//$ro->getPatientChargesToEdit($itemNo);
$wr->showLabResult($registrationNo, $itemNo, "urinalysis");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
	font-size: 24px;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<table width="800" border="0" cellspacing="1" cellpadding="1">
  <tr>
Exemplo n.º 8
0
<?php

include "../../myDatabase.php";
include "../../COCONUT/Laboratory/sandigLabDatabase.php";
$wr = new database();
$wi = new sandigLab();
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style8 {font-size: 11px; font-weight: bold; }
.style10 {font-size: 12px; font-weight: bold; }
-->
</style>
</head>

<body>
<table width="1400" border="1" cellspacing="0" cellpadding="0">
  <tr>
    <td><h1 align="center">SANDIG MDICAL CLINIC AND HOSPITAL </h1></td>
  </tr>
  <tr>
    <td><div align="center">
      <h3>Tacurong City, Sultan Kudarat </h3>
    </div></td>
  </tr>
Exemplo n.º 9
0
$lab20 = $_GET['lab20'];
$lab21 = $_GET['lab21'];
$lab22 = $_GET['lab22'];
$lab23 = $_GET['lab23'];
$lab24 = $_GET['lab24'];
$lab25 = $_GET['lab25'];
$lab26 = $_GET['lab26'];
$lab27 = $_GET['lab27'];
$lab28 = $_GET['lab28'];
$lab29 = $_GET['lab29'];
$patname = $_GET['patname'];
$gender = $_GET['gender'];
$gender1 = $_GET['gender1'];
$resultType = $_GET['resultType'];
$itemNo = $_GET['itemNo'];
$wr = new sandigLab();
$do = new database();
$wr->addHematology($regno, $testno, $reqdate, $testdate, $reqphy, $patho, $medtech, $specimen, $examination, $lab1, $lab2, $lab3, $lab4, $lab5, $lab6, $lab7, $lab8, $lab9, $lab10, $lab11, $lab12, $lab13, $lab14, $lab15, $lab16, $lab17, $lab18, $lab19, $lab20, $lab21, $lab22, $lab23, $lab24, $lab25, $lab26, $lab27, $lab28, $lab29, $patname, $gender, $gender1, $resultType, $itemNo);
if ($resultType == "clinchem") {
    $do->gotoPage("http://" . $do->getMyUrl() . "/COCONUT/Laboratory/newlabClinChemPrint.php?registrationNo={$regno}&itemNo={$itemNo}");
} else {
    if ($resultType == "hematology") {
        $do->gotoPage("http://" . $do->getMyUrl() . "/COCONUT/Laboratory/newlabhemaprint.php?registrationNo={$regno}&itemNo={$itemNo}");
    } else {
        if ($resultType == "urinalysis") {
            $do->gotoPage("http://" . $do->getMyUrl() . "/COCONUT/Laboratory/newlaburineprint.php?registrationNo={$regno}&itemNo={$itemNo}");
        } else {
            if ($resultType == "serology") {
                $do->gotoPage("http://" . $do->getMyUrl() . "/COCONUT/Laboratory/serologyPrint.php?registrationNo={$regno}&itemNo={$itemNo}");
            } else {
                if ($resultType == "fecalysis") {
Exemplo n.º 10
0
<?php

include "sandigLabDatabase.php";
include "../../myDatabase.php";
$registrationNo = $_GET['registrationNo'];
$itemNo = $_GET['itemNo'];
$wr = new sandigLab();
$ro = new database();
$ro->getPatientProfile($registrationNo);
$ro->getPatientChargesToEdit($itemNo);
$wr->showLabResult($registrationNo, $itemNo, "urinalysis");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
	font-size: 24px;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<table width="800" border="0" cellspacing="1" cellpadding="1">
  <tr>