From: Varun on
Hi,

I am working on a GUI for dicom images. Can anyone please tell me how can I display like a set of dicom images from a particular series in one single window of the GUI ?

I have tried the implay function but it does not integrate with the GUI as it like executes separately on its own....Is there any way I can integrate implay with the GUI...by GUI is mean the Matlab Figure file here ?

Thanks in advance.
From: Bobby Mathews on
"Varun " <var3161(a)yahoo.co.in> wrote in message <hsj4rm$hr7$1(a)fred.mathworks.com>...
> Hi,
>
> I am working on a GUI for dicom images. Can anyone please tell me how can I display like a set of dicom images from a particular series in one single window of the GUI ?
>
> I have tried the implay function but it does not integrate with the GUI as it like executes separately on its own....Is there any way I can integrate implay with the GUI...by GUI is mean the Matlab Figure file here ?
>
> Thanks in advance.

The 'dicomread' function will allow you to load a single plane and view it.