Search found 7 matches

by ybu
Fri, 2005-11-11, 17:13
Forum: DCMTK - General
Topic: Echo-SCU time out
Replies: 0
Views: 11673

Echo-SCU time out

Hi, I would like to set a time out when sending a dcmtk Echo-SCU command. This post is similar to http://forum.dcmtk.org/viewtopic.php?t=443 , sorry for the duplicate... One solution should be to test the value of (*network)->timeout just after the line: // get global connection timeout Sint32 conne...
by ybu
Tue, 2005-10-25, 19:47
Forum: DCMTK - General
Topic: Dcmtk connection time out
Replies: 4
Views: 7193

Sorry to be so long on the answer, but I was on the road.

I am not sure I really understood what you meant.

What I want to do is set a timeout when my client send a DICOM-SCU (let's say an ECHO-SCU). So should I use the dcmConnectionTimeOut global object? If not, what is the best solution?

Thanks.
by ybu
Thu, 2005-10-13, 14:46
Forum: DCMTK - General
Topic: Dcmtk connection time out
Replies: 4
Views: 7193

Last up :?

Does someone at Offis know about this issue :?:
by ybu
Mon, 2005-09-26, 16:04
Forum: DCMTK - General
Topic: Dcmtk connection time out
Replies: 4
Views: 7193

up :?:
by ybu
Mon, 2005-09-19, 20:10
Forum: DCMTK - General
Topic: Dcmtk connection time out
Replies: 4
Views: 7193

Dcmtk connection time out

Hi, I try to set a time out for a Dicom connection. I set a time out when initializing my network with ASC_initializeNetwork( NET_REQUESTOR, mHostPort, mInitializationTimeOut, &mpNet); Where mInitializationTimeOut is my time out in second and mpNet my network association. When I go down to the d...
by ybu
Tue, 2005-06-28, 15:10
Forum: DCMTK - Installation
Topic: Problem with SITE_UID_ROOT length
Replies: 1
Views: 4543

Problem with SITE_UID_ROOT length

Hi, I want to set my own SITE_UID_ROOT. I am using CMake so as specified in the FAQ, I added the line: ADD_DEFINITIONS(-DSITE_UID_ROOT=\\\"my.site.uid.root\\\") The problem is the length of my uid : 26. As dcmtk can add up to 48 characters, I am way over the 64 limit. I am already at 64 be...
by ybu
Tue, 2005-01-18, 20:44
Forum: DCMTK - Installation
Topic: Setting the SITE_UID_ROOT with CMake
Replies: 4
Views: 7781

Setting the SITE_UID_ROOT with CMake

Hi, Dcmtk version: 3.5.3 Environment: WinXP I am using cmake to generate the VC projects. I would like to set the SITE_UID_ROOT. I checked the faq and found this . It explains how to proceed with a Makefile but as I am using cmake... I also saw a reference in dcmtk-3.5.3/config/docs/macros.txt. I gu...