Search found 4 matches

by 2TAKTER
Fri, 2010-03-05, 14:47
Forum: DCMTK - General
Topic: Do the dcmqrscp can be competent as a good database?
Replies: 11
Views: 12372

ok, as far as i understand the code, the content of IdxRecord, defined in dcmqridx.h, is stored in the index.dat right? so as far as i understand it, i have to define a class DcmQueryRetrieveSQLDatabaseHandleFactory in the dcmqrdbi.h afterwards i create a function with the same name in dcmqrdbi.cxx ...
by 2TAKTER
Fri, 2010-03-05, 12:04
Forum: DCMTK - General
Topic: Do the dcmqrscp can be competent as a good database?
Replies: 11
Views: 12372

oh, are there any sql features added in the developer version?
by 2TAKTER
Fri, 2010-03-05, 11:27
Forum: DCMTK - General
Topic: Do the dcmqrscp can be competent as a good database?
Replies: 11
Views: 12372

horray :P
so ok, i didn't worked with C since 2003 so it's time to clean up that dusted part in my head. hope i make some progress there and can give some input or a finished source back for the project.

are you still working on the dcmtk?
by 2TAKTER
Fri, 2010-03-05, 10:19
Forum: DCMTK - General
Topic: Do the dcmqrscp can be competent as a good database?
Replies: 11
Views: 12372

can you specify where exactly in the code I have to search? a kind of ODBC connection would be great here i've found the handle assoc for the index.dat in dcmqrdbi.cxx class DcmQueryRetrieveIndexDatabaseHandleFactory the dcmqrscp.cxx contains the following lines: #ifdef WITH_SQL_DATABASE // use SQL ...