[Insight-users] help!

kongdewen1 kong kongdewen1 at gmail.com
Tue May 19 14:41:27 EDT 2009


Hi, guys. I am try to read seris of Dicom file to a volume. here is my
problem:
I used breakpoint to see what was going on,because the jpeg file that I got
couldnot be opened.
this is what I find out.
the program is below:

typedef std::vector<std::string>  SeriesIdContainer;
const SeriesIdContainer & seriesUID=nameGenerator->GetSeriesUIDs();
SeriesIdContainer::const_iterator seriesItr=seriesUID.begin();
SeriesIdContainer::const_iterator seriesEnd=seriesUID.end();

here is the information that I get:
 seriesUID [3]("1.2.246.352.71.2.1299.223333.200601111651182512512","1.2.246.352.72.2.4364.627445.200807080306262512512","1.2.840.113619.2.55.3.2332693768.2963.1136900388.945.43.75512512")

+  seriesItr "1.2.246.352.72.2.4364.627445.200807080306262512512"

-  seriesEnd <Bad Ptr>

I tried some documents I have. I get the same result.

I am wondering what's wrong?
could you guys help me out?

thanks a lot




Dewen Kong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20090519/22bb9f0e/attachment.htm>


More information about the Insight-users mailing list