[Insight-users] gdcmImageIO
Corinna Bürger
corinnabuerger at gmx.de
Mon Sep 25 17:28:42 EDT 2006
Hello,
if I read in two Dicom images how can I retrieve the Dicom information
for one specific image?
I got:
typedef itk::GDCMImageIO ImageIOType;
ImageIOType::Pointer gdcmImageIO = ImageIOType::New();
fixedImageReader->SetImageIO( gdcmImageIO );
movingImageReader->SetImageIO( gdcmImageIO );
How can I read out e.g. the patient's name from the fixedImage without
the program failing during execution?
Thanks for any hint,
Corinna
More information about the Insight-users
mailing list