I exported multiple slices of the same series (and the same study) using GDCM in C++. The data is attached here. But it seems that 3D Slicer cannot recognize these files correctly:
- Each dcm file was recognized as a volume
- After import, nothing is displayed in Slicer.
I think I've filled some inappropriate content into some important dicom Tags. But there are hundreds of tags, how to find which one[s] is[are] inappropriate? How to make these dicom files compatible with Slicer?
What I've tried:
- Set the same Study UID and Series UID of each dicom file. [Still the same]
- Change to fo-dicom(C#) from GDCM(C++). [Still the same]
Error logs in Python interactor console:
Warning in DICOM plugin Scalar Volume when examining loadable Series Number: Unnamed Series: Reference image in series does not contain geometry information. Please use caution.
Loading with imageIOName: GDCM
Could not read scalar volume using GDCM approach. Error is: FileFormatError
Loading with imageIOName: DCMTK
Could not read scalar volume using DCMTK approach. Error is: FileFormatError
Could not load: Series Number: Unnamed Series as a Scalar Volume