Search found 2 matches

by tjbrosnan
Fri, 2006-01-13, 20:43
Forum: DCMTK - General
Topic: movescu operation save images at specified directory
Replies: 2
Views: 4266

Why not just modify storeSCPCallback() in movescu.cc? Something like this seems to work: if ((imageDataSet)&&(*imageDataSet)&&(!opt_bitPreserving)&&(!opt_ignore)) { StoreCallbackData *cbdata = (StoreCallbackData*) callbackData; //const char* fileName = cbdata->imageFileName; ...
by tjbrosnan
Thu, 2006-01-12, 19:45
Forum: DCMTK - General
Topic: addOverrideKey in 3.5.4 problem?
Replies: 1
Views: 2929

addOverrideKey in 3.5.4 problem?

When I run findscu or movescu, I get an error from addOverrideKey: [ root@rsl2 apps]# ./findscu -S -k 0008,0052="STUDY" -aec lcmr1 lcmr1 4006 $dcmtk: findscu v3.5.4 2005-12-20 $ findscu: DICOM query (C-FIND) SCU error: bad key format or dictionary name not found in dictionary: 0008,0052=ST...