Read multiframe series

All other questions regarding DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
mesajflaviu
Posts: 16
Joined: Mon, 2016-12-05, 10:00

Read multiframe series

#1 Post by mesajflaviu »

Does anybody know how can I read a multiframe series with DCMTK library ? Should I do some settings with library ? I noticed that this series are read OK with RadiantViewer, but not my app, which read just one image .. .could you help me ? Thank you.

mesajflaviu
Posts: 16
Joined: Mon, 2016-12-05, 10:00

Re: Read multiframe series

#2 Post by mesajflaviu »

I have found the way to read how may frame are into series:

Code: Select all

DicomImage pImage = new DicomImage(...);
   do
   {
		TRACE(">>>%d\t%d\n", pImage->getFirstFrame(), pImage->getFrameCount());
   }
   while(pImage->processNextFrames());
my question is, how can I "convert" this into DICOM image in order to read with my app ?

J. Riesmeier
DCMTK Developer
Posts: 2503
Joined: Tue, 2011-05-03, 14:38
Location: Oldenburg, Germany
Contact:

Re: Read multiframe series

#3 Post by J. Riesmeier »

my question is, how can I "convert" this into DICOM image in order to read with my app ?
I'm sorry but your question is not clear to me :?

mesajflaviu
Posts: 16
Joined: Mon, 2016-12-05, 10:00

Re: Read multiframe series

#4 Post by mesajflaviu »

Sorry for unclear statement, meanwhile, I have solved the issue. [The application could read multiframe dicom files after all, but after some under "not on front" settings). Thank you for your attention.

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 1 guest