Search found 111 matches

by alwittta
Sun, 2008-04-13, 16:17
Forum: DCMTK - Installation
Topic: Linux 64 bit OS and DCMTK
Replies: 2
Views: 6806

Linux 64 bit OS and DCMTK

Dear friends,

Is it possible to build DCMTK 3.5.4 on Redhat Enterprise 5 Linux 64 bit OS?

Thanks and Regards
Alvin
by alwittta
Tue, 2008-03-18, 19:37
Forum: DCMTK - General
Topic: DCMTK to VTK
Replies: 6
Views: 7574

Dear Mark,

Thank you for the response.
Kindly provide the sample for MR image.
Also, I would like to learn about the reading and parsing of CT images.

Thanks and Regards
Alvin
by alwittta
Wed, 2008-03-12, 16:08
Forum: DCMTK - General
Topic: DCMTK to VTK
Replies: 6
Views: 7574

Thank you Mark for the response.

Could you please provide a sample application on reading greyscale images with DCMTK and displaying it with VTK?

Thanks and Regards
Alvin
by alwittta
Fri, 2008-02-15, 13:04
Forum: DCMTK - General
Topic: window width/lelvel on uncompressed byte array
Replies: 1
Views: 2957

window width/lelvel on uncompressed byte array

Hello friends, I have a JPEG baseline image file which is generated from a DICOM file. Modality : CT Sample Per Pixel = 1 Bita Allocated = 16 Bits Stored = 12 Hig Bit = 11 Photo Metric = MONOCHORME2 I can able to extract the uncompressed byte array from this JPEG image. Also I have the complete DICO...
by alwittta
Tue, 2008-01-15, 08:22
Forum: DCMTK - General
Topic: DCMTK to VTK
Replies: 6
Views: 7574

DCMTK to VTK

Dear friends,

Does anyone has a sample source code on how to integrate DCMTK and VTk in Win32 application?

I found a link in DCMTK FAQ #36 -DicomToVTK, but the link seems not working.
If anyone already has this program, could you please share to DCMTK forum?

Thanks and Regards
Alvin
by alwittta
Tue, 2008-01-08, 05:44
Forum: DCMTK - General
Topic: How to use DCMTK in an application with GUI
Replies: 3
Views: 6820

Dear xfj superking,

Carefully read the DCMTK FAQ viewforum.php?f=4.

Then, I am sure you will get the answer.

Cheers
Alvin
by alwittta
Thu, 2007-12-20, 16:36
Forum: DCMTK - General
Topic: how to calculate the Haunsfield Unit data value!
Replies: 5
Views: 8611

Dear Jörg,

I would like to know , if the DicomImage class object contains the object with already applied Window width and level, then without applying the modality transformation, the above calculation for Haunsfield Unit is correct?

Thanks and regards
Alvin
by alwittta
Tue, 2007-12-18, 06:46
Forum: DCMTK - General
Topic: scout / localizer line
Replies: 0
Views: 16863

scout / localizer line

Dear friends, My issue is with drawing scout / localizer lines in MR images. I know this is not a DCMTK related issue, since i don't get the answer from comp.protocol.dicom group; please allow me to post this issue here. May be somebody here already faced this problem. I am using David Clunie's code...
by alwittta
Mon, 2007-12-17, 17:23
Forum: DCMTK - General
Topic: Aborting a DICOM operation
Replies: 5
Views: 5907

Dear komal

I think there is no relation with your issue and DCMTK.

Implement threading in your application, and write the code for ECHO or STORE or FIND in that thread.
Set an event to thread, when the user click on Cancel Button.

I hope this will help you to solve your problem.

Regards,
Alvin
by alwittta
Tue, 2007-12-04, 05:16
Forum: DCMTK - General
Topic: the problem in converting bitmap to dicom file
Replies: 7
Views: 10542

Dear brahma, putAndInsertUint8Array is not the right method to create pixel data in DCMTK. Study the class DcmPixelData in DCMTK, which defines both compressed and uncompressed pixel data. I assume that the following code will work: But I am not sure Create DcmPixelData object Insert DcmPixelData to...
by alwittta
Tue, 2007-11-06, 15:31
Forum: DCMTK - General
Topic: reading DcmDicomDir
Replies: 3
Views: 5109

Thank you Jörg for the response.

Could please share some points from the source code improvement?

Thanks and regards
Alvin
by alwittta
Sat, 2007-11-03, 08:10
Forum: DCMTK - General
Topic: reading DcmDicomDir
Replies: 3
Views: 5109

reading DcmDicomDir

Dear friends, I am using DcmDicomDir class to read DICOMDIR files. File size is 6 mb. DcmDicomDir dicomdir(strFilePath); For executing the above cod, it is taking around 1 minute and 14 sec For some other large dicomdir files, the time taking to read is more. I am using VC++ 6.0. How can we speed up...
by alwittta
Wed, 2007-10-31, 07:39
Forum: DCMTK - General
Topic: Creating PRE from more than one DICOM file
Replies: 1
Views: 2634

Dear friends, Currently I am creating graphicsobject are like this: DVPresentationState ::createFromImage(…) DVPresentationState::addGraphicLayer() DVPresentationState::getGraphicLayerIndex() DVPresentationState::addGraphicObject() DVPSGraphicObject::setGraphicType() DVPSGraphicObject::setData() Thi...
by alwittta
Tue, 2007-10-30, 11:52
Forum: DCMTK - General
Topic: Creating PRE from more than one DICOM file
Replies: 1
Views: 2634

Creating PRE from more than one DICOM file

Dear friends, How can I write a pre file from multiple DICOM files, in which each image contains one or more graphics/text objects? I have looked into the code dcmpsmk application. But it is not providing how to include graphics / text object into pre file Could you please provide a sample applicati...
by alwittta
Tue, 2007-09-25, 14:43
Forum: DCMTK - General
Topic: Sending multiple files with StoreSCP
Replies: 3
Views: 7103

Sending multiple files with StoreSCP

Dear friends, From the documentation of StoreSCU application, I understand that it is possible to send multiple files at the same time using the command line options. I am little bit confused about sending multiple images to server with different transfer syntaxes. Is DCMTK supports, sending two or ...