Search found 17 matches
- Wed, 2005-07-06, 04:09
- Forum: DCMTK - General
- Topic: Compressing the DICOM image using DCMTK
- Replies: 3
- Views: 7173
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...
- Tue, 2005-07-05, 13:33
- Forum: DCMTK - General
- Topic: Compressing the DICOM image using DCMTK
- Replies: 3
- Views: 7173
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
Thanks,
Jyoti
- Mon, 2005-01-31, 13:07
- Forum: DCMTK - General
- Topic: renaming the file copied using movescu
- Replies: 1
- Views: 5458
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...
- 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: 7607
- 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: 7607
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...
- 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: 7971
- 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: 7971
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...
- Wed, 2004-12-15, 07:27
- Forum: DCMTK - General
- Topic: Help in experimenting with query / retreive calls
- Replies: 11
- Views: 25396
- Fri, 2004-12-10, 06:47
- Forum: DCMTK - General
- Topic: Help in experimenting with query / retreive calls
- Replies: 11
- Views: 25396
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...
- Wed, 2004-12-08, 11:49
- Forum: DCMTK - General
- Topic: Help in experimenting with query / retreive calls
- Replies: 11
- Views: 25396
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...
- Wed, 2004-12-08, 07:43
- Forum: DCMTK - General
- Topic: Help in experimenting with query / retreive calls
- Replies: 11
- Views: 25396
- Tue, 2004-12-07, 11:54
- Forum: DCMTK - General
- Topic: Help in experimenting with query / retreive calls
- Replies: 11
- Views: 25396
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...
- Tue, 2004-12-07, 10:34
- Forum: DCMTK - General
- Topic: Help in experimenting with query / retreive calls
- Replies: 11
- Views: 25396
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 ...
- Fri, 2004-12-03, 07:48
- Forum: DCMTK - General
- Topic: Difference between the options --call and --aetitle of echoscu
- Replies: 1
- Views: 9044
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...
- Thu, 2004-12-02, 12:11
- Forum: DCMTK - General
- Topic: Clarification regarding the imagectn configuration file imagectn.cfg
- Replies: 5
- Views: 10568
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...