Пример #1
0
echo "</tr>";
echo "<tr>";
echo "<Td>&nbsp;<font size=3>Platelet Count</font><td>\n<td><input type=text name='plateletCount' value='" . $ro->getHematologyResult_plateletCount() . "' style='border:1px solid #ff0000; height:20px; text-align:center; border-left:#fff; border-right:#fff; border-top:#fff;' autocomplete='off' > </td>\n<Td>" . $ro->selectNow("core2_laboratory", "normalValues", "descriptionCode", "plateletCount") . " </tD>";
echo "</tr>";
echo "<tr>";
echo "<Td>&nbsp;<font size=3>ESR</font><td>\n<td><input type=text name='esr' value='" . $ro->getHematologyResult_esr() . "' style='border:1px solid #ff0000; height:20px; text-align:center; border-left:#fff; border-right:#fff; border-top:#fff;' autocomplete='off' > </td>\n<Td>" . $ro->selectNow("core2_laboratory", "normalValues", "descriptionCode", "esr") . " </tD>";
echo "</tr>";
echo "<tr>";
echo "<Td>&nbsp;<font size=3>Bleeding Time</font><td>\n<td><input type=text name='bleedingTime' value='" . $ro->getHematologyResult_bleedingTime() . "' style='border:1px solid #ff0000; height:20px; text-align:center; border-left:#fff; border-right:#fff; border-top:#fff;' autocomplete='off' > </td>\n<Td>" . $ro->selectNow("core2_laboratory", "normalValues", "descriptionCode", "bleedingTime") . " </tD>";
echo "</tr>";
echo "<tr>";
echo "<Td>&nbsp;<font size=3>Clotting Time</font><td>\n<td><input type=text name='clottingTime' value='" . $ro->getHematologyResult_clottingTime() . "' style='border:1px solid #ff0000; height:20px; text-align:center; border-left:#fff; border-right:#fff; border-top:#fff;' autocomplete='off' > </td>\n<Td>" . $ro->selectNow("core2_laboratory", "normalValues", "descriptionCode", "clottingTime") . " </tD>";
echo "</tr>";
echo "<tr>";
echo "<Td>&nbsp;<font size=3>Blood Group</font><td>\n<td><input type=text name='bloodGroup' value='" . $ro->getHematologyResult_bloodGroup() . "' style='border:1px solid #ff0000; height:20px; text-align:center; border-left:#fff; border-right:#fff; border-top:#fff;' autocomplete='off' > </td>\n<Td>" . $ro->selectNow("core2_laboratory", "normalValues", "descriptionCode", "bloodGroup") . " </tD>";
echo "</tr>";
echo "<tr>";
echo "<Td>&nbsp;<font size=3>RH Type</font><td>\n<td><input type=text name='rhType' value='" . $ro->getHematologyResult_rhType() . "'' style='border:1px solid #ff0000; height:20px; text-align:center; border-left:#fff; border-right:#fff; border-top:#fff;' autocomplete='off' > </td>\n<Td>" . $ro->selectNow("core2_laboratory", "normalValues", "descriptionCode", "rhType") . " </tD>";
echo "</tr>";
echo "</table>";
echo "<br><Br><Br><Br>";
echo "<table  border=0>";
echo "<tr>";
echo "<TD><u>" . $ro->getHematologyResult_pathologist() . "</u><Br><B><Center>Pathologist</center></b></tD>";
echo "<TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tD>";
echo "<TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tD>";
echo "<TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tD>";
echo "<TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tD>";
echo "<TD>&nbsp;&nbsp;&nbsp;<u>" . $ro->selectNow("registeredUser", "completeName", "username", $ro->getHematologyResult_username()) . "</u><Br><B><Center>Medical Technologist</center></b></tD>";
echo "</tr>";
echo "</table>";