Merge branch 'main' of https://gitlab.com/sminnovations/hpos-web
This commit is contained in:
@@ -2,7 +2,12 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<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>
|
<style>
|
||||||
.person-details-row {
|
.person-details-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -80,26 +85,29 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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>
|
||||||
<div class="table-header">POINT OF CARE SICKLE CELL ANEMIA TEST</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%;">
|
<table class="test-details-table" style="border: 1px solid black; margin: 10px; width: 98%;">
|
||||||
@@ -196,4 +204,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user