Search found 5 matches

by a.wilmink
Mon, 2017-05-01, 10:17
Forum: DCMTK - General
Topic: [Storescp] Use ProcedureLogStorage class
Replies: 1
Views: 2059

[Storescp] Use ProcedureLogStorage class

According to the man page Storescp is conformant to the Procedural Event Logging SOP. ProcedureLogStorage 1.2.840.10008.5.1.4.1.1.88.40 As described in FAQ#35 conformance statements are not provided for DCMTK. How can storescp be notified of the N-Action procedural event logging as described in P.2....
by a.wilmink
Wed, 2016-01-06, 11:59
Forum: DCMTK - General
Topic: Make storescp aetitle-aware
Replies: 6
Views: 15818

Re: Make storescp aetitle-aware

Code: Select all

I: Requesting Association
F: Association Rejected:
F: Result: Rejected Permanent, Source: Service User
F: Reason: Called AE Title Not Recognized
Thanks a lot!
by a.wilmink
Wed, 2016-01-06, 09:17
Forum: DCMTK - General
Topic: Make storescp aetitle-aware
Replies: 6
Views: 15818

Re: Make storescp aetitle-aware

Hi Michael, thanks again for your help. I recompiled dcmtk to include tcpd. I can now block access to specific hosts or all hosts. After setting up tcp wrappers I now get storescp output: E: Receiving Association failed: 0006:0324 TCP wrapper: denied connection from host (x.x.x.x) And on the client ...
by a.wilmink
Tue, 2016-01-05, 16:05
Forum: DCMTK - General
Topic: Make storescp aetitle-aware
Replies: 6
Views: 15818

Re: Make storescp aetitle-aware

Hi Michael, Thank you for your reply. And apologies for not posting this topic in the right subforum. When I run storescp I get the following output, and the tcp wrapper option is missing: $dcmtk: storescp v3.6.0 2011-01-06 $ storescp: DICOM storage (C-STORE) SCP usage: storescp [options] [port] par...
by a.wilmink
Tue, 2016-01-05, 15:39
Forum: DCMTK - General
Topic: Make storescp aetitle-aware
Replies: 6
Views: 15818

Make storescp aetitle-aware

I'm testing dicom connectivity with dcmtk. When I perform an echoscu to another host running the command storescp -v 5678 the echoscu completes successfully as long as the peer and port are filled in correctly. When I manually add an aetitle, for instance storescp -aec NODE -v 5678 the command will ...