Files
hpos-web/scripts/report_template.html

68 lines
2.0 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
2023-08-06 14:01:52 +05:30
<head>
2023-08-06 14:01:52 +05:30
<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>
2023-08-06 14:01:52 +05:30
<body>
2023-08-06 14:01:52 +05:30
<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
2023-08-06 14:01:52 +05:30
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>
2023-08-06 14:01:52 +05:30
</html>