[Insight-users] Dicom Serie
Luis Ibanez
luis.ibanez at kitware.com
Sun Mar 26 10:49:58 EST 2006
Hi Stephane,
Please read the ITK Software Guide:
http://www.itk.org/ItkSoftwareGuide.pdf
You will find the details about how to get and set the MetaData
Dictionary of DICOM Series in Section 7.12.4, in pdf-page 334:
"Reading a 2D DICOM Series and Writing a 2D DICOM Series"
The source code illustrating this example is avaiable at:
Insight/
Examples/
IO/
DicomSeriesReadSeriesWrite.cxx
If you are interested in how the dictionary is managed internally
by ITK, you may want to look at the code in:
Insight/Code/IO/
itkImageSeriesWriter.cxx
around lines 350~370
Regards,
Luis
===========================
stephane barranx wrote:
> Can you detail how you get and conserve the metaDataDictionaryArray of the
> input dicom series?
> I have to do quite the same thing, I try to get this dictionary array when I
> open a dicom series in my program but when I use it for writing output
> series, it does save a DICOM series but the informations are missing, so I
> can't open properly these files because I don't know voxel size and patient
> position.
> thanks
> --
> View this message in context: http://www.nabble.com/Re%3A-Dicom-Serie-t1168347.html#a3586957
> Sent from the ITK - Users forum at Nabble.com.
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
More information about the Insight-users
mailing list