Search found 2051 matches

by Michael Onken
Tue, 2008-09-09, 09:03
Forum: DCMTK - General
Topic: findscu fetch image problem
Replies: 26
Views: 31306

Hi,

there is no option for that. You may call movescu from another directory to accomplish that.

Regards,
Michael
by Michael Onken
Fri, 2008-08-29, 08:57
Forum: DCMTK - General
Topic: findscu fetch image problem
Replies: 26
Views: 31306

Just to be sure: Is there any firewall running on your DCMTK machine?
by Michael Onken
Thu, 2008-08-28, 08:21
Forum: DCMTK - General
Topic: files corrupted or not after a C-MOVE
Replies: 1
Views: 2890

Hi Tom, The information in the tags of group 0002 (0002,xxxx) are belonging to the so-called meta-header in DICOM which is re-written by the tool(kit) that is writing a DICOM file to disk. Moreover, all attributes of group 0002 are not even transferred via network (in the network group 0002 is used ...
by Michael Onken
Thu, 2008-08-28, 08:18
Forum: DCMTK - General
Topic: findscu fetch image problem
Replies: 26
Views: 31306

Hi,

on first sight your command seems to be correct. Conquest responds with "Status=Failed: UnableToProcess ", maybe you can check on conquest if there is something more specific in the log files.

Regards,
Michael
by Michael Onken
Mon, 2008-08-25, 08:35
Forum: DCMTK - General
Topic: findscu fetch image problem
Replies: 26
Views: 31306

Hi,

please remember that this is a DCMTK forum...

Regards,
Michael
by Michael Onken
Wed, 2008-08-20, 08:22
Forum: DCMTK - General
Topic: send dcm from EFilm and PatientsName is broken
Replies: 4
Views: 5495

Hi, ?! I am quite hopeful that this is not a problem in DCMTK ;) You can use the option "--bit-preserving" to store the file exactly as it is received over the network. But I guess that will not solve your problem. Maybe this is a character set problem? Use dcmdump and look at the characte...
by Michael Onken
Wed, 2008-08-20, 08:17
Forum: DCMTK - General
Topic: findscu fetch image problem
Replies: 26
Views: 31306

Hi, sorry, I don't know how to check the dictionary at the Conquest side. I just noted that this case seems similar to another one in the forum . The last findscu calls and answers you posted seem to be correct, yes. I guess in your movescu call there is missing a move destination. In DICOM, with a ...
by Michael Onken
Tue, 2008-08-19, 09:18
Forum: DCMTK - General
Topic: findscu fetch image problem
Replies: 26
Views: 31306

Hi, from the client side that seems to be OK, but the server seems to send the response attributes (e. g. PatientsName) with the Value Representation of "Unknown" (UN), so findscu does not interpret the data returned as character strings or whatever type may be appropriate. That results in...
by Michael Onken
Tue, 2008-08-19, 09:08
Forum: DCMTK - General
Topic: findscu "Data Set: Not Present"
Replies: 3
Views: 4373

Hi, no, -v -d will be fine. findscu should then print out the complete message it is going to send to the SCP. Please check in that dump whether your key "0010,0010="One^Secondary Capture Image" appears there completely and correctly, ie you can be sure that the commandline was parsed...
by Michael Onken
Mon, 2008-08-18, 09:06
Forum: DCMTK - General
Topic: what is wrong with the findscu
Replies: 2
Views: 3776

This is a well-known bug in findscu/movescu 3.5.4. See also FAQ #43 for a solution.

Regards,
Michael
by Michael Onken
Mon, 2008-08-18, 09:03
Forum: DCMTK - General
Topic: findscu "Data Set: Not Present"
Replies: 3
Views: 4373

Hi Mike, in DCMTK 3.5.4 there is an issues regarding spaces in override keys (-k option). This was fixed a while ago in the source: **** Changes from 2007.10.19 (onken) - Fixed bug in addOverrideKey() that caused problems when parsing a value in a tag-value combination if the value contained whitesp...
by Michael Onken
Mon, 2008-08-18, 08:52
Forum: DCMTK - General
Topic: findscu fetch image problem
Replies: 26
Views: 31306

Hi Uril, there are different issues with your query: 1) findscu cannot fetch any images from a server but only can query specific attributes from the images at the PACS. Pixel data (ie the image itself) cannot be transmitted with findscu. Look at movescu! 2) For accesing the PACS, DICOM specifies a ...
by Michael Onken
Fri, 2008-07-25, 14:26
Forum: Other DICOM Tools
Topic: Waveform (DICOM-ECG)
Replies: 21
Views: 61556

Hi, I've sent you an email with the sample values for all of the channels. As you realized in your last posting, the waveform data is stored round-robin in the attribute Waveform Data, so actually there channel's samples are stored like that (example with 3 channels A,B and C): A1B1C1A2B2C2A3B3C3......
by Michael Onken
Fri, 2008-07-25, 11:19
Forum: Other DICOM Tools
Topic: Waveform (DICOM-ECG)
Replies: 21
Views: 61556

Hi,

if you like to, send the file to dicom (at) offis (dot) de and I'll return the waveform values as dumped by our (currently internal) Waveform dump (wvfdump) tool.

Regards,
Michael
by Michael Onken
Wed, 2008-07-09, 16:06
Forum: DCMTK - General
Topic: setHistogramWindow
Replies: 1
Views: 13570

Hi,

you load an image into DicomImage class and call the function - then it does exactly what is documented.

:idea:

Regards,
Michael