Certain hierarchy to import DICOM data?

I am new to 3DSlicer so please bear with me if my qustion seems stupid to you.

I got some files from a doctor who uses a program called Medigration and I can not import them correctly into 3DSlicer. I get this error every time:

"Warning in DICOM plugin Scalar Volume when examining loadable 608: sag weich: One or more images is missing geometry information.

Warning in DICOM plugin Scalar Volume when examining loadable 607: cor weich: One or more images is missing geometry information.

Warning in DICOM plugin Scalar Volume when examining loadable 606: tra weich: One or more images is missing geometry information.

Warning in DICOM plugin Scalar Volume when examining loadable 605: VRT: Reference image in series does not contain geometry information. Please use caution. "

Do you know what there is to be done to make it work?
Do I need to rearrange the files into a certain hierarchy so they can be imported?

You would make me really happy if you would answer me!

What Slicer version do you use?
What modality is your image? (CT, MRI, etc)

Thanks!

I use 4.8 but tried 4.5 as well.

The modality is MRI.

Can you please try the latest nightly? There have been fixes lately around loading DICOM image with missing slices.

If the nightly cannot load your image either, can you please send us the whole log? You can find it in Help / Report a bug

There are 3 DICOM readers available in Slicer-4.8.1. Could you please try if your data set can be loaded with one of them? In the menu select Edit / Application settings / DICOM / DICOMScalarVolumePlugin / DICOM reader approach, and try GDCM, DCMT, and Archetype.

If loading fails with all three readers then probably there is something wrong with your data. To assist you with diagnosing the issue, please send us what values you have in ImageType, ImagePositionPatient, and ImageOrientationPatient DICOM tags - see instructions here: Problem with sagittal and coronal view from CCTA DICOM files

I tried 4.9 and the other DICOM reader. Unfortunately it doesn’t work neither.

I think there is an other problem. I made some pictures that could show my problem a bit better:

  1. https://imgur.com/rb6AFJE - Here you can see the hierarchy of the files. In each of these folders are the files for every Slice

  2. https://imgur.com/CqhUDpb - Here you can see the files for one slice

I tried to import them with “import data” and I got no Errors.

  1. https://imgur.com/nMvVepy - Here you can see that every image is loadad seperatly

  2. https://imgur.com/cg1PqTL
    https://imgur.com/CsvFYwZ
    https://imgur.com/rOWwKrB
    https://imgur.com/yNov4Ip

    Here are some loadad images

So I can not scroll through the slices as I have to load every image manually.

This means that the problem is with DICOM fields that define image geometry (voxel spacing, position, directions).

Use DICOM module for importing and loading data (import the top-level folder, Slicer will go through all the the fiels in all subfolders).Try if your data set can be loaded with one of the 3 readers. In the menu select Edit / Application settings / DICOM / DICOMScalarVolumePlugin / DICOM reader approach, and try GDCM, DCMT, and Archetype.

If loading fails with all three readers then probably there is something wrong with your data. To assist you with diagnosing the issue, please send us what values you have in ImageType, ImagePositionPatient, and ImageOrientationPatient DICOM tags - see instructions here: Problem with sagittal and coronal view from CCTA DICOM files

Can you let me know where to find those values of mageType, ImagePositionPatient, and ImageOrientationPatient DICOM tags