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, "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.º 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, "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.º 4
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.º 5
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>