Search found 32 matches

by qimo601
Fri, 2012-10-19, 02:19
Forum: DCMTK - General
Topic: Worklist question
Replies: 9
Views: 11785

Re: Worklist question

After playing with this a bit, I realized I had no matching worklist files, so I wasn't getting a return. What I thought were errors are just -d messages of wlmscpfs gracefully handling the missing data. hi,robertsdavidb. I have a question,can you give me some help? Thanks in advance. I have confus...
by qimo601
Thu, 2012-10-18, 12:46
Forum: DCMTK - General
Topic: wwwapp instalation
Replies: 8
Views: 14453

Re:

Hm, I just tried under linux with 3.5.4 and they get built without additional configuration. Did all other files compile? (apps and src directories)? Regards, Michael Hi michael, I have compiled DCMTK3.6.120120831 on win7. I can only find readoviw, readwlst and writwlst, but no preplock.exe in bin\...
by qimo601
Wed, 2012-10-17, 12:40
Forum: DCMTK - General
Topic: Worklist Management - wlmscpfs wwwapp.txt:no result
Replies: 1
Views: 2926

Worklist Management - wlmscpfs wwwapp.txt:no result

hi,all. I'm trying to create a www server application to create , modify and delete worklist entries using a Web browser ,but there isn't no management interface. I've followed all instructions in the wwwapp.txt file. My envientment: win7 OS Apache httpd-2.0.64-win32-x86-openssl-0.9.8o strawberry-pe...
by qimo601
Tue, 2012-10-16, 12:57
Forum: DCMTK - General
Topic: DcmSCP:how to program handleMoveRequest function?
Replies: 3
Views: 4880

Re: DcmSCP:how to program handleMoveRequest function?

Hello, In order to handle the move request, you need to overwrite the function DcmSCP::handleMoveRequest to perform the following: 1. Internally find matches for the move request query from your database. 2. Start a new association with the remote move destination application to store SOP instances...
by qimo601
Mon, 2012-10-15, 02:56
Forum: DCMTK - General
Topic: DcmSCP: how to write handlFindRequest function?
Replies: 2
Views: 3815

DcmSCP: how to write handlFindRequest function?

hi,all. I am using DCMTK3.6.1(20120831) . If I call DcmSCU::sendFindRequest on client , how to write the DcmSCP::handleFindRequest() on server? Can anybody give me a description about the process of C-Find In DcmSCU and DcmSCP class? For example: 1、If send a findRequest by DcmSCU, use findscu comman...
by qimo601
Mon, 2012-10-15, 02:29
Forum: DCMTK - General
Topic: DcmSCP:how to program handleMoveRequest function?
Replies: 3
Views: 4880

Re: DcmSCP:how to program handleMoveRequest function?

Hello, In order to handle the move request, you need to overwrite the function DcmSCP::handleMoveRequest to perform the following: 1. Internally find matches for the move request query from your database. 2. Start a new association with the remote move destination application to store SOP instances...
by qimo601
Wed, 2012-10-10, 09:47
Forum: DCMTK - General
Topic: DcmSCP:how to program handleMoveRequest function?
Replies: 3
Views: 4880

DcmSCP:how to program handleMoveRequest function?

hi,all.

I am using DCMTK3.6.1(20120831) .

If I call DcmSCU::sendMOVERequest on client , how to write the DcmSCP::handleMoveRequest() on server?

Can anybody give me a example to describe the process about C-Move In DcmSCU and DcmSCP class?


Thanks
qimo
by qimo601
Sat, 2012-09-29, 09:06
Forum: DCMTK - General
Topic: how to use DCMTK 3.6.1 on win7
Replies: 12
Views: 26730

Re: how to use DCMTK 3.6.1 on win7

J. Riesmeier wrote:The easiest thing would be to disable the support for libiconv in CMake. Since this external library has been added after the release of DCMTK 3.6.0, there is no ready-to-use support library package for Windows available yet.
So thanks.
by qimo601
Tue, 2012-09-25, 07:07
Forum: DCMTK - General
Topic: how to use DCMTK 3.6.1 on win7
Replies: 12
Views: 26730

Re: how to use DCMTK 3.6.1 on win7

J. Riesmeier wrote:Instead of modifying the main CMakeLists.txt file, I would propose to simply disable the option DCMTK_OVERWRITE_WIN32_COMPILER_FLAGS in the CMake GUI.

I have downloaded the ibiconv-1.13.1.tar.gz

But it is original code.
How to compile ibiconv-1.13.1 source code on win7 VS2008????
by qimo601
Tue, 2012-09-25, 06:59
Forum: DCMTK - General
Topic: how to use DCMTK 3.6.1 on win7
Replies: 12
Views: 26730

Re: how to use DCMTK 3.6.1 on win7

Instead of modifying the main CMakeLists.txt file, I would propose to simply disable the option DCMTK_OVERWRITE_WIN32_COMPILER_FLAGS in the CMake GUI. Thanks,J. Riesmeier. Your suggestion is very good for me ,it has workd out the run time library error . But if I compiled the DCMTK3.6.1 as the file...
by qimo601
Mon, 2012-09-24, 14:32
Forum: DCMTK - General
Topic: how to use DCMTK 3.6.1 on win7
Replies: 12
Views: 26730

Re: how to use DCMTK 3.6.1 on win7

Did you read FAQ#26 ? Thanks,I see. I have changed the CmakeLists.txt ,but I only use the DCMTK 3.6.0 support libraries (MD) to compile the DCMTK3.6.1. Is that have a problem???? You can change the code generation options centrally in file dcmtk/CMakeLists.txt by replacing "/MT" with &quo...
by qimo601
Mon, 2012-09-24, 13:03
Forum: DCMTK - General
Topic: how to use DCMTK 3.6.1 on win7
Replies: 12
Views: 26730

Re: how to use DCMTK 3.6.1 on win7

Roadrunner wrote:Do you use a 32 bit or a 64 bit version of Windows 7?
win7 32bit + VS2008 +Qt4.7.4

DCMTK3.6.1 + DCMTK3.6.0 support MD.

how to compile ?
by qimo601
Mon, 2012-09-24, 11:19
Forum: DCMTK - General
Topic: how to use DCMTK 3.6.1 on win7
Replies: 12
Views: 26730

Re: how to use DCMTK 3.6.1 on win7

Then i compile DCMTK 3.6.1 with dcmtk-3.6.0-win32-i386-support_MD.zipl on VS2008. Finally it failed. ========== Build: 77 succeeded, 5 failed, 2 up-to-date, 0 skipped ========== Linking... LIBCMTD.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in MSVCRTD.lib(MSVCR90D.dll) LIBCMTD.l...
by qimo601
Mon, 2012-09-24, 08:48
Forum: DCMTK - General
Topic: how to use DCMTK 3.6.1 on win7
Replies: 12
Views: 26730

how to use DCMTK 3.6.1 on win7

hi,all.

I am using DCMTK 3.6.0 on win7 system.

But I found a lot of changes in DcmNet module about DcmScu and DcmScp.

How can i compile the latest snapshot (DCMTK3.6.1) rightly on windows??? Is that only open to Linux???

Is there any better ways to use the snapShot on windows??
by qimo601
Mon, 2012-09-24, 03:51
Forum: DCMTK - General
Topic: how to get the oflog in a Gui application?
Replies: 3
Views: 4878

Re: how to get the oflog in a Gui application?

Did you read this HowTo ? At last , I worked it out by inheriting Appender class . I rewite a GuiAppender Class to catch DCMTK logs ,then I can ouput them on VS2008 Debug window. #ifndef GUIAPPENDER_H #define GUIAPPENDER_H #include "dcmtk/oflog/config.h" #include "dcmtk/oflog/appende...