Home > DicomExporter

DicomExporter

DicomExporter is a project mainly written in C++ and C, it's free.

A simple export tool for Dicom files written in Qt using Medcon.

This application does not work in Windows due to some problems with (X)MedCon.

To build in Ubuntu, you need

  • libqt4-dev
  • libmdc2-dev

To build, run:

qmake make

That should be it for now :)