Search found 2051 matches

by Michael Onken
Fri, 2010-03-05, 11:19
Forum: DCMTK - General
Topic: Do the dcmqrscp can be competent as a good database?
Replies: 11
Views: 12374

Hi, No, someone at OFFIS started an implementation of a database backend, that's why you find this #define in the code. So it's clear that you should start your own implementation by implementing the abstract base classes existing, e. g. implement a DcmQueryRetrieveIndexDatabaseHandleFactory or what...
by Michael Onken
Thu, 2010-03-04, 11:00
Forum: DCMTK - General
Topic: WlmSCPFs Hangs after a while
Replies: 8
Views: 8342

Thanks, please provide feedback as far as you can say something :)
Best regards,
Michael
by Michael Onken
Wed, 2010-03-03, 12:07
Forum: DCMTK - General
Topic: WlmSCPFs Hangs after a while
Replies: 8
Views: 8342

Hi Art, did you used the snapshot version? If possible, please give it a try. There was some error in closing sockets in windows multi process mode that was fixed some time ago. Also, if you are not able running the snapshot in your environment, you may try the single process mode with option --sing...
by Michael Onken
Wed, 2010-03-03, 12:02
Forum: DCMTK - General
Topic: avoid reading SPI group
Replies: 2
Views: 3606

Hi, so as far as I understand you have the rows/columns tag two times in the dataset: on main leve and in the (0009,1010) sequence. I guess you use findAndGetUint16() to access those attribute values. If you use that, you should not find the attributes nested in sequences but only those on main leve...
by Michael Onken
Mon, 2010-03-01, 11:04
Forum: DCMTK - General
Topic: copy multiple DcmItem dataset to a single DcmDataset
Replies: 2
Views: 3481

Hi,

you have to loop through all elements of each DcmItem and copy them to a new DcmDataset. There is no pre-defined function to combine different datasets into one.

Best regards,
Michael
by Michael Onken
Mon, 2010-03-01, 11:02
Forum: DCMTK - General
Topic: Library wont load specific dicoms please help!!
Replies: 11
Views: 12396

Maybe you should contact them...
by Michael Onken
Thu, 2010-02-25, 10:23
Forum: DCMTK - General
Topic: Library wont load specific dicoms please help!!
Replies: 11
Views: 12396

Hi, the newer versions (which are pretty stable too! but not tested on all platforms, just linux and windows XP) can also be downloaded from the DCMTK download page . The --ignore-parse-errors is also too new then, I was not aware of that. Send the image to dicom at offis dot de. By the way, just us...
by Michael Onken
Thu, 2010-02-25, 10:19
Forum: DCMTK - Installation
Topic: compile dcmtk on snow leopard Mac Os X10.6
Replies: 5
Views: 9535

Hi,

first read through this related thread.

Best regards,
Michael
by Michael Onken
Wed, 2010-02-24, 12:20
Forum: DCMTK - General
Topic: Q/R model testing
Replies: 5
Views: 7301

Alright, this seems to work (using an explicit * instead of leaving the attributes empty). However note that eFilm's behaviour is not correct in that regard: 1) It should also work with leaving fields empty instead of sending *. 2) It returns more attributes than it should: you just ask for patient ...
by Michael Onken
Wed, 2010-02-24, 10:29
Forum: DCMTK - General
Topic: Do the dcmqrscp can be competent as a good database?
Replies: 11
Views: 12374

Hi, if would extend dcmqrdb to use a "real" database like MySQL, Postgres or if you want a slim variant, SQLite. If you dig into dcmqrdb's source code, you will find an abstract interface for a data source that is currently only implemented for the index file. You should write an implement...
by Michael Onken
Wed, 2010-02-24, 10:25
Forum: DCMTK - General
Topic: Q/R model testing
Replies: 5
Views: 7301

Hi, eFilm accepts your PatientRoot connection: Presentation Contexts: Context ID: 1 (Accepted) Abstract Syntax: =FINDPatientRootQueryRetrieveInformationModel Proposed SCP/SCU Role: Default Accepted SCP/SCU Role: Default Accepted Transfer Syntax: =LittleEndianExplicit In your first posted connection,...
by Michael Onken
Wed, 2010-02-24, 10:21
Forum: DCMTK - General
Topic: Library wont load specific dicoms please help!!
Replies: 11
Views: 12396

Hi, it seems that the parser is choking on some attribute structures in your file. This may be for example, because an attribute's length definition is wrong. Of course, there can also be a bug in DCMTK. Does the error occur after a specific tag when using dcmdump on the file? try to delete this or ...
by Michael Onken
Tue, 2010-02-23, 17:57
Forum: DCMTK - General
Topic: Q/R model testing
Replies: 5
Views: 7301

Hi, C:\dcmtk-3.5.4\bin\Release>findscu.exe -v -P -aec AK_CLIENT -k 0008,0052=PATIENT -k 0010,0020=* 192.168.67.155 4006 Requesting Association Association Accepted (Max Send PDV: 16372) So that looks like eFilm accepts the proposed Patient Root Model but then after receiving the query just ends the ...
by Michael Onken
Tue, 2010-02-23, 15:12
Forum: DCMTK - General
Topic: Retrieve Enhanced MR as MR Images
Replies: 3
Views: 5749

Hi, there is no possibility in DICOM to re-negotiate in terms of giving the requestor the hint that you prefer the old kind of object. The idea is generally to let the requestor propose anything that it is possible to send and let the receivor choose from those possiblities one or more supported SOP...
by Michael Onken
Mon, 2010-02-22, 15:57
Forum: DCMTK - General
Topic: Query with multiple modalities?
Replies: 3
Views: 4959

Dear Karamazov, DCMTK just sends over the wire what you enter as value for a specific tag, e. g. Modality. So DCMTK permits you to send a Modality attribute including something like "CR\MR". However, the DICOM standard does not permit such a search since Modality is a single-value field (V...