feat: Add PageGenerator class for generating report pages with patient data

This commit is contained in:
bolade
2025-10-03 22:16:45 +01:00
parent 11ee6b192f
commit 7a67aac678
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ class ReportGeneratorService:
seca_excel_path: Path to SECA Excel file
patient_info: Dictionary containing patient information
output_filename: Optional custom output filename
n
Returns:
Dictionary containing report path, graphs generated, and analysis data
"""