Search found 17 matches

by Jyoti
Wed, 2005-07-06, 04:09
Forum: DCMTK - General
Topic: Compressing the DICOM image using DCMTK
Replies: 3
Views: 6322

Thanks for the reply. If I am right, compressing DCM or JPEG images leads to decrease in quality of the image. Also without compression , the load on the network is quite high while transferring the images from one machine to another on a low bandwidth connection. Hence I was wondering that to retai...
by Jyoti
Tue, 2005-07-05, 13:33
Forum: DCMTK - General
Topic: Compressing the DICOM image using DCMTK
Replies: 3
Views: 6322

Compressing the DICOM image using DCMTK

What is the command to compress the DICOM image using DCMTK? Can we compress XML DICOM data?

Thanks,
Jyoti
by Jyoti
Mon, 2005-01-31, 13:07
Forum: DCMTK - General
Topic: renaming the file copied using movescu
Replies: 1
Views: 5034

renaming the file copied using movescu

Hi, While working with movescu, I noticed that the file that is queried and transferred as part of the movescu command has a name different from the original file. It is named using its SOPInstanceUID value. Is it possible to : 1. Retain the same name as the original file? 2. Give some new name acco...
by Jyoti
Wed, 2005-01-19, 12:14
Forum: DCMTK - General
Topic: findscu : what query information model should be used for IMAGE and SERIES Level query
Replies: 2
Views: 6835

Thanks for the clarification. I am able to make SERIES and IMAGE level queries.

Jyoti
by Jyoti
Wed, 2005-01-19, 05:24
Forum: DCMTK - General
Topic: findscu : what query information model should be used for IMAGE and SERIES Level query
Replies: 2
Views: 6835

findscu : what query information model should be used for IMAGE and SERIES Level query

Hi, In case I have to query for a petient data in the IMAGE or SERIES level, what corresponding query information model option ( e.g -P for PATIENT, -S for STUDY) should I use with findscu command? Sorry if this question is very basic but I am still learning DICOM and not very clear with it. An exam...
by Jyoti
Tue, 2005-01-04, 13:08
Forum: DCMTK - General
Topic: Unable to access an archive when the peer is not set to ANY in AETable in imagectn.cfg
Replies: 3
Views: 7138

Yes infact don is the same machine on which imagectn is running. I am trying to run the query from the same machine on which imagectn is running.

Jyoti
by Jyoti
Mon, 2005-01-03, 08:04
Forum: DCMTK - General
Topic: Unable to access an archive when the peer is not set to ANY in AETable in imagectn.cfg
Replies: 3
Views: 7138

Unable to access an archive when the peer is not set to ANY in AETable in imagectn.cfg

Hi, I am not able to access an archive if I set the peer to one of the entries defined in the hostTable in the file imagectn.cfg. My hostTable definition looks fine. If I set the peer to ANY for the same archive, I am able to access it. What could be wrong here? Below is an abstract from my imagectn...
by Jyoti
Wed, 2004-12-15, 07:27
Forum: DCMTK - General
Topic: Help in experimenting with query / retreive calls
Replies: 11
Views: 22329

Example 1: There is no SOPClassUID (0008,0016) starting with "MR". Maybe, you wanted to query for Modality (0008,0060)? The SOPClassUID was actually called "=MRImageStorage". So I reran the query with the correct value as : findscu -k 0008,0052="STUDY" -k 0008,0016=&qu...
by Jyoti
Fri, 2004-12-10, 06:47
Forum: DCMTK - General
Topic: Help in experimenting with query / retreive calls
Replies: 11
Views: 22329

Hi, Can you please clarify which part of the FINDSCU response tells that it has been successful in finding theimage matching our query as I am not able to differentiate betweena successful search and a un-sussessful one. Both the responses look same. exp 1: Querying for an image which is of type MRI...
by Jyoti
Wed, 2004-12-08, 11:49
Forum: DCMTK - General
Topic: Help in experimenting with query / retreive calls
Replies: 11
Views: 22329

Is there no way to get a list of database entries that match with a specific query? Is there any other command that I can use. My problem is that I have a specific query which has information only about the image and not about the patient. For e.g my query consists of tags like (0008,1030)-StudyDesc...
by Jyoti
Wed, 2004-12-08, 07:43
Forum: DCMTK - General
Topic: Help in experimenting with query / retreive calls
Replies: 11
Views: 22329

Hi, I read through the DICOM specifications for query / retrieval class. I am still having problems in performing the query / retrieve correctly using DCMTK. I tried a command of the sort : findscu -k 0008,0052="PATIENT" -v -P rjynt 104 --call COMMON ( Note that I have not given any query ...
by Jyoti
Tue, 2004-12-07, 11:54
Forum: DCMTK - General
Topic: Help in experimenting with query / retreive calls
Replies: 11
Views: 22329

Thanks for your input. I used the query information model ( -O ) as below: findscu -v -O rjynt 104 query.dcm --call COMMON and I get a error of the form : Requesting Association Association Accepted (Max Send PDV: 16372) Find SCU RQ: MsgID 1 REQUEST: # Dicom-Data-Set # Used TransferSyntax: LittleEnd...
by Jyoti
Tue, 2004-12-07, 10:34
Forum: DCMTK - General
Topic: Help in experimenting with query / retreive calls
Replies: 11
Views: 22329

Help in experimenting with query / retreive calls

Hi, I am at present experimenting with DCMTK. I am trying to execute differnt commands of DCMTK to get familiarised with the output amd to increase my understanding of the same. I am facing few problems with query / retrieve . I might be doing something wrong in the steps. Please correct me if I am ...
by Jyoti
Fri, 2004-12-03, 07:48
Forum: DCMTK - General
Topic: Difference between the options --call and --aetitle of echoscu
Replies: 1
Views: 7498

Difference between the options --call and --aetitle of echoscu

Hi, I want to know what exactly is the difference between the options --call and --aetitle of the command echoscu? The man pages say : -aet --aetitle aetitle: string set my calling AE title (default: ECHOSCU) -aec --call aetitle: string set called AE title of peer (default: ANY-SCP) But I am not ver...
by Jyoti
Thu, 2004-12-02, 12:11
Forum: DCMTK - General
Topic: Clarification regarding the imagectn configuration file imagectn.cfg
Replies: 5
Views: 9578

I just have a few more question: 1. Does the client make use of the imagectn.cfg file present in the client's database or is it only for the server to validate the clients? If yes, for what? 2. Is there a way for the client to find out what all repository servers it can access and at which port thes...