Checkpoint 3

This commit is contained in:
bolade
2025-11-28 16:19:32 +01:00
parent fc62b64624
commit 35ea522283
10 changed files with 113 additions and 72 deletions
+3 -3
View File
@@ -179,10 +179,10 @@ async def upload_files(
# Prepare patient information
patient_name = f"{first_name} {last_name}"
print(f"DEBUG: Received next_testing_date: '{next_testing_date}'")
# Generate session_id internally using timestamp for unique identification
session_id = datetime.now().strftime("%Y%m%d_%H%M%S")
patient_info = {
"patient_name": patient_name,
"first_name": first_name,
@@ -642,7 +642,7 @@ async def generate_report(
# Generate session_id internally using timestamp for unique identification
session_id = datetime.now().strftime("%Y%m%d_%H%M%S")
# Prepare patient information
patient_info = {
"patient_name": patient_name,