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
Sometimes you have to build the different views. For example if you have a CT image set which are axial to the subject, then you can make your own slices for coronal and sagittal views by sampling the image set appropriately. I would start by writing code to simply display the data you have as is as a starting point. By the time that's working you'll have a deeper understanding of the issues.