Search found 8 matches

by gerhardh
Fri, 2014-10-31, 13:53
Forum: DCMTK - General
Topic: dcmtk-3.6.1 - odd length UIDS padded with null byte in LOG
Replies: 3
Views: 6152

Re: dcmtk-3.6.1 - odd length UIDS padded with null byte in L

Hello Joerg, thanks for the Hint ! Setting dcmEnableAutomaticInputDataCorrection.set(OFTrue) works for me. But nevertheless - I think a \0 Byte should not be written to a File / StdErr, even if .... We want to see the real data. ... Because you can not see a \0 . In the output I would expect a "...
by gerhardh
Fri, 2014-10-31, 09:26
Forum: DCMTK - General
Topic: dcmtk-3.6.1 - odd length UIDS padded with null byte in LOG
Replies: 3
Views: 6152

dcmtk-3.6.1 - odd length UIDS padded with null byte in LOG

Hi Offis Team, compiled the actual dcmtk-3.6.1_20140617 Snapshot on linux (Centos 6.5 x64, gcc 4.4.7), and found, that in the logger output of findscu, odd length UIDs are padded with null Bytes ( \0 ). This is different to dcmtk-3.6.0, and generates problems in further processing (grep, cut, ..) of...
by gerhardh
Mon, 2007-08-20, 02:44
Forum: DCMTK - General
Topic: dcmodify, VR problem when inserting private tags
Replies: 2
Views: 4978

Re: dcmodify, VR problem when inserting private tags

ms@linux:~/apps/migration_controller/dcmtk/bin> ./dcmodify -v -i "(0095,0004)=3" img1 Hi Martin, This works: ./dcmodify -v -i "(0095,0010)=SIENET" img1 ./dcmodify -v -i "(0095,1004)=3" img1 (First Line only needed, if (0095,0010) LO [SIENET] not already there.) Require...
by gerhardh
Mon, 2006-07-31, 11:35
Forum: DCMTK - General
Topic: How can I know if a study reception has finished...
Replies: 5
Views: 6196

...When using just the first modifying (the one you posted at mikota's question), which I tried after posting this question, things seem to go better.... Hi pepa, don´t use this ("first") version - it was only a quick-and-dirty try, and has other problems. I will check the actual version,...
by gerhardh
Sat, 2006-07-29, 01:50
Forum: DCMTK - General
Topic: How can I know if a study reception has finished...
Replies: 5
Views: 6196

Hi pepajul, as Marco already said, there is no reliable way to determine, when a study is "complete". The "best" workaround is, to use End-of-study-timeout. ... But, in the other hand, if it is too high, the execution of the script will delay unnecessaryly, and that's unacceptabl...
by gerhardh
Fri, 2006-05-26, 14:00
Forum: DCMTK - General
Topic: storescu: "Argument list to long" when sending many images
Replies: 4
Views: 6219

storescu: "Argument list to long" when sending many images

If you try to send lots of images (> 1000) with storescu on unix Platforms, you will get bash: Argument list too long because the Shell cannot expand the Arguments anymore. To overcome this, I added the possibility to use directories as "dcmfile_in" to storescu. You can download the modifi...
by gerhardh
Fri, 2006-05-19, 11:05
Forum: DCMTK - General
Topic: --fork option does not execute post receive command -xcs
Replies: 10
Views: 14359

RE: --fork option does not execute post receive command -xcs

Hi Alfred, Hallo Offis Team, after some more modifications to storescp.cc (from dcmtk-3.5.4), the --eostudy-timeout and the different --exec-on-... Options work with --fork, too. Additionally I implemented two new features: - a new parameter #r to pass the "remote_host" of an Association t...
by gerhardh
Tue, 2006-02-28, 17:25
Forum: DCMTK - General
Topic: --fork option does not execute post receive command -xcs
Replies: 10
Views: 14359

RE: --fork option does not execute post receive command -xcs

Hi Alfred, Hallo Offis Team, I made one small modification to storescp.cc to fix this problem ... Here is a diff of my modified storescp.cc and storescp.cc_ORIG: pl@lirdiag1:~/work/dicomtests/dcmtk-3.5.4/dcmnet/apps> diff storescp.cc storescp.cc_ORIG 1116,1127c1116 < if (DUL_processIsForkedChild()) ...