From 0cdfda8cde94f2b5d59b9ce9b39e269785167ec2 Mon Sep 17 00:00:00 2001 From: Milan Malfait Date: Fri, 12 Jan 2024 10:16:52 +0000 Subject: [PATCH] Update `project_name` and `extract_datetime` to be non-optional --- pixl_ehr/src/pixl_ehr/_processing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixl_ehr/src/pixl_ehr/_processing.py b/pixl_ehr/src/pixl_ehr/_processing.py index a0ee02084..56f21910e 100644 --- a/pixl_ehr/src/pixl_ehr/_processing.py +++ b/pixl_ehr/src/pixl_ehr/_processing.py @@ -76,8 +76,8 @@ class PatientEHRData: accession_number: str image_identifier: str procedure_occurrence_id: int - project_name: Optional[str] - extract_datetime: Optional[datetime] + project_name: str + extract_datetime: datetime acquisition_datetime: Optional[datetime] age: Optional[int] = None