Which DICOM edition/version is supported by pydicom #1999
Replies: 2 comments
-
from pydicom import __dicom_version__
print(__dicom_version__) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gchlebus
-
The easiest way is probably to check the release notes of the version you are interested in, in the section "Enhancements". For example, for the latest release version, you will see the entry:
(that is, if you don't have the version installed, otherwise the answer by @scaramallion is better suited) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, where can I find info on which DICOM standard edition/version (current DICOM version is
2024a
) is supported by which pydicom version? I need to include this information in a documentation of my software package. I would appreciate any help.Beta Was this translation helpful? Give feedback.
All reactions