Advanced image analysis for medical diagnostics
Choose between blood, urine, or stool sample analysis
Upload your microscopic image for analysis
Select the specific analysis you need
Get detailed analysis and download report
Supported formats: JPG, PNG, TIFF
Upload an image or video for AI-powered analysis
Diagnosis will appear here after analysis
| Parameter | Value | Normal Range |
|---|
Comprehensive DataLab Ai Analysis Tools
Report Date: ${new Date().toLocaleDateString()}
Sample ID: ${analysisResults.sampleId || 'N/A'}
Sample Type: ${getSampleTypeName()}
Total cells: ${analysisResults.cellCount || 0}
`; if (analysisResults.infectedCells !== undefined) { reportContent += `Malaria infected cells: ${analysisResults.infectedCells}
`; } if (analysisResults.wbcTypes) { reportContent += `| Cell Type | Percentage | Normal Range |
|---|---|---|
| ${type} | ${count}% | ${getNormalRange(type)} |
| Parameter | Value | Normal Range |
|---|---|---|
| RBC | ${analysisResults.rbcCount || 0}/HPF | 0-3/HPF |
| WBC | ${analysisResults.wbcCount || 0}/HPF | 0-5/HPF |
| Bacteria | ${analysisResults.bacteriaCount || 0}/HPF | 0/HPF |
| Type | Present |
|---|---|
| ${type} | ${present ? 'Yes' : 'No'} |
| Parameter | Value | Normal Range |
|---|---|---|
| WBC | ${analysisResults.wbcCount || 0}/HPF | 0-2/HPF |
| Parasites | ${analysisResults.parasiteCount || 0} | 0 |
| Fat globules | ${analysisResults.fatGlobules ? 'Present' : 'Absent'} | Absent |
| Type | Present |
|---|---|
| ${type} | ${present ? 'Yes' : 'No'} |
${diagnosis}