Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update E2E acquisition_date to be datetime like the other readers #143

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

sustrev
Copy link
Contributor

@sustrev sustrev commented Aug 1, 2024

All of the readers currently store acquisition_date as a datetime; E2E storing this as a string makes things a bit sticky for DICOM conversion. The other option would be to switch all of the readers to store these values as strings and change the DICOM metadata part to expect strings.

sustrev added 2 commits August 1, 2024 10:22
All other readers handle acquisition_time as a datetime.datetime object, not a time.struct_time to str.
@marksgraham
Copy link
Owner

Makes sense to me!

@marksgraham marksgraham closed this Aug 5, 2024
@sustrev
Copy link
Contributor Author

sustrev commented Aug 6, 2024

(Did you mean to merge instead of close?)

@marksgraham marksgraham reopened this Aug 6, 2024
@marksgraham marksgraham merged commit d27f655 into marksgraham:main Aug 6, 2024
2 checks passed
@marksgraham
Copy link
Owner

ugh sorry, no! merged now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants