Search found 3 matches

by xdx
Fri, 2009-06-19, 00:10
Forum: DCMTK - General
Topic: Is there any sample code avaialble to read multiframe DICOM?
Replies: 0
Views: 15972

Is there any sample code avaialble to read multiframe DICOM?

Hello everyone,

Is there any c++ sample code available to load a multiframe dicom file and read the imaging time, imaging location and image pixel data of each frame?

thank you!
by xdx
Tue, 2009-06-16, 16:00
Forum: DCMTK - General
Topic: How to load multiframe Dicom image
Replies: 3
Views: 9349

Thank you for the prompt reply! But, it seems DicomImage doesn't have all the frame specific info that exists in single frame image. Here are several questions about multiframe dicom image: - do all the frames share the same InstanceUID? And DicomImage doesn't output it, right? - how to imaging time...
by xdx
Tue, 2009-06-16, 15:11
Forum: DCMTK - General
Topic: How to load multiframe Dicom image
Replies: 3
Views: 9349

How to load multiframe Dicom image

Hello, I am using DCMTK to load dicom images. It works pretty well. Recently, I got some MR image from our Philips scanner and my program could not handle. The reason is because it is save in multiframe dicom format. I am wondering if DCMTK has any functions to support loading this type of file. For...