Search found 12 matches

by bibble_235
Wed, 2012-08-01, 05:55
Forum: DCMTK - General
Topic: DcmItem - isEmpty 3.5.4
Replies: 1
Views: 2169

DcmItem - isEmpty 3.5.4

Hi,

What is the best way to do this in 3.5.4 as this function is not available and I have empty items in my sequences.

Thanks,
Iain
by bibble_235
Tue, 2011-12-13, 23:19
Forum: DCMTK - General
Topic: movescu with dimse-timeout
Replies: 7
Views: 9338

movescu with dimse-timeout

The fix provided in the link is the same fix I looked at prior.

So if you specify 6 or any other number of seconds to wait for dimse, it is my believe that it will always return DIMSE_NODATAAVAILABLE if a response has not be provided within 1s.

Iain
by bibble_235
Tue, 2011-12-13, 10:52
Forum: DCMTK - General
Topic: movescu with dimse-timeout
Replies: 7
Views: 9338

movescu

Actually I started with 600 seconds, It appears to me that the code only waits for 1 second for a response as the timeout is not passed to the subsequent calls within the function. I could be wrong but it looks to be like it tries to get a response, if it is not the first attempt it tries again but ...
by bibble_235
Tue, 2011-12-13, 00:49
Forum: DCMTK - General
Topic: movescu with dimse-timeout
Replies: 7
Views: 9338

movescu with dimse-timeout

Hi, Using 3.6.0 on linux I was wondering if this works correctly for movescu, as I am very often getting DIMSE_NODATAAVAILABLE as the response. I have altered the code in dimmove.cc to use the timeout passed to it time_t myNextTime = time(0); double myRemainingTime = (double)myNextTime - myTime; if(...
by bibble_235
Mon, 2011-09-19, 21:50
Forum: DCMTK - General
Topic: findscu - Required vs Unique Keys
Replies: 1
Views: 2648

findscu - Required vs Unique Keys

Hi, Great reliable software. I have a question around the findscu command. I am wanting to run the command findscu -d -v -P -aet mytitle -aec theirtitle -k 0008,0052=STUDY -k "0010,0020=******" -k 0008,0020 -k 0008,0030 -k 0008,0050 -k 0020,0010 -k 0020,000D myhost mypassword Reading the s...
by bibble_235
Mon, 2011-03-07, 02:55
Forum: DCMTK - General
Topic: dcmtk in a service
Replies: 1
Views: 3336

dcmtk in a service

Hi, Had a binary I wanted to run in a windows service. This is cross platform and I use upstart to run it on Linux. If I run it without the windows service wrapper as a plain .exe then the software works great. However if I wrap it in windows service wrappers, the ones they provide on the MDSDN, it ...
by bibble_235
Wed, 2010-07-07, 09:33
Forum: DCMTK - General
Topic: DSRTypes::RT_hasConceptMod
Replies: 1
Views: 2608

DSRTypes::RT_hasConceptMod

Hi, Below of two bits of code and I am struggling as to why it fails. Basically I am trying to add inDSRDocument.getTree().addContentItem(DSRTypes::RT_hasConceptMod, DSRTypes::VT_Code, DSRTypes::AM_belowCurrent); If I precede it with inDSRDocument.getTree().addContentItem(DSRTypes::RT_hasProperties,...
by bibble_235
Sun, 2010-06-13, 10:41
Forum: DCMTK - General
Topic: storescp - Receiving Studys with -xcs
Replies: 4
Views: 5299

You were right and I am an idiot. I was expecting once a study it complete it executes but it is when it changes which is not the same thing. Sorry if I confused anyone.
by bibble_235
Fri, 2010-06-11, 11:43
Forum: DCMTK - General
Topic: storescp - Receiving Studys with -xcs
Replies: 4
Views: 5299

What I ws looking for was when a sudy with 4 mammos is received, I want to run a command. The changes I made allow me to do this however if there is another way to do this it would be great.

I have no desires to patch the code.
by bibble_235
Thu, 2010-06-10, 23:10
Forum: DCMTK - General
Topic: storescp - Receiving Studys with -xcs
Replies: 4
Views: 5299

storescp - Receiving Studys with -xcs

Hi, Could not get this to work at all, looking at the code it appears that the option to run a command could never work if you have more than one file. E.g. ./storescp -od ./DATA/ -v -aet MYAET -ss VOL -xcs "./mySuper.sh" 11113 The original code does if( lastStudyInstanceUID.empty() || las...
by bibble_235
Mon, 2010-05-10, 05:33
Forum: DCMTK - General
Topic: Associations
Replies: 0
Views: 16095

Associations

Hi,

I am looking at receiving RAW images from a GE senographe, does anyone know if I will get these in an association or individually for each patient or does it depend on the configuration.
by bibble_235
Fri, 2010-04-30, 10:02
Forum: DCMTK - General
Topic: CAD SR
Replies: 1
Views: 2505

CAD SR

EV (112011, DCM, “Positioner Primary Angle”) For T-4020 standard states I need to include this if a particulary fielld is present. How it does not constrain the unit of measure as it does for Pixels. My question is, where no unit of measure is specified in the standard what should I do. I know that ...