Search found 27 matches

by Pramod
Mon, 2012-06-11, 08:15
Forum: DCMTK - Installation
Topic: wlfsim.o error Mac OS X Lion
Replies: 3
Views: 6537

Re: wlfsim.o error Mac OS X Lion

Thank you for the reply and dcmtk is installed. To quote again, we are using Xcode 4.3.2 and Mac OS X Lion 10.7.3, and compiled dcmtk using gnu make. We want to make a project using iOS SDK and Simulator, i.e., we want to compile a program using dcmtk libraries. Can you give an idea what I should do...
by Pramod
Thu, 2012-06-07, 08:42
Forum: DCMTK - Installation
Topic: wlfsim.o error Mac OS X Lion
Replies: 3
Views: 6537

wlfsim.o error Mac OS X Lion

OS version : Mac OS X Lion 10.7.3 dcmtk version : 3.6.1_20110922 After ./configure and make, "wlfsim.o" error is generated. The version checking for Darwin has been removed in configure and configure.in. In file included from wlfsim.cc:51: ../../ofstd/include/dcmtk/ofstd/ofoset.h:149:11: e...
by Pramod
Thu, 2012-04-05, 05:19
Forum: DCMTK - General
Topic: Convert MPEG to DICOM
Replies: 4
Views: 6795

Dear Muhammad,

We have an internal tool which converts mpeg images to DICOM.
For more information, you can contact me on my personal ID:ckpremod@yahoo.com.

Cheers,
Pramod
by Pramod
Thu, 2010-05-13, 08:33
Forum: DCMTK - General
Topic: JNI Error
Replies: 1
Views: 3207

The problem was with a version mismatch.
When I compiled with the correct version of DCMTK, the problem got fixed.
by Pramod
Tue, 2010-05-11, 15:56
Forum: DCMTK - General
Topic: JNI Error
Replies: 1
Views: 3207

JNI Error

Hello DCMTK team, I am getting a strange error from my JNI program. Following is the error message: java: symbol lookup error: /usr/lib/libmydcm.so.12: undefined symbol: _ZN7DcmItem16findAndGetSint32ERK9DcmTagKeyRimb I am using the dcmtk_20080312 version. And working with Linux system. In the librar...
by Pramod
Tue, 2010-04-27, 12:14
Forum: DCMTK - General
Topic: JVM Crash when DCMTK used in JNI
Replies: 6
Views: 6917

Hi Jörg,
Thankyou very much for your time.
I will do the change as you sugggested.
by Pramod
Mon, 2010-04-26, 14:34
Forum: DCMTK - General
Topic: JVM Crash when DCMTK used in JNI
Replies: 6
Views: 6917

Hi Jörg,

I am doing the codec registration and clean up for each image.
I suspect this could be the problem.
Is there any function in DCMTK, by which we can check whether the codec is already registered or not?
by Pramod
Mon, 2010-04-26, 05:25
Forum: DCMTK - General
Topic: JVM Crash when DCMTK used in JNI
Replies: 6
Views: 6917

Hi Jörg, Thanks for the reply. I am using DCM4CHE's storescp program for tesing my library. In this library, after reading the dataset, program is changing the compression of the DICOM image, if its compressed. I identified that the problem is not related to any particular image. The same image if I...
by Pramod
Sat, 2010-04-24, 07:17
Forum: DCMTK - General
Topic: JVM Crash when DCMTK used in JNI
Replies: 6
Views: 6917

JVM Crash when DCMTK used in JNI

Hi, I would like to know, in Linux machin, is it possible to load two different DICOM files at the same time. What I am trying to do is, I created a JNI library to read dicom dataset, but when I load more than one files at the same time, its crashing Java Virtual Machine. Following is the crash log:...
by Pramod
Mon, 2010-03-01, 13:50
Forum: DCMTK - General
Topic: copy multiple DcmItem dataset to a single DcmDataset
Replies: 2
Views: 3475

Thanks for the information, Michael.
by Pramod
Mon, 2010-03-01, 08:07
Forum: DCMTK - General
Topic: copy multiple DcmItem dataset to a single DcmDataset
Replies: 2
Views: 3475

copy multiple DcmItem dataset to a single DcmDataset

Hi friends,

I want to copy DcmItem different dataset objects to a single DcmDataset object class.

For e.g. I have PATIENT level DcmItem dataset, STUDY level DcmItem dataset, SERIES level DcmItem dataset and IMAGE level DcmItem dataset.

How can I do this using DCMTK?

Thanks and Regards
Pramod
by Pramod
Tue, 2009-12-08, 13:58
Forum: DCMTK - General
Topic: StoreSCU - On the fly uncompression
Replies: 1
Views: 3069

StoreSCU - On the fly uncompression

Hello, Is there any option in the StoreSCU application, which converts compressed images to uncompressed format on the fly and send this to PACS? The PACS I am using is only accepting uncompressed images and I have a DICOM image with JPEGLossless:Non-hierarchical-1stOrderPrediction. By using dcmdjpe...
by Pramod
Fri, 2009-07-17, 14:08
Forum: DCMTK - General
Topic: How to insert DcmElemnt from one dataset to another
Replies: 1
Views: 2702

How to insert DcmElemnt from one dataset to another

Dear friends, Kindly tell me how can I insert DcmElement to Dataset? Currenlty I am doing the following way to copy an element from a dataset to another: void insertSopClassUID(DcmDataset *pSrcDataSet, DcmDataset *pDesDataSet) { DcmElement *elemInstance; OFCondition status; if (pSrcDataSet) { // SOP...
by Pramod
Wed, 2009-07-08, 10:19
Forum: DCMTK - Installation
Topic: build DCMTK with UNICODE support
Replies: 4
Views: 10752

Thanks for the quick reply.

We need to support Turkey language.
Please tell me, how can I enable this support using DCMTK.

Regards
Pramod
by Pramod
Wed, 2009-07-08, 10:16
Forum: DCMTK - General
Topic: how to save dataset without pixel data
Replies: 2
Views: 3407

Thank you Michael,
This helps to solve my problem. :D