How to convert DICOM sequence images into a multi frame DICOM file.

Now I have dicom files of one sequence? Totally 117 files. Now I want to write these files into on .dcm File?
How to do it? not use mimics and so on.

com.pixelmed.dicom.MultiFrameImageFactory will (a) gather DICOM single frame images into frame sets sharing common characteristics and (b) make multi-frame DICOM images out of each of those sets

3 Likes

sorry! what is “com.pixelmed.dicom.MultiFrameImageFactory”

S. 1st example in the post

Download link

2 Likes

thanks !

1 Like

There is also David Clunie’s tool dcmulti from dicom3tools

Put single-frame DICOM files to into a folder and e.g.

dcmulti -sortby ImagePositionPatient myfolder/* > multiframe.dcm

2 Likes

How to convert DICOM sequence images into a multi frame DICOM file with dicom3tools in windows? I can’t find dcmulti in windows:

cyggcc_s-1.dll
cygstdc++-6.dll
cygwin1.dll
andump.exe
dcdirdmp.exe
dcdump.exe
dcentvfy.exe
dcfile.exe
dchist.exe
dciodvfy.exe
dckey.exe
dcsort.exe
dcsrdump.exe
dcstats.exe
dctable.exe
dctoraw.exe
andump.exe.local
dcdirdmp.exe.local
dcdump.exe.local
dcentvfy.exe.local
dcfile.exe.local
dchist.exe.local
dciodvfy.exe.local
dckey.exe.local
dcsort.exe.local
dcsrdump.exe.local
dcstats.exe.local
dctable.exe.local
dctoraw.exe.local
dccmp.script
dcdiff.script

Same with me… I don’t know which dcmulti @mihail.isakov is talking about? At least the link doesn’t have that binary.

dcmulti is in dicom3tools, i built on Linux. Don’t know why it is not included in binary releases.

1 Like

“Don’t know why it is not included in binary releases”

… because the binary release is only tools that dump, not create images, since a UID root is needed (which you supply during configuration for compilation)

3 Likes