Search found 53 matches

by Alexander Fedotov
Thu, 2007-11-01, 08:34
Forum: DCMTK - Installation
Topic: Can I use dcmtk as a shared dll in vc?
Replies: 8
Views: 19252

Re: Regarding Dcmtk Dll creation

[quote="NavdeepKooner"]Can i create dcmtk dll in C#.Net....
Navdeep[/quote]

I don't think so.
DCMT is a C++ toolkit. Use VS C++ instead of C#.
by Alexander Fedotov
Wed, 2007-10-31, 10:22
Forum: DCMTK - Installation
Topic: Can I use dcmtk as a shared dll in vc?
Replies: 8
Views: 19252

Re: can i use dcmtk as a shared dll in C#.Net?

[quote="NavdeepKooner"]

In case i get the dcmtk dll in VC++ then how i will intergrate it with C#.Net application?????
[/quote]

Not 'get', but create. For example, a wraper COM DLL.
In this case there won't be any problems with the integration.
by Alexander Fedotov
Mon, 2007-05-28, 07:39
Forum: DCMTK - General
Topic: Mask operations for a Multi-frame image
Replies: 3
Views: 4565

Mask Module

[quote="Jörg Riesmeier"]This depends on what you mean by "mask operations". [/quote] I mean a Mask Module in RF or XA IODs. (Mask Subtraction Sequence (0028,6100) etc.) For example, when one of the frame must be subtracted from all others. Shall I do it "manually" or th...
by Alexander Fedotov
Fri, 2007-05-25, 11:38
Forum: DCMTK - General
Topic: Mask operations for a Multi-frame image
Replies: 3
Views: 4565

Mask operations for a Multi-frame image

Hello all!

Which is the best way to apply Mask operations?
(For the image display I use DicomImage::createWindowsDIB)

Thanks in advance,
Alexander,
by Alexander Fedotov
Thu, 2006-05-18, 10:45
Forum: DCMTK - General
Topic: worklist problems on philips IU22 & HD11
Replies: 1
Views: 3631

Re: worklist problems on philips IU22 & HD11

[quote="jelemans"] We added a new Philips IU22 and an HD11 recently and they both have problems. They both work for a while and then stop updating. The OFFIS worklist in verbose mode shows no problems. Is anyone else experiencing these problems? TIA.[/quote] I had the problem with Philips ...
by Alexander Fedotov
Sat, 2006-05-06, 08:53
Forum: DCMTK - General
Topic: write Jpeg image file into dicom file format
Replies: 6
Views: 9653

[quote="junaid"] currently i using c# but i cannot find the way to get the image data but i load jpg file into image object.So pleasse let me tell how can i get image data in bytes to write it in dicom file.[/quote] Frankly say, I don't like C# :) In gdiplus there is a Bitmap class wich is...
by Alexander Fedotov
Fri, 2006-05-05, 07:39
Forum: DCMTK - General
Topic: write Jpeg image file into dicom file format
Replies: 6
Views: 9653

Re: how to get image data of a jpg file

[quote="junaid"]
If i program in c,c++ then where i start to get image data.
[/quote]

Use, for example CImage class, defined in atlimage.h.
All necessary documentation and examples
you can find in MSDN.

Regards,
Alexander.
by Alexander Fedotov
Tue, 2006-05-02, 14:48
Forum: DCMTK - General
Topic: write Jpeg image file into dicom file format
Replies: 6
Views: 9653

Re: write Jpeg image file into dicom file format

[quote="junaid"]hello how can i write jpeg file into dicom using dcmtk.i recently start work on DCMTK library so i m beginner and i have no idea how to deal with jpeg images.Is there are some specific function that can load jpeg file and write into dicom file format.[/quote] 1) Load jpeg f...
by Alexander Fedotov
Fri, 2006-04-28, 09:23
Forum: DCMTK - General
Topic: dcmdump and naming of raw file
Replies: 5
Views: 6709

[quote="gnchen"]
Is there any DICOm tag indicating the image is compressed?
[/quote]

In a file?
Transfer Syntax UID (0002,0010)

[quote="gnchen"]
And How many items I will get from that??
[/quote]

What do you mean by "items"?
by Alexander Fedotov
Thu, 2006-04-27, 11:16
Forum: DCMTK - General
Topic: How to make use of "dcmnet" in my own application?
Replies: 2
Views: 4223

Re: How to make use of "dcmnet" in my own application?

[quote="ramboy"] Should I turn to the source codes of dcmnet in dicomtk(such as echoscu.cxx,movescu.cxx,storescp.cxx etc.) and creat public class by making modification of them?[/quote] Sorry, it is not clear what you want. As for me, I use all necessary DCMTK classes "directly"....
by Alexander Fedotov
Thu, 2006-04-20, 13:58
Forum: DCMTK - General
Topic: generate new UID
Replies: 6
Views: 22599

[quote]

You could get your own UID root from a national institution in your country, in Germany it's the "DIN". But you have to pay for this some money per year.
[/quote]

I got UID root gratis from
Dave Harvey [dave@medicalconnections.co.uk]

Alexander.
by Alexander Fedotov
Thu, 2006-04-13, 09:58
Forum: DCMTK - General
Topic: dcmdump won't run on XP with SP2 ?
Replies: 6
Views: 7152

MS Visual C++

[quote="Marco Eichelberg"][quote] I am using the DCMTK 3.5.4 release build on XP SP2 with no problems whatsoever. Must be a problem related to some specific driver, service or other system component that my computer fortunately does not seem to use...[/quote] The problem may be not in DCMT...
by Alexander Fedotov
Wed, 2006-04-12, 08:05
Forum: DCMTK - General
Topic: dcmdump won't run on XP with SP2 ?
Replies: 6
Views: 7152

[quote="dave"]Ok. The debug version works as expected. The release version gives the error as above.
David[/quote]

Switch off optimizations. It must help.
by Alexander Fedotov
Wed, 2006-04-05, 08:05
Forum: DCMTK - General
Topic: Siemens CSA header
Replies: 1
Views: 5558

Re: Siemens CSA header

[quote="bsapach"] Hello again everyone, Now I've learned that elements (0029,1010) and (0029,1020) are a Siemens private element of some sort, and contain many items that seem (to me) to be missing elsewhere in the dicom file. I've seen this refered to as the CSA or CSA2 header. Does anyon...
by Alexander Fedotov
Tue, 2006-04-04, 12:28
Forum: DCMTK - General
Topic: Is this Meta Information?
Replies: 4
Views: 6273

Re: Is this Meta Information?

[quote="bsapach"]Hello, I've been trying to get DCM_DiffusionGradientDirection out of a dicom file, with no success. (Tag Not Found). But when I open the file in a text editor I see: [/quote] A binary file (DICOM) is better to open by a binary (HEX) editor. And this attribute (0018,9076) i...