add text content in template

This commit is contained in:
Pritimay Sarkar
2023-08-06 14:01:52 +05:30
parent ca71641341
commit 29b7db446e
3 changed files with 100 additions and 52 deletions

View File

@@ -1,39 +1,68 @@
<!DOCTYPE html>
<html>
<head>
<title>Report</title>
<style>
.person-deatils-row {
display: flex;
flex-direction: row;
}
.person-details-col {
display: flex;
flex-direction: column;
height: 100px;
width: 350px;
}
</style>
<title>Report</title>
<style>
.person-details-row {
display: flex;
flex-direction: row;
}
.person-details-col {
display: flex;
flex-direction: column;
height: 90px;
width: 350px;
}
</style>
</head>
<body>
<table style="border: 1px solid black;">
<tr class="person-deatils-row">
<td class="person-details-col">
<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">
<div>Received on : </div>
<div>Reported on : </div>
<div>Ref. Doctor : </div>
<div>Serial No: </div>
</td>
</tr>
</table>
<table style="border: 1px solid black;">
<tr class="person-details-row">
<td class="person-details-col">
<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">
<div>Received on : </div>
<div>Reported on : </div>
<div>Ref. Doctor : </div>
<div>Serial No: </div>
</td>
</tr>
</table>
<div>
INTERPRETATION:
Test Principle: The diagnostic test work on the principle of absorption spectroscopy. The test helps in
differentiating heterozygous/homozygous hemoglobin from normal hemoglobin.
Method: High Performance Optical Spectroscopy for detection of Sickle cell trail and sickle cell disease
Note: a. Blood transfusion may have an impact on the test results.
b. Patients already on sickle-cell medications may impact test results.
DATE: Hematologist
This report is for the perusal of doctor only. Not for medico legal cases. Clinical correlation is essential.
Please contact us in case of unexpected result.
Test Description RESULT ABSORBANCE RATIO REFERENCE RANGE INTERPRETATION
Sickle Cell
Anemia Normal < 0.29 Normal Sickle Cell Trait 0.32 0.5 Sickle Cell Trait Sickle Cell Disease> 0.55 Sickle Cell
Disease Negative Borderline 0.29-0.32 Recommended for HPLC or Electrophoresis Tests Positive Borderline 0.5
0.55 Recommended for HPLC or Electrophore
</div>
</body>
</html>
</html>