Hello,
What is the easiest way to use the CC DICOM library to build a DICOM tree given a set of file paths.
So, I have this array of local files and I want to use the CC DICOM machinery to build a DICOM tree. Ultimately, all I need is to be able to enumerate over the patients...studies...series and images...
I am guessing I could duplicate the StudyTree class in my assembly but that would mean reimplementing a lot of these "internal" classes and I would like to avoid that. Wondering if there is an easier way... I do not think I can use the StudyTree object in another assembly...
Thanks,
xarg