[Insight-developers] DICOMParser

Stephen R. Aylward aylward@unc.edu
Wed, 08 Jan 2003 16:19:25 -0500


The DICOMParser in utilities requires ITKIO, but ITKIO isn't built until 
after utilities.

I think stuff in utilities should not depend on ITK.

The problem is that DICOMParser is accessing my old version of ITKIO 
that doesn't have definitions for the Dicom2 stuff, so linking is 
failing with undefined symbols.

So, I think someone should move DICOMParser into Auxiliary.

Stephen