This commit is contained in:
Pritimay Sarkar
2023-08-07 13:13:28 +05:30

View File

@@ -2,7 +2,12 @@
<html>
<head>
<title>Report</title>
<td>
<center>
<img src="C:\Users\Durga\Documents\sickle cell logo.png" width="128" height="128" alt="sickle cell logo Logo"/>
</center>
</td>
<style>
<style>
.person-details-row {
display: flex;
@@ -80,26 +85,29 @@
</head>
<body>
<div>
<table style="border: 1px solid black; margin: 10px; width: 98%;">
<tr class="person-details-row">
<td class="person-details-col" style="border-right: 2; width: 70%;">
<div><strong>Name:</strong></div>
<div><strong>Age / Gender:</strong></div>
<div><strong>Sample type:</strong></div>
<div><strong>Family History of Sickle Cell Anemia:</strong></div>
</td>
<td class="person-details-col" style="width: 30%;">
<div><strong>Marital Status:</strong></div>
<div><strong>Test Date:</strong></div>
<div><strong>ABHA ID:</strong></div>
<div><strong>Sample ID:</strong></div>
</td>
</tr>
</table>
</div>
<div>
<table style="border: 1px solid black; margin: 10px; width: 98%;">
<tr class="person-details-row">
<td class="person-details-col" style="border-right: 2; width: 70%;">
<div>Person Name : </div>
<div>Age & Sex : </div>
<div>Sample type : </div>
<div>Family History of Sickle Cell Anemia (Yes / No): </div>
</td>
<td class="person-details-col" style="width: 30%;">
<div>Received on : </div>
<div>Reported on : </div>
<div>Ref. Doctor : </div>
<div>Serial No: </div>
</td>
</tr>
</table>
</div>
<div>
<div class="table-header">POINT OF CARE SICKLE CELL ANEMIA TEST</div>
<table class="test-details-table" style="border: 1px solid black; margin: 10px; width: 98%;">
@@ -196,4 +204,4 @@
</div>
</body>
</html>
</html>