Hello, our company has our own DICOM Reader. (MFC)
This DICOM Reader allows some non-standard DICOM files.
I want to read the DICOM file through this DICOM Reader and pass the PixelData and Image information to the VTK to implement MPR.
MPR example using vtkDICOMImageReader is complete. (https://vtk.org/gitweb?p=VTK.git;a=tree;f=Examples/GUI/Qt/FourPaneViewer;h=cf9360f7952bcf1b40fb2086fd376303006a4b12;hb=HEAD)
Are there any other examples to use with third-party DICOM Reader?
Thank you.