Search found 6 matches

by eludias
Sat, 2007-03-03, 14:49
Forum: DCMTK - General
Topic: [PATCH] storescp: add '#i' as placeholder for PID
Replies: 1
Views: 3599

[PATCH] storescp: add '#i' as placeholder for PID

I'm parsing output of storescp in realtime (via a pipe), but together with --fork it becomes impossible to see the source of the message. So here a patch to be able to add the PID in the command to execute on reception. commit 86f64fb136e06d527a91dee3a718e9faaaf10070 Author: Rutger Nijlunsing <dcmtk...
by eludias
Sat, 2007-03-03, 14:00
Forum: DCMTK - General
Topic: [PATCH] storescp: add --exec-sync for Unix
Replies: 1
Views: 3069

[PATCH] storescp: add --exec-sync for Unix

Hi, My previous patch added --exec-sync for Windows. This one also adds it to Unix. Tested on Linux. The actual patch is quite small since the required infrastructure was already in place. Actually, --exec-sync was already the default for Unix. diff --git a/dcmnet/apps/storescp.cc b/dcmnet/apps/stor...
by eludias
Mon, 2006-10-23, 11:16
Forum: DCMTK - General
Topic: dcmdump doesn't interpret VR from private.dic
Replies: 1
Views: 2634

dcmdump doesn't interpret VR from private.dic

Hi all, With dcmodify I can modify private attributes (finally) with DCMTK with set DCMDICTPATH=D:\Program Files\dcmtk\lib\private.dic [platform: Windows, DCMTK 3.5.4] However, dcmdump give lines like: (2001,1001) UN 00\00\00\00 # 4, 1 ChemicalShift ...which clearly _do_ interpret private.dic (since...
by eludias
Tue, 2006-04-18, 18:30
Forum: DCMTK - General
Topic: storescu: DUL Finite State Machine Error: No action defined, state 1 event 8
Replies: 3
Views: 8696

I know the SCP is 'the reason', however the documentation of '--no-halt' suggests that it would not halt, i.e. continue succesfully (probably by re-establishing the association). So as an item on the TODO list of DCMTK would be great ;)

Rutger.
by eludias
Thu, 2006-04-13, 13:37
Forum: DCMTK - General
Topic: storescu: DUL Finite State Machine Error: No action defined, state 1 event 8
Replies: 3
Views: 8696

storescu: DUL Finite State Machine Error: No action defined, state 1 event 8

Hi, STORESCU.EXE doesn't recover when sending a bunch of files and one of them is not accepted at the other end: storescu --verbose --no-halt localhost 3010 *.DCM ... (first 100 files are sent OK) ... Sending file: 427633A9.DCM Transfer: LittleEndianImplicit -> LittleEndianExplicit Store SCU RQ: Msg...
by eludias
Fri, 2005-10-21, 21:47
Forum: DCMTK - General
Topic: [PATCH] storescp: Close handles & add execute-sync option
Replies: 1
Views: 3794

[PATCH] storescp: Close handles & add execute-sync option

Hi, I don't know if this is the right place for patches, and neither do I know if the patch will get white-space mangled this way, but I'll try anyway :) First, a little background: I'm working on a DICOM forwarder which receives images and sends them further immediately. I try to use STORESCP.EXE u...