Pick and display specific Dicom images based on certain parameters

7 views (last 30 days)
I am building a GUI for a self project. This is my first experience with GUIs. I have a set of DICOM images stored in a file somewhere. In my GUI, initially certain parameters have to be filled in like the 'modality', 'study' and if it's an MRI image whether its T1, T2 or PD. The names of the available DICOM files that satisfy these parameters only should be displayed. After that I should be able to pick and display the DICOM series from the file of my choice. I want to display axial, sagittal and coronal views and I should be able to scroll through the slices. I would highly appreciate a few pointers on this task.

Answers (1)

Image Analyst
Image Analyst on 28 Oct 2012
You could try MAGIC. It's a good framework to start with. You'd have to replace the imread()'s with dicomread()'s. And you'd change the part where it displays the rows and columns with whatever parameters you want to show, like T1, study, patient name, or whatever. It already has sliders that you can use to scroll through the slices, and radio buttons for selecting what view you want to use.

Categories

Find more on DICOM Format in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!