I have to write a program in c# able to parse DICOM and display axial, coronal and sagittal cuts.
Seems like it\'s a lot of work, but I have to do it so !
Big fi
You are right, this is quite a big task! And you are probably not going to find someone here who can provide a step-by-step tutorial for you, However some hints:
ImagePositionPatient
(0020,0032) , ImageOrientationPatient
(0020,0037) and PixelSpacing
(0028,0030). These can be used to order the slices correctly and calculate interpolated intersection slices.HTH and good luck!