Search found 4 matches

by lisvi
Thu, 2009-10-29, 13:50
Forum: DCMTK - General
Topic: DUL_RequestAssociation in blocking mode
Replies: 2
Views: 4917

Hi, thank you for your helpful reply. As I could understand after reading the section in the DICOM standard as you mentioned, it is not intended by the DICOM standard that peer does not send any data?! So, I would say that the blocking mode is the default behavior? Maybe some of the other users have...
by lisvi
Tue, 2009-10-27, 11:08
Forum: DCMTK - General
Topic: DUL_RequestAssociation in blocking mode
Replies: 2
Views: 4917

DUL_RequestAssociation in blocking mode

Hi, I have just a quick question: During testing with dcmtk I figured coincidentally out that PRV_NextPDUType(association, DUL_BLOCK, PRV_DEFAULTTIMEOUT, &pduType) called in DUL_RequestAssociation( DUL_NETWORKKEY ** callerNetworkKey, DUL_ASSOCIATESERVICEPARAMETERS * params, DUL_ASSOCIATIONKEY **...
by lisvi
Thu, 2009-01-22, 09:46
Forum: DCMTK - General
Topic: C-Move - TLS
Replies: 4
Views: 5882

C-Move - TLS

Hi, I got a quick question regarding C-Move and TLS. Is it required to implement the C-Move initiation with TLS? I saw that it is possible to implement C-Store with TLS (DCMTK 3.5.4) but couldn't find in the IHE TF if it is also required to implement the C-Move initiation with TLS. Is it usual in pr...
by lisvi
Tue, 2007-12-11, 16:51
Forum: DCMTK - General
Topic: Security-Enhanced Versions of CRT Functions && DCMTK
Replies: 1
Views: 2856

Security-Enhanced Versions of CRT Functions && DCMTK

Hello, I am using Visual Studio 2008 with the new CRT and the secure enhanced functions like strcpy_s(..). But strangely if I am using the old deprecated string methods e.g. strcpy(..) together with the DCMTK, I do not receive a compiler warning ( Warning Level 4 ) that these methods are deprecated....