How to add multiple series to a single dicom file #1921
Replies: 2 comments
-
|
I'm struggling to figure this one out also. It seems like it would be simple by adding the correct tags but my attempts have rendered a useless dicom file every time. DICOM FILE I've also tried using the Frame Content Sequence without success DICOM FILE |
Beta Was this translation helpful? Give feedback.
-
|
I guess you mixed something up. DICOM-Standard (please read it carefully!) does not provide an option to ass the pixel data of multple series into one single file. Maybe you want to generate a DicomDirectory? That is, if you have a (slow) media with a lot if images, then a userinterface would have all the images first, before it can build up a list of all available studies and series. To speed this up, there is often one file called "DICOMDIR" in the root directory. but this file only contains some basic metadata about the available images and the filename relative to the DICOMDIR-file where the UI then can read the whole content and the actual pixel data. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Something like this
Beta Was this translation helpful? Give feedback.
All reactions