feat: Implement report generator service for medical reports
- Added ReportGeneratorService to handle generation of medical reports from uploaded files. - Implemented methods for processing Pnoe CSV data, generating graphs, and calculating analysis metrics. - Integrated Jinja2 for HTML report generation with customizable templates. - Added functionality to convert HTML content to PDF using Playwright. - Ensured proper directory structure for saving generated graphs and reports.
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
.venv
|
||||
|
||||
data/
|
||||
data/
|
||||
|
||||
.env
|
||||
Reference in New Issue
Block a user