Hi,
Try option --ignore.
Best regards,
Michael
Search found 1879 matches
- Fri, 2022-05-20, 17:39
- Forum: DCMTK - General
- Topic: Slow transfer rates
- Replies: 8
- Views: 132
- Wed, 2022-05-18, 18:27
- Forum: DCMTK - General
- Topic: movescu - problem with storage to loca/network drive
- Replies: 4
- Views: 55
Re: movescu - problem with storage to loca/network drive
There are various storescp options regarding output names: sorting into subdirectories (not with --bit-preserving): -ss --sort-conc-studies [p]refix: string sort studies using prefix p and a timestamp -su --sort-on-study-uid [p]refix: string sort studies using prefix p and the Study Instance UID -sp...
- Wed, 2022-05-18, 15:57
- Forum: DCMTK - General
- Topic: Design suggestions for extending DcmStorageSCU with TLS support?
- Replies: 6
- Views: 96
Re: Design suggestions for extending DcmStorageSCU with TLS support?
Hi,
I'm fine with removing the class from the toolkit. It was a first untested approach (more than 10 year ago) that has never been used or even much tested (I guess)
BR,
Michael
I'm fine with removing the class from the toolkit. It was a first untested approach (more than 10 year ago) that has never been used or even much tested (I guess)

BR,
Michael
- Wed, 2022-05-18, 15:29
- Forum: DCMTK - General
- Topic: movescu - problem with storage to loca/network drive
- Replies: 4
- Views: 55
Re: movescu - problem with storage to loca/network drive
Hi, When using C-MOVE in DICOM, the images are transferred on a second connection via C-STORE. By default, movescu only takes care of the C-MOVE connection. The PACS starts the second connection to an AE Title that the C-MOVE client (movescu) provides. By default movescu tells the PACS to send the i...
- Tue, 2022-05-17, 14:07
- Forum: DCMTK - General
- Topic: Slow transfer rates
- Replies: 8
- Views: 132
Re: Slow transfer rates
Hi, DICOM does not have that much overhead in the network protocol, just a few byte per PDU package (16KB default in most DCMTK tools). You could try to increase the maximum DICOM PDU size that the sender is allowed to use by using storescp's option -pdu: -pdu --max-pdu [n]umber of bytes: integer (4...
- Mon, 2022-05-09, 20:56
- Forum: DCMTK - General
- Topic: Failing to build DCMTK-3.6.7
- Replies: 8
- Views: 197
Re: Failing to build DCMTK-3.6.7
Hi Jøger,
you are right. I see the same error on my Windows system and VS 2019, if I enable BUILD_SINGLE_SHARED_LIBRARY. I let you know once this is fixed.
BR, Michael
you are right. I see the same error on my Windows system and VS 2019, if I enable BUILD_SINGLE_SHARED_LIBRARY. I let you know once this is fixed.
BR, Michael
- Mon, 2022-05-09, 20:34
- Forum: DCMTK - General
- Topic: FINDSCU - how to limit results by hour?
- Replies: 5
- Views: 132
Re: FINDSCU - how to limit results by hour?
Hi, note that there are two times that are easily confused with each other: Study Time: The time, the DICOM study has been started, i.e. the time the first DICOM image in that Study has been created. This attribute is on main dataset level in the worklist. Scheduled Procedure Step Start Time: The ti...
- Sun, 2022-05-08, 17:49
- Forum: DCMTK - General
- Topic: Failing to build DCMTK-3.6.7
- Replies: 8
- Views: 197
Re: Failing to build DCMTK-3.6.7
Thats actually good news 

- Fri, 2022-05-06, 14:05
- Forum: DCMTK - General
- Topic: Failing to build DCMTK-3.6.7
- Replies: 8
- Views: 197
Re: Failing to build DCMTK-3.6.7
Hi,
we've checked with the team and we have this combination (compiler, OS and OpenSSL enabled) in our nightly builds and they compile and run fine. Did you start from a clean build tree?
Best,
Michael
we've checked with the team and we have this combination (compiler, OS and OpenSSL enabled) in our nightly builds and they compile and run fine. Did you start from a clean build tree?
Best,
Michael
- Thu, 2022-05-05, 20:37
- Forum: DCMTK - General
- Topic: Failing to build DCMTK-3.6.7
- Replies: 8
- Views: 197
Re: Failing to build DCMTK-3.6.7
Thank you for the report, we will investigate this.
For now try disabling OpenSSL.
BR,
Michael
For now try disabling OpenSSL.
BR,
Michael
- Thu, 2022-05-05, 18:59
- Forum: DCMTK - General
- Topic: How to populate request MessageId when deriving from DcmScu
- Replies: 18
- Views: 2108
Re: How to populate request MessageId when deriving from DcmScu
We just tagged the release a few days ago, I will integrate the MPPS N-CREATE patch next week and will also review the N-SET patch then.
BR,
Michael
BR,
Michael
- Thu, 2022-05-05, 06:16
- Forum: DCMTK - General
- Topic: FINDSCU - how to limit results by hour?
- Replies: 5
- Views: 132
Re: FINDSCU - how to limit results by hour?
Hi,
You can try just querying for PatientID and the time to exclude other error sources.
However I think that you just have an uncompliant DICOM server.
Maybe you find another useful tag for limiting the number of responses :/
Best regards,
Michael
You can try just querying for PatientID and the time to exclude other error sources.
However I think that you just have an uncompliant DICOM server.
Maybe you find another useful tag for limiting the number of responses :/
Best regards,
Michael
- Wed, 2022-05-04, 19:41
- Forum: DCMTK - General
- Topic: FINDSCU - how to limit results by hour?
- Replies: 5
- Views: 132
Re: FINDSCU - how to limit results by hour?
Hi, the tag you look for is the Scheduled Procedure Step Start Time (0040,0003), which lives (in worklist) inside the Scheduled Procedure Step Sequence (0040,0100). That time is the time the examination is scheduled for that patient. The server must support a filter request on that attribute. In o...
- Fri, 2022-04-29, 10:43
- Forum: DCMTK - General
- Topic: storescp unknown timestamp
- Replies: 3
- Views: 109
Re: storescp unknown timestamp
Hi,
I don't fully understand the question. So the timestamp is in the directory name. Where else do you like to find it? Of course I don't know anything about your SQL database...
BR, Michael
I don't fully understand the question. So the timestamp is in the directory name. Where else do you like to find it? Of course I don't know anything about your SQL database...
BR, Michael
- Thu, 2022-04-28, 07:13
- Forum: DCMTK - General
- Topic: DCMTK installation and sharing dynamic links
- Replies: 5
- Views: 147
Re: DCMTK installation and sharing dynamic links
sure. To add a path to the existing $PATH variable, do this in your command line window: export PATH=/your/new/path:$PATH If you want to make it persistent (i.e. active if you restart your computer or start a new command line window), add the line to your .bashrc in your home directory (if you use b...