File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,8 @@ def generate_test_dicom_file(
149149 ds .SOPClassUID = pydicom .uid .ComputedRadiographyImageStorage
150150 elif ds .Modality == "DX" :
151151 ds .SOPClassUID = pydicom .uid .DigitalXRayImageStorageForPresentation
152+ elif ds .Modality == "OT" :
153+ ds .SOPClassUID = pydicom .uid .EncapsulatedPDFStorage
152154 else :
153155 raise NotImplementedError
154156
Original file line number Diff line number Diff line change 1+ v 0.22.2
2+ ========
3+
4+ - Added support for ` OT ` modality in ` helpers.generate_test_dicom_file `
5+
16v 0.22.1
27========
38
Original file line number Diff line number Diff line change 2828 # For a discussion on single-sourcing the version across setup.py and the
2929 # project code, see
3030 # https://packaging.python.org/guides/single-sourcing-package-version/
31- version = '0.22.1 ' , # Required
31+ version = '0.22.2 ' , # Required
3232
3333 # This is a one-line description or tagline of what your project does. This
3434 # corresponds to the "Summary" metadata field:
You can’t perform that action at this time.
0 commit comments