Search found 6 matches

by Leonid
Thu, 2010-06-10, 08:04
Forum: DCMTK - General
Topic: Problem with OFCRC32::compute method
Replies: 2
Views: 3189

Are you sure that the other program uses the same algorithm? But CRC32 should have the same value for all algorithms? Or I'm wrong? Here is algorithm used by another program (crc_tab is the same as in OFCRC32 class) : unsigned long update_crc_32( unsigned long crc, char c ) { unsigned long tmp, lon...
by Leonid
Wed, 2010-06-09, 07:29
Forum: DCMTK - General
Topic: Problem with OFCRC32::compute method
Replies: 2
Views: 3189

Problem with OFCRC32::compute method

Hello! I have following problem: when I tried to calculate CRC32 for file 1.txt with content "ABCDEFGHIJKLMNOPQRSTUVWXYZ" using OFCRC32::compute method I received unexpected result 0x041BC610. But when I calc CRC32 for this file by another program I had 0xABF77822 Here is my code: FILE* f ...
by Leonid
Tue, 2009-12-08, 08:36
Forum: DCMTK - General
Topic: Dicom tags related to compression
Replies: 1
Views: 4587

Dicom tags related to compression

Hello Dicom community!
I need to get all info about compression of dicom file. Which Dicom tags from header I should analyze ?
Transfer Syntax UID and what else contains info about compression of dicom file?

Best Regards, Leonid.
by Leonid
Thu, 2009-11-26, 14:59
Forum: DCMTK - General
Topic: Several question about Query/Retrieve
Replies: 3
Views: 6570

Marco Eichelberg , Thanks for the reply! I have new questions: 1. What is a difference Patient Root Q/R from Study Root Q/R Information Models when perform C-MOVE operation? 2. How to interpret attribute "Retreive AE Title" in C-FIND response? 3. Can we add "Retreive AE Title" a...
by Leonid
Fri, 2009-11-20, 10:29
Forum: DCMTK - General
Topic: Several question about Query/Retrieve
Replies: 3
Views: 6570

Several question about Query/Retrieve

Hello Dicom community. I have a several question related to Query/Retrieve Information Models. 1. For what purpose was implemented 2 different models: Patient Root/Study Level and Study Root / Study Level Query/Retrieve Information? I guess that in case Study Root key PatientID may be not unique. So...
by Leonid
Thu, 2009-07-09, 09:44
Forum: DCMTK - General
Topic: error with dimse-timeout :0006:0207 DIMSE No data available
Replies: 8
Views: 17774

Hello, I have a same error immediately after calling DIMSE_moveUser. OFCondition cond = DIMSE_moveUser(assoc, presId, &req, dcmff.getDataset(), moveCallback, &callbackData, DIMSE_NONBLOCKING, 1000, net, subOpCallback, this, &rsp, &statusDetail, &rspIds); 0006:0207 DIMSE No data a...