Search found 4 matches

by micha_wagner
Tue, 2018-01-30, 09:59
Forum: DCMTK - General
Topic: dcmqridx - DB ALERT when adding files to database
Replies: 3
Views: 9902

Re: dcmqridx - DB ALERT when adding files to database

Thanks. Next time I will know how to find it myself. Michael This one was easy to find (in the source code of "dcmqrdb/libsrc/dcmqrdbi.cc"): /* ** print an alert if we are seeking to far ** what is the limit? We don't expect the index file to be ** larger than 32Mb */ const long maxFileSiz...
by micha_wagner
Mon, 2018-01-29, 12:02
Forum: DCMTK - General
Topic: dcmqridx - DB ALERT when adding files to database
Replies: 3
Views: 9902

dcmqridx - DB ALERT when adding files to database

Hi, I'm using dcmqridx to add DICOM files to a database. Starting with an empty (non-existent) database. After ca. 30 studies containing some 200 images each, I get lots of "*** DB ALERT: attempt to seek beyond 33554432 bytes" messages. I'm trying to understand whether I've hit some intern...
by micha_wagner
Sat, 2014-05-10, 12:38
Forum: DCMTK - General
Topic: implementing a DICOM client - looking for existing code
Replies: 3
Views: 4101

Re: implementing a DICOM client - looking for existing code

J. Riesmeier wrote:So you need a Query/Retrieve SCU, right?
on the DICOM side, yes. But I was hoping that there's also something out there that additionally has a GUI.
by micha_wagner
Fri, 2014-05-09, 13:15
Forum: DCMTK - General
Topic: implementing a DICOM client - looking for existing code
Replies: 3
Views: 4101

implementing a DICOM client - looking for existing code

Dear DCMTK community, I've been assigned the task to write a DICOM client (to become part of a medical image processing software) using Microsoft Visual Studio. In a nutshell, this client is supposed to be able to connect to an existing DICOM server, show available DICOM files on the server, and ret...