Search found 5 matches

by ghost
Fri, 2009-08-14, 09:03
Forum: DCMTK - General
Topic: Precision Issue in "int DiGSDFunction::calculateGSDF()"
Replies: 2
Views: 3325

I guess that the table in the DICOM standard has been calculated with a higher (?) or at least with a different precision than what calculateGSDF() does. But I don't think that this is really an issue ... Btw, the table in Annex B is only informative (and not normative). Thank you for your reply. I...
by ghost
Fri, 2009-08-14, 06:18
Forum: DCMTK - General
Topic: Precision Issue in "int DiGSDFunction::calculateGSDF()"
Replies: 2
Views: 3325

Precision Issue in "int DiGSDFunction::calculateGSDF()"

When I use function "int DiGSDFunction::calculateGSDF()" to calculate the GSDF Values, I found the result is different from the value in DICOM Standard document(PS 3.14 - 2008 Page 21 Table B-1) for example: JND 1023 in Standard the Lum is 3993.4040 but in dcmtk calculate result is 3993.32...
by ghost
Fri, 2005-07-01, 08:41
Forum: DCMTK - General
Topic: ASC_abortAssociation(...) Problem.
Replies: 0
Views: 7509

ASC_abortAssociation(...) Problem.

How to specify the SOURCE and REASON when we send the ABORT-RQ

in some place need to send the ABORT-RQ to the server with specific SOURCE and REASON:
i.e.

SOURCE 2 # DICOM UL service provider (initiated abort)
REASON 6 # invalid PDU parameter value

but there is not place to specify the parameter?
by ghost
Fri, 2004-12-24, 02:31
Forum: DCMTK - General
Topic: Have memory leak?
Replies: 2
Views: 6010

re

when I use the storescp.exe(in the dcmtk353 SDK),
I use the other program as C-STORE scu to send DICOM files to it.
I find that every time I send about 100 DICOM files , The memory rise
a little, after I send many times. The memory is rise obviously. why?
by ghost
Thu, 2004-12-23, 09:34
Forum: DCMTK - General
Topic: Have memory leak?
Replies: 2
Views: 6010

Have memory leak?

When I use the storescp which in dcmtk353.
I find the memory leak.