<br><div>I have an MR dataset with six timepoints that I would like to split into six 3D series. I use the code in DicomSeriesReadImageWrite2.cxx and change the parameter for  AddSeriesRestriction to be &quot;0020|0100&quot; (temporal position ID). SetUseSeriesDetails is set to &#39;true&#39;. This works fine with ITK-3.20 but with ITK-4.0 it leaves them in a single series. Here&#39;s what I get with 3.20 (what I expect and want):</div>
<div><br></div><div><div>The directory: </div><div><br></div><div>/home/chinander/DicomTest/MR/</div><div><br></div><div>Contains the following DICOM Series: </div><div><br></div><div>1.3.46.670589.998.4456.1305829979500.50486011.600000023841857047041</div>
<div>1.3.46.670589.998.4456.1305829979500.50486011.600000023841857047042</div><div>1.3.46.670589.998.4456.1305829979500.50486011.600000023841857047043</div><div>1.3.46.670589.998.4456.1305829979500.50486011.600000023841857047044</div>
<div>1.3.46.670589.998.4456.1305829979500.50486011.600000023841857047045</div><div>1.3.46.670589.998.4456.1305829979500.50486011.600000023841857047046</div></div><div>===========================================================</div>
<div><br></div><div>and with ITK-4.0:</div><div><br></div><div><div>The directory: </div><div><br></div><div>/home/chinander/DicomTest/MR/</div><div><br></div><div>Contains the following DICOM Series: </div><div><br></div>
<div>1.3.46.670589.998.4456.1305829979500.5048</div><div><br></div><div>I originally ran this on Windows 7 with VS 2010 but have also just tried it on Linux with gcc 4.43 and get the same behavior (I had ITK-3.16 on Linux instead of ITK-3.20). I didn&#39;t see any changes to the GDCMSeriesFileNames documentation between versions that would cause this. Has anyone else encountered similar behavior or know what I&#39;m doing wrong?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>--Mike Chinander</div><div><br></div><div><br></div></div>