Search found 7 matches
- Fri, 2005-11-11, 17:13
- Forum: DCMTK - General
- Topic: Echo-SCU time out
- Replies: 0
- Views: 15893
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...
- Tue, 2005-10-25, 19:47
- Forum: DCMTK - General
- Topic: Dcmtk connection time out
- Replies: 4
- Views: 8065
- Thu, 2005-10-13, 14:46
- Forum: DCMTK - General
- Topic: Dcmtk connection time out
- Replies: 4
- Views: 8065
- Mon, 2005-09-26, 16:04
- Forum: DCMTK - General
- Topic: Dcmtk connection time out
- Replies: 4
- Views: 8065
- Mon, 2005-09-19, 20:10
- Forum: DCMTK - General
- Topic: Dcmtk connection time out
- Replies: 4
- Views: 8065
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...
- Tue, 2005-06-28, 15:10
- Forum: DCMTK - Installation
- Topic: Problem with SITE_UID_ROOT length
- Replies: 1
- Views: 4959
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...
- Tue, 2005-01-18, 20:44
- Forum: DCMTK - Installation
- Topic: Setting the SITE_UID_ROOT with CMake
- Replies: 9
- Views: 14725
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...