Search found 22 matches

by zagwin
Tue, 2012-03-13, 02:06
Forum: DCMTK - General
Topic: Problem on dcmqrscp.cfg setting
Replies: 5
Views: 6464

I am sorry for bothering you guys, but I can not figure out how to set the hostname. I am still working on it. How to set the hostname in HostTable? As I said in my last post, my run server and findscu on the same machine, and my computer name is "Mattisme" why the findscu hostname is &quo...
by zagwin
Mon, 2012-03-12, 18:39
Forum: DCMTK - General
Topic: Problem on dcmqrscp.cfg setting
Replies: 5
Views: 6464

I did this as you said, and it works ... the hostname of the peer is "asctivate" and not "localhost". So, there's no exact match with the HostTable definition. First, I am sorry that it was "activate" not "asctivate", I wrote it wrong in my first post. Second,...
by zagwin
Mon, 2012-03-12, 02:05
Forum: DCMTK - General
Topic: Problem on dcmqrscp.cfg setting
Replies: 5
Views: 6464

Problem on dcmqrscp.cfg setting

anybody know why? thanks a lot!
by zagwin
Fri, 2012-03-09, 05:43
Forum: DCMTK - General
Topic: Problem on dcmqrscp.cfg setting
Replies: 5
Views: 6464

Problem on dcmqrscp.cfg setting

Dear dcmtkers, I am trying to use dcmqrscp as a server, and I set the dcmqrscp.cfg file as following: --------------------------------------------------------------------------------------- NetworkTCPPort = 5678 MaxPDUSize = 16384 MaxAssociations = 16 HostTable BEGIN query = (FINDSCU, localhost, 567...
by zagwin
Wed, 2011-11-23, 07:13
Forum: DCMTK - General
Topic: Storescu stop at non-dicom file
Replies: 1
Views: 3123

Storescu stop at non-dicom file

Dear all, I used dcmqrscp.exe as the PACS server to receive dicom files from storescu. I specified a folder which contains many dicom files and ONE non-dicome file, such as: 001.dcm 002.dcm ..... 100.dcm 101.txt 102.dcm 103.dcm ... 200.dcm dcmqrscp can ONLY receive the 001-100 dicom file, and stop a...
by zagwin
Wed, 2011-11-23, 06:59
Forum: DCMTK - General
Topic: Cannot get SeriesDescription key with findscu?
Replies: 2
Views: 3656

Thank a lot, I used the dcmqrscp.exe as a PACS, yes, it does not support the series description key. Thanks The series description attribute is optional key if you query on the series level using the patient root Q/R information model (see DICOM Part 4 C.6.1.1.4). A C-FIND SCP may not support the ex...
by zagwin
Sun, 2011-11-20, 03:24
Forum: DCMTK - General
Topic: Cannot get SeriesDescription key with findscu?
Replies: 2
Views: 3656

Cannot get SeriesDescription key with findscu?

Dear Dcmtkers, I query data using following cmd: findscu.exe -P IP port -aec COMMON -k 0008,0052=SERIES qryall.dcm -k 0010,0020=patientID then I got several .rsp files, and then I read these files. However I cannot get series description keys. But I can got PatientName, StudyID, StudyDescription, Mo...
by zagwin
Fri, 2011-08-19, 16:52
Forum: DCMTK - General
Topic: Retrieve images using movescu/storescp
Replies: 5
Views: 11090

HI, Michael,

Finally, I understand the MOVESCU, Thanks so much for you clear explanation. I know how to do this now.

Thanks
by zagwin
Fri, 2011-08-19, 16:27
Forum: DCMTK - General
Topic: Retrieve images using movescu/storescp
Replies: 5
Views: 11090

Re: Retrieve images using movescu/storescp

Second, when I start the storescp, how to set the "port tcp/ip port number to listen on"? does this have relation with the configuration of the remote server? Yes. movescu only tells the server via DICOM protocol via a name (called AE title, or in this case move destination AE title), whe...
by zagwin
Fri, 2011-08-19, 15:50
Forum: DCMTK - General
Topic: Retrieve images using movescu/storescp
Replies: 5
Views: 11090

HI, Michael

Thanks very much for your clear and detail reply, I will try them soon and report the results. Thanks
by zagwin
Fri, 2011-08-19, 04:15
Forum: DCMTK - General
Topic: How to modify the tag: (0002,0013,Implementation Version Name)
Replies: 3
Views: 5331

I have fixed it, thanks all:-)
by zagwin
Thu, 2011-08-18, 21:44
Forum: DCMTK - General
Topic: Retrieve images using movescu/storescp
Replies: 5
Views: 11090

Retrieve images using movescu/storescp

Dear DCMTKers: I want to retrieve images from a remote server to local directory (just a directory of my harddisk, no pacs client/server in local machine) using movescu. I have 3 questions about this. First, I found that I must start a storescp to store images to the specified directory, when I usin...
by zagwin
Thu, 2011-08-18, 21:02
Forum: DCMTK - General
Topic: How to modify the tag: (0002,0013,Implementation Version Name)
Replies: 3
Views: 5331

How to modify the tag: (0002,0013,Implementation Version Name)

Dear DCMTKers: I have modified the values OFFIS_DTK_IMPLEMENTATION_VERSION_NAME and OFFIS_DTK_IMPLEMENTATION_VERSION_NAME2 in dcuid.h. and rebuilt the whole DCMTK, and add all necessary files of DCMTK to my project. When I generate a dicom file, the "Implementation Version Name" value stil...
by zagwin
Fri, 2011-07-15, 00:40
Forum: DCMTK - General
Topic: how can use dcmqrscp to receive data to a specified direction?
Replies: 5
Views: 16612

Thanks very much, I will try, and I will report what I find.
J. Riesmeier wrote:I searched for "saveFile" and found DcmQueryRetrieveStoreContext::writeToFile() in file "dcmqrdb/libsrc/dcmqrcbs.cc". From there go back to find the right place for your changes ...
by zagwin
Tue, 2011-07-12, 20:24
Forum: DCMTK - General
Topic: how can use dcmqrscp to receive data to a specified direction?
Replies: 5
Views: 16612

First, thanks foryour reply. Yes, but this requires changes to the source code of the dcmqrdb module. I have read the source code for a long time, however, I cannot find where I should modify. It is too complex. Can you give me more detail suggestions? such as, which file(s) I should modify? Thanks ...