Skip to content

Commit

Permalink
Update project_name and extract_datetime to be non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmlft committed Jan 12, 2024
1 parent 4f4d89a commit 0cdfda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixl_ehr/src/pixl_ehr/_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cdfda8

Please sign in to comment.