Search found 4 matches

by jcferranti
Wed, 2019-02-06, 19:16
Forum: Third-Party DCMTK Applications
Topic: QT DCMTK
Replies: 1
Views: 7158

Re: QT DCMTK

Hi, in windows i just add this to the .pro file INCLUDEPATH += "C:/library/dcmtk/include" LIBS += "C:/library/dcmtk/lib/libdcmnet.dll.a" \ "C:/library/dcmtk/lib/libi2d.dll.a" \ "C:/library/dcmtk/lib/libdcmdata.dll.a" \ "C:/library/dcmtk/lib/liboflog.dll.a...
by jcferranti
Tue, 2016-03-22, 17:23
Forum: DCMTK - General
Topic: Best way to proceed with my Dicom Viewer
Replies: 2
Views: 3462

Re: Best way to proceed with my Dicom Viewer

I think citing an example is better. The KPacs has the ability to import DICOM files for your database through the Filesystem tab. So I can import a CD/DVD/e-mail data to KPacs database and store for backup and others. I wanted to know the best way to do the same. Copy the whole dataset feathers mod...
by jcferranti
Mon, 2016-03-21, 17:18
Forum: DCMTK - General
Topic: Best way to proceed with my Dicom Viewer
Replies: 2
Views: 3462

Best way to proceed with my Dicom Viewer

I need a little help! I am developing a viewing DICOM application, similar to the KPacs. But I have a doubt about the best way to proceed. I will implement the ability to import DICOM files with and without DICOMDIR but do not know the best way to do it. Copy the original file without modifications ...
by jcferranti
Tue, 2008-09-09, 13:51
Forum: DCMTK - General
Topic: Help to send DICOM file
Replies: 5
Views: 8149

DICOMNICO wrote:Problem solved!
I have the same problem. How you resolve it?