Search found 8 matches

by Wonko
Wed, 2009-03-11, 12:27
Forum: DCMTK - General
Topic: storescp only receives 9 files
Replies: 1
Views: 3621

Sorry for the late response. but there was no real progress until recently. It turned out that the problem was the PACS software - probably due to DIMSE messages or internal filenames being too long.
by Wonko
Mon, 2009-01-19, 00:30
Forum: DCMTK - General
Topic: storescp only receives 9 files
Replies: 1
Views: 3621

storescp only receives 9 files

Hi there! I have a strange problem with storescp when retrieving images via movescu from a PACS. It seems to work fine for MR and CT data, but when retrieving a series of PT images, I always get 9 files only. And a "0006:0207 DIMSE No data available" error from movescu. I have no idea what...
by Wonko
Wed, 2008-11-26, 13:09
Forum: DCMTK - General
Topic: IdentifierDoesNotMatchSOPClass error
Replies: 3
Views: 6593

Whoops. Sorry for this, I picked the wrong debug output after trying out the different information models.

But the output of the right command replacing PATIENT with STUDY in (0008,0052)) is just the same, apart from the change in (0008,0052) of course.
by Wonko
Wed, 2008-11-26, 03:59
Forum: DCMTK - General
Topic: IdentifierDoesNotMatchSOPClass error
Replies: 3
Views: 6593

IdentifierDoesNotMatchSOPClass error

Hi there! Any idea what is the cause for this? findscu --study -k 0008,0052=STUDY -k "0010,0020=12345667" pacs 104 Response: Failed: IdentifierDoesNotMatchSOPClass This happens for some patient IDs, while others produce the desired output withour error. The PACS is a CHILI pacs, based on d...
by Wonko
Thu, 2006-02-09, 19:20
Forum: DCMTK - Installation
Topic: Cannot compile debug version
Replies: 2
Views: 5902

After commenting the part out I got the next problem: In file included from diimage.cc:40: ../include/dcmtk/dcmimgle/diinpxt.h: In member function `void DiInputPixelTemplate<T1, T2>::convert(DcmPixelData*, Uint16, Uint16, Uint16)': ../include/dcmtk/dcmimgle/diinpxt.h:368: error: there are no argumen...
by Wonko
Thu, 2006-02-09, 18:27
Forum: DCMTK - Installation
Topic: Cannot compile debug version
Replies: 2
Views: 5902

Cannot compile debug version

Creating a debug version of dcmtk-3.5.4 under Unix does not seem to work due to a missing DB_getDebugLevel() routine: ./configure --enable-debug && make ... dcmqridx.cc: In function `int main(int, char**)': dcmqridx.cc:179: error: `DB_getDebugLevel' undeclared (first use this function) dcmqr...
by Wonko
Wed, 2006-01-18, 11:33
Forum: DCMTK - General
Topic: Problems with private elements
Replies: 2
Views: 3900

Thanks, good idea! I didn't think about that. After some experimenting with the options it seems that using +te seems to do the trick.

Thanks again for the fast response!
by Wonko
Tue, 2006-01-17, 19:09
Forum: DCMTK - General
Topic: Problems with private elements
Replies: 2
Views: 3900

Problems with private elements

I am having trouble adding lots of private elements to my dictionary. These are some lines from my private.dic: (7fe3,"SIEMENS MED",3f) ox IconProjectionPixelData 1 (7fe3,"SIEMENS MED",7f) ox IconProjectionPixelData 1 (7fe3,"SIEMENS MED",bf) ox IconProjectionPixelData 1...