Search found 2049 matches

by Michael Onken
Wed, 2007-08-29, 08:19
Forum: DCMTK - General
Topic: Querying a PACS
Replies: 12
Views: 19143

This is not an error: Dataset not found means that the move response (which is more a receipt for what have been done on the second "move" connection") does not contain any dataset. The response says "C-Move RSP: MsgID: 1 [Status=Success]" and "NumberOfCompletedSubOpera...
by Michael Onken
Tue, 2007-08-28, 08:21
Forum: DCMTK - General
Topic: Querying a PACS
Replies: 12
Views: 19143

Hi,

are you sure you specified the MOVE target the images should be sent to? (Option -aem/--move). Be sure that the AETITLE you name there is known to the PACS.

Regards,
Michael
by Michael Onken
Fri, 2007-08-24, 17:14
Forum: DCMTK - General
Topic: Read buggy 16/11 Bit CT Image
Replies: 4
Views: 5687

Yes of course! Take a look at the functions provided by DcmItem. Open the file, get the dataset (a DcmItem) and call the putAndInsert... functions to insert / modify tags and values. A short example can be found in the DCMTK documentation of module dcmdata (online here ). This should do the trick: D...
by Michael Onken
Fri, 2007-08-24, 14:48
Forum: DCMTK - General
Topic: Read buggy 16/11 Bit CT Image
Replies: 4
Views: 5687

Hi Christian, As far as I know (and Jörg, the author of DcmImage, is not in the office currently :wink: ) would say there is no way of tweaking DcmImage for ignoring those wrong High Bit settings. Actually you should correct the file before throwing it into DcmImage. You might use dcmodify to change...
by Michael Onken
Tue, 2007-08-14, 16:43
Forum: DCMTK - General
Topic: dcmodify, VR problem when inserting private tags
Replies: 2
Views: 4980

Hi Martin, Your dictionary entry means: Add for the "SIENET" creator all elements having the form (0095,xx04), where xx is the area you reserved with a reservation tag in the very file you look at. So in this file there have to be a reservation tag (0095,00xx) with value "SIENET"...
by Michael Onken
Tue, 2007-08-14, 16:22
Forum: DCMTK - Installation
Topic: error LNK2019: unresolved external symbol
Replies: 21
Views: 54960

Hi,

right-click on your project in the solution explorer, select properties, then "Configuration Properties", then Linker. You then can enter all libraries that should be linked in the "Input" line, using your desired linking order.

Regards,
Michael
by Michael Onken
Mon, 2007-08-13, 07:04
Forum: DCMTK - General
Topic: association aborted on store; occurs randomly
Replies: 1
Views: 3563

Hi, according to your log the connected peer tells storescp that it wants to abort the (successfully negotiated!) association, so not storescp is disconnecting but the remote peer does (actually the message "Association Aborted" is not that clear, I admit). So taking a look into the remote...
by Michael Onken
Mon, 2007-08-13, 06:48
Forum: DCMTK - General
Topic: Using DICOM data for VTK contour render
Replies: 4
Views: 11461

Hi JackR,

I don't know how the import filter of VTK works, but maybe it needs CT image data with the complete (or parts oft the) DICOM pixel rendering pipeline implied. To try this out, look at the dcmimage documentation or search the forum for getOutputData.

HTH,
Michael
by Michael Onken
Mon, 2007-07-23, 09:26
Forum: DCMTK - General
Topic: Linking with static dcmdata/ofst lib from a .Net application
Replies: 3
Views: 5964

Hi Prash,

thanks for sharing your solution :)

Did you already take a look at the clearcanvas project who built a NET wrapper around parts of DCMTK? I am not sure whether this is of any interest for you but maybe it could be interesting for the future.

Regards,
Michael
by Michael Onken
Thu, 2007-07-19, 08:41
Forum: DCMTK - General
Topic: Findscu not working in debian Etch
Replies: 3
Views: 5239

Hi,

this is an alltime favourite bug in 3.5.4. Please refer to FAQ #43, which also contains a link to a fixed version.

Regards,
Michael
by Michael Onken
Wed, 2007-07-18, 13:47
Forum: DCMTK - General
Topic: Connecting to a PACS server and retrieving a DICOM image ?
Replies: 19
Views: 34992

...you will learn to cope with the standard when working with it. Everybody feels overburdened at the beginning :wink:

Good luck,
Michael
by Michael Onken
Wed, 2007-07-18, 13:45
Forum: DCMTK - General
Topic: PACS server with username and password
Replies: 1
Views: 3048

Hi, Since 2004 the DICOM protocol defines a mechanism to send username/password or Kerberos information. This ability was added to DICOM in 2004 Supplement 99: "Extended Negotiation of User Identity" . The complete supplement text can be found here . However I have never seen this feature ...
by Michael Onken
Wed, 2007-07-18, 10:38
Forum: DCMTK - General
Topic: Connecting to a PACS server and retrieving a DICOM image ?
Replies: 19
Views: 34992

Hi, the full answer to this question can be found in DICOM part 4 (query/retrieve). Anyway: why doesn't (0020,000D) have a value ??? You can send every tag with an empty value which means that at the server's side every value for this tag matches ("universal matching"). For the response th...
by Michael Onken
Fri, 2007-07-13, 17:22
Forum: Other DICOM Tools
Topic: How to get the measurement of volume in a ultrasound region?
Replies: 1
Views: 8874

And crossposting into various DCMTK forums won't help at all :shock:

Regards,
Michael
by Michael Onken
Fri, 2007-07-13, 17:21
Forum: DCMTK - General
Topic: Which Dicom Tag could used to calculate volume measurement?
Replies: 6
Views: 6973

Hi David, first of all: I don't know the answer. But I just wanted to state that this should be a DCMTK related forum so please do not post any DICOM-only questions :wink:. Maybe the DICOM newsgroup could serve as a good starting point: comp.protocols.dicom . Most probably you can find an answer to ...