Search found 8 matches

by Luuk
Wed, 2016-02-17, 08:20
Forum: DCMTK - General
Topic: Bug Radiopharmaceutical Radiation Dose Contstraint Checker
Replies: 2
Views: 2994

Bug Radiopharmaceutical Radiation Dose Contstraint Checker

Hi all, In OFBool DSRRadiopharmaceuticalRadiationDoseConstraintChecker::checkContentRelationship the following code can be found: /* row 5 of the table */ else if ((relationshipType == RT_hasProperties) && ((sourceValueType == VT_Text) || (sourceValueType == VT_Code) || (sourceValueType == V...
by Luuk
Fri, 2015-01-16, 12:17
Forum: DCMTK - General
Topic: error with private OB tag and undefined length
Replies: 4
Views: 6552

Re: error with private OB tag and undefined length

Marco, Michael, Thanks for your time and replies. Opposite to my statement in the first post this tag in the dataset is indeed not parsable as a sequence (as indicated by Marco). The problem is that the dataset doesn't survive (readable for GE) a roundtrip to our archive. And especially if it is tra...
by Luuk
Wed, 2015-01-14, 10:01
Forum: DCMTK - General
Topic: error with private OB tag and undefined length
Replies: 4
Views: 6552

error with private OB tag and undefined length

I got a DICOM file created by GE EchoPac. The dataset is in JPEGBaseline transfersyntax. It has an private tag with VR OB and this tag has an undefined length. Using dcmdump to print the tags result in: I: DcmDataDictionary: Loading file: C:\Program Files (x86)\dcmtk\dcmtk-3.6.0\share\dcmtk\dicom.di...
by Luuk
Mon, 2014-12-08, 15:45
Forum: DCMTK - General
Topic: Assocation aborted due to network timeout in storescp
Replies: 4
Views: 5803

Re: Assocation aborted due to network timeout in storescp

Indeed, the code is moved. I compiled the current snapshot version (in Windows with Visual Studio 10) and see the behaviour is the same: association aborted due to timeout and a message indicating the abort is due to the other peer (at least that's how I read it).
by Luuk
Fri, 2014-12-05, 10:51
Forum: DCMTK - General
Topic: Assocation aborted due to network timeout in storescp
Replies: 4
Views: 5803

Re: Assocation aborted due to network timeout in storescp

To make it a monologue....
I see that the part that sets the network timeout has been removed from dul.cc in the snapshot version of DCMTK. Then this behaviour will not happen anymore.

Best regards,
Luuk
by Luuk
Wed, 2014-12-03, 15:45
Forum: DCMTK - General
Topic: Assocation aborted due to network timeout in storescp
Replies: 4
Views: 5803

Assocation aborted due to network timeout in storescp

Hi, We are using storescp for receiving data from the PACS system. For large datasets it takes a while before the PACS starts sending after the association or after the last store-rq. This happens especially if the transfersyntax has to change from the internally stored transfer syntax. If this take...
by Luuk
Thu, 2011-05-05, 09:21
Forum: DCMTK - General
Topic: Assertion failed using dcmtk executables in vbscript
Replies: 1
Views: 3534

Assertion failed using dcmtk executables in vbscript

Hi, Just to let you know, it may be interesting for other people. I use the Offis-dcmtk-tools in vbscripts to automate some tasks. For version 3.6.0 I get an assertion failure, when using it in vbscript like this: Set WShell = WScript.CreateObject("WScript.Shell") Set WExecObject = Wshell....
by Luuk
Thu, 2006-06-15, 08:21
Forum: DCMTK - General
Topic: --fork option does not execute post receive command -xcs
Replies: 10
Views: 14364

It was not to hard to adjust Gerhard's code to make it work under Windows (just use findfirst/findnext/findclose instead of opendir / closedir) But then another issue arises. Using the next commandline is OK: storescp --fork -xcr dosomething.bat 1000 To give the batch-file some parameters you can ad...