-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Support multiple dicom versions #83
Support multiple dicom versions #83
Conversation
Hi ! Do you have a use case where you'd want to switch between the latest standard and one from several years ago ? |
Hi @pchoisel ! Thanks for your review and comment! The selector would be useful because of..:
|
d45acc0
to
6987755
Compare
585b72c
to
a4b82e8
Compare
Hi @smasuda and sorry for the delay, The comment you are mentioning is wrong, our DICOM field database has been updated with 2023's version. |
b0e4e98
to
a827067
Compare
@pchoisel I've updated the PR based on your review comments above, except for leaving the current version as 2013, until we agree on this topic: #83 (comment). |
Hi @smasuda, really sorry for my lack of reactivity these past weeks. I'm sure we updated the Apart from this point, it looks good to me ! |
@pchoisel thanks for your confirmation! I've updated all the reference of the version year 2013 to be 2023. |
Thank you, I quickly tested the software, there seem to be a small parameter issue when calling Maybe |
@pchoisel you're right - thanks for spotting it. |
Looks good to me, thanks ! |
super. thanks for your help! |
The current anonymizer uses the basic profile of attributes of DICOM 2013 which is different from the latest version of DICOM, 2024b.
To keep backward compatiblity while supporting for future DICOM spec changes, I wonder if this set of attributes can be switchable by supplying a factory method to
anonymize_dataset
method.