Search found 27 matches

by ziashahid
Wed, 2005-12-14, 08:17
Forum: DCMTK - General
Topic: convert any JPG or BMP to DCM Format
Replies: 7
Views: 10161

dear manish! I have found a way to convert the JPG Image to DICOM Image by using LIBJPEG rev9.0 lib freely available on the net , i just modify its function which is converting any BMP file to JPG and find it working successfully for dicom image. And one more after having Image data from the JPG fil...
by ziashahid
Wed, 2005-11-09, 06:32
Forum: DCMTK - General
Topic: Key Object Selection Document?????????
Replies: 1
Views: 4481

Key Object Selection Document?????????

hi joerg! Thanks for all of your previous replies, Now i have a recent problem regarding Key Object Selection Document . Can u give me any example of making this document , i am using DCMTK3.5.3 on VC 6.0 platform. This will really help me a lot. Thanks in advance Regards Zia
by ziashahid
Sun, 2005-10-23, 15:44
Forum: DCMTK - General
Topic: Calculate COB Angle?
Replies: 0
Views: 14403

Calculate COB Angle?

Hello!

Can anyone provide any help to me regarding COB Angle Calculation using DCMTK 3.5.3 (VC++ 6.0).

Thanks


Regards
Zia
by ziashahid
Sun, 2005-10-23, 15:42
Forum: DCMTK - General
Topic: How to implement Hanging Protocol?
Replies: 0
Views: 14442

How to implement Hanging Protocol?

Hi All!

Can anyone tell me how can i implement Hangin Protocol using dcmtk 3.5.3 (VC++).

I need a quick response.


Regards
Zia
by ziashahid
Tue, 2005-10-04, 07:52
Forum: DCMTK - General
Topic: Shutter creation and display?
Replies: 2
Views: 3451

Shutter creation and display?

Hi all! i have created a presentation state object and some graphics object as annotations (e.g. poliline, circle etc) and now i want to create a shutter and want to display it. setRectShutter(50,50......) i am using the above function and tries to show the shuttered image but it shows me only annot...
by ziashahid
Mon, 2005-10-03, 12:41
Forum: DCMTK - General
Topic: Setting Presentation State
Replies: 1
Views: 2970

Setting Presentation State

Hi all!

Many many thanks for ur previous replay.

Now, this is time the problem is that i have created a Presentation State file having extension of .pre , but i want to Set this file for the currently displaying image.

How could i do it?

Regards
Zia
by ziashahid
Sat, 2005-10-01, 13:35
Forum: DCMTK - General
Topic: Graphic Object Problem?
Replies: 0
Views: 13988

Graphic Object Problem?

Hi All! i am using DCMTK 3.5.3 in VC++ 6.0 , which is prividing me great help and support, many many thanks for that. Now, the problem : Have a look on the following code: DcmFileFormat infile; DVPresentationState pstate; OFCondition result; DVPSGraphicObject *grob = new DVPSGraphicObject(); if(infi...
by ziashahid
Wed, 2005-09-28, 05:56
Forum: DCMTK - General
Topic: Wat is GSPS and how to create this?
Replies: 1
Views: 2998

Wat is GSPS and how to create this?

Dear All!

i am using DCMTK 3.5.3 for VC++ and want to create a GSPS object for available DICOM images, but i don't know how to create GSPS objects for DICOM images and what is the basics of GSPS.

So, can anyone will be kind enough to help me.

Regards
Zia
by ziashahid
Tue, 2005-09-27, 13:11
Forum: DCMTK - General
Topic: How to create sequence in sequence
Replies: 1
Views: 3153

How to create sequence in sequence

hi all, i m sending n-set command in which i want to send a performed series' sequence(0040,0340) .In this seq i want to insert the reference image sequence(0008,1140). i am able to creatye the performed series seq but unable to insert the refernce image seq. so can anyone tell me how to do it???? r...
by ziashahid
Mon, 2005-09-12, 13:02
Forum: DCMTK - General
Topic: Calculate Distance
Replies: 4
Views: 5932

dear Mark! Many many thanks for ur response. I am able to calculatethe distance using x/y co-ordinates , but the problem is that how could i found the appropriate tags defining x/y coordinates of two points (these points have been chosen by me). there is one reason also, pixel spacing tags are diffe...
by ziashahid
Fri, 2005-09-09, 15:54
Forum: DCMTK - General
Topic: Calculate Distance
Replies: 4
Views: 5932

Calculate Distance

hi all!

can anyone tell me, how to clculate distance between two points on DICOM image.


it is very urgent


regrads

zia
by ziashahid
Sat, 2005-08-20, 11:41
Forum: DCMTK - General
Topic: TLS security
Replies: 1
Views: 3422

TLS security

hello all!


can anyone tell me ,
1. how to create private key file and what will be the content of that file.
2. how to create random seed file and generate PRNG ?
3. How can i do server & client (both side) certificate verification?


regards
zia
by ziashahid
Thu, 2005-08-18, 11:42
Forum: DCMTK - General
Topic: OPEN SSL security problem
Replies: 3
Views: 5391

dear Marco! thanks for reply, but i am unable to understand that what is SEED FILE and how do i create it? Actually, i am developing a DICOM client and want to connect to DICOM server , i am having ur DCMTK 3.5.3 toolkit (For VC++) . Can u help me in connecting via TLS secured layer to the DICOM ser...
by ziashahid
Wed, 2005-08-17, 10:48
Forum: DCMTK - General
Topic: OPEN SSL security problem
Replies: 3
Views: 5391

OPEN SSL security problem

Dear ALL!


Can anyone help me to create certificate file and DH parameter file creation.


thanks in advance.


regards
zia
by ziashahid
Sat, 2005-08-06, 12:20
Forum: DCMTK - General
Topic: Converting JPG to DCM
Replies: 4
Views: 7382

Converting JPG to DCM

Hello all! I have converted JPG images to DCM , but the DCM file i have received after conversion is very very heavy insize e.g. 16 MB. but some jpg images converted to small sized DICOM images. I am using libjpeg 9.0 for conversion. Can u give me any reason to this? Can anyone give me any answer to...