Search found 3 matches

by puyen
Tue, 2006-01-24, 06:35
Forum: DCMTK - General
Topic: Problem:using dcmtk in Qt
Replies: 1
Views: 3309

if the define is ignored : //#define USE_STD_CXX_INCLUDES 1 the problem became: In file included from F:/workspace/dcmtk/dcmtk_include/osconfig.h:34, from F:/workspace/dcmtk/dcmtk_include/ofcond.h:37, from src\mainfrm.cpp:18: F:/workspace/dcmtk/dcmtk_include/cfwin32.h:32:1: warning: "HAVE_WINDO...
by puyen
Tue, 2006-01-24, 06:31
Forum: DCMTK - General
Topic: Problem:using dcmtk in Qt
Replies: 1
Views: 3309

Problem:using dcmtk in Qt

There are some problem when i use dcmtk in Qt program. for example: #define USE_STD_CXX_INCLUDES 1 #include "mainfrm.h" #include <qlayout.h> #include <qpainter.h> #include <qpainterpath.h> #include <qpushbutton.h> #include "dcmimage.h" #include "dcfilefo.h" MainFrm::Mai...
by puyen
Fri, 2006-01-06, 15:08
Forum: DCMTK - General
Topic: Can findscu/imagectn get the number of images in one study?
Replies: 1
Views: 2901

Can findscu/imagectn get the number of images in one study?

I want to know if it possible to get the number of images of certain study ,stored on the imagectn server and using findscu?

I think it should possible because imagectn is a great ctn server.
Can anybody tell me how to do this?