Search found 7 matches

by darb_india
Tue, 2007-04-03, 13:07
Forum: DCMTK - General
Topic: Cstore SCU
Replies: 2
Views: 3428

Hi,

What more details you need please let me know i am still facing the same problem.

Regards,
Dhaval
by darb_india
Thu, 2007-03-22, 20:02
Forum: DCMTK - General
Topic: Cstore SCU
Replies: 2
Views: 3428

Cstore SCU

Hi i am trying to send my dicom files from my application which acts as scu to a self created scp. It all works fine but for a file of 170Kb it takes around 35 sec which is too large.

Anyone can suggest what the problem could be.

Regards,
Dhaval
by darb_india
Mon, 2007-02-05, 12:38
Forum: DCMTK - General
Topic: BMP to DICOM
Replies: 2
Views: 3911

Thanks that should be one way of doing it or else i can mention while writing the file i mean savefile can also do the trick.

I got it still thanks for all the help

Regards,
Dhaval
by darb_india
Mon, 2007-02-05, 08:49
Forum: DCMTK - General
Topic: dcmjpeg issues?
Replies: 4
Views: 5385

Facing similar problems

Hi; I tired copying the complete function on http://support.dcmtk.org/docs/mod_dcmjpeg.html inside my code to convert dicom to jpeg. Unfortunately it does not works. I tried to debug and it seems the problem is at if (dataset->canWriteXfer(EXS_JPEGProcess14SV1TransferSyntax)) this line of code. sinc...
by darb_india
Sat, 2007-02-03, 09:18
Forum: DCMTK - General
Topic: dcmGenerateUniqueIdentifier
Replies: 1
Views: 2764

dcmGenerateUniqueIdentifier

Can any one help to tell me how does this function works in dcmtk and what is the protocol of it to generate series of numbers. On my pc when i use this function besides by implementation id it appends the following number 1944048884-756-1170489506.2 I know it changes from PC to PC, if it has to do ...
by darb_india
Sat, 2007-02-03, 08:50
Forum: DCMTK - General
Topic: VL Endoscopy image storage
Replies: 1
Views: 3118

VL Endoscopy image storage

I am converting a bmp to dicom for VL endoscopy image storage class. I am not able to incorporate my parameters for acquistion context sequence. Please help me on i am using base classes of DCMTK- dataset->putAndInsertOFStringArray (DCM_AcquisitionContextSequence,xxx) Please let me know what should ...
by darb_india
Wed, 2007-01-31, 15:45
Forum: DCMTK - General
Topic: BMP to DICOM
Replies: 2
Views: 3911

BMP to DICOM

I am trying to convert a BMP to DICOM. I have succefully converted the image. Now i need different kind of images i mean ILE (Implicit Little Endian), ELE(Explicit Little Endian), JPEG, LossLess JPEG etc. My program takes default transfer syntax. How do i change the transfer syntax UID so as to matc...