Search found 36 matches

by Xiao
Fri, 2011-08-26, 09:20
Forum: DCMTK - General
Topic: Why are DIMSE commands always little endian implicit?
Replies: 4
Views: 5898

Thank you for your update.
by Xiao
Fri, 2011-08-26, 02:47
Forum: DCMTK - General
Topic: Why are DIMSE commands always little endian implicit?
Replies: 4
Views: 5898

Why are DIMSE commands always little endian implicit?

I had a look at dimse.cc and found '/* Send the DIMSE command. DIMSE commands are always little endian implicit. */'. Why DIMSE commands are always little endian implicit? I can not find it in DICOM spec from NEMA site.
by Xiao
Thu, 2011-07-28, 03:46
Forum: DCMTK - General
Topic: storescp -xcs does nothing when used with the --fork option
Replies: 9
Views: 14871

I have modified storescp of dcmtk-3.5.4 package for multi-thread, there are two storescp files, which are implemented in two ways of network developping, I will send to whoever want them. If there are something incorrect, please let me know.
by Xiao
Wed, 2011-07-27, 05:35
Forum: DCMTK - General
Topic: about dcmqrscp
Replies: 15
Views: 21856

I have modified dimget.cc, and generate getscu.cc, if you would like the modification to be integrated into the dcmtk package, I will send you the code.(too big to post it here)
by Xiao
Tue, 2011-07-26, 10:50
Forum: DCMTK - General
Topic: about dcmqrscp
Replies: 15
Views: 21856

It works, thank you very much!
by Xiao
Tue, 2011-07-26, 09:47
Forum: DCMTK - General
Topic: about dcmqrscp
Replies: 15
Views: 21856

Thank you for your help! I modifed getscu.cc, like the following, still not work, could you give me some further hints ? /* ** Network initialization structure. ** Is a wrapper for DUL functionality. T_ASC_NetworkRole role = NET_ACCEPTORREQUESTOR;//(opt_retrievePort > 0) ? NET_ACCEPTORREQUESTOR : NE...
by Xiao
Tue, 2011-07-26, 05:08
Forum: DCMTK - General
Topic: about dcmqrscp
Replies: 15
Views: 21856

Thank you for your update. There is no role field for A-ASSOCIATE-RQ PDU/A-ASSOCIATE-AC PDU in PS 3.8. What does dcmtk check it against ?
by Xiao
Mon, 2011-07-25, 03:59
Forum: DCMTK - General
Topic: about dcmqrscp
Replies: 15
Views: 21856

Belowing is the output of dcmqrscp(V3.6.0). D: setting network receive timeout to 60 seconds W: cannot set network receive timeout to 60 seconds D: PDU Type: Associate Request, PDU Length: 24826 + 6 bytes PDU header D: Only dumping 512 bytes. D: 01 00 00 00 60 fa 00 01 00 00 43 4f 4d 4d 4f 4e D: 20 ...
by Xiao
Sat, 2011-07-23, 07:46
Forum: DCMTK - General
Topic: about dcmqrscp
Replies: 15
Views: 21856

about dcmqrscp

I used dcmqrscp to test 'getscu' which I developped and got an error, the following is the output of dcmqrscp, Is that the role error? could you tell me why? and where should I modified? thanks! E: Get SCP: storeSCU: [file: /data/db/COMMON/MR_4e2979885f2bbf46.dcm] No presentation context with reques...
by Xiao
Mon, 2011-07-11, 10:40
Forum: DICOMscope - Installation
Topic: Why DICOMscope can not be installed on WIN7?
Replies: 2
Views: 18397

thanks, I will try it.
by Xiao
Mon, 2011-07-11, 09:32
Forum: DICOMscope - Installation
Topic: Why DICOMscope can not be installed on WIN7?
Replies: 2
Views: 18397

Why DICOMscope can not be installed on WIN7?

Why DICOMscope can not be installed on WIN7?
by Xiao
Fri, 2011-05-27, 03:24
Forum: DCMTK - General
Topic: dcmqrscp of dcmtk-3.6.0 doesnot work as storescp, but dcmtk-3.5.4's is ok.
Replies: 19
Views: 21918

Very sorry, it's my mistake. I forgot to give W permission to /home/dicom/db/COMMON.
COMMON /home/dicom/db/COMMON RW (200, 1024mb) ANY
by Xiao
Thu, 2011-05-26, 10:11
Forum: DCMTK - General
Topic: dcmqrscp of dcmtk-3.6.0 doesnot work as storescp, but dcmtk-3.5.4's is ok.
Replies: 19
Views: 21918

Script started on Thu 26 May 2011 04:43:37 PM CST xiaohk@tm-server:~/dicomdata/MRI$ storescu -aec COMMON -ll trace 127.0.0.1 8888 knee-fse-axi-1.DCM D: $dcmtk: storescu v3.6.0 2011-01-06 $ D: I: checking input files ... D: Request Parameters: D: ====================== BEGIN A-ASSOCIATE-RQ ==========...
by Xiao
Thu, 2011-05-26, 09:48
Forum: DCMTK - General
Topic: dcmqrscp of dcmtk-3.6.0 doesnot work as storescp, but dcmtk-3.5.4's is ok.
Replies: 19
Views: 21918

The output is too long, now I have saved the output as a file, can I send it via email?
by Xiao
Thu, 2011-05-26, 08:27
Forum: DCMTK - General
Topic: dcmqrscp of dcmtk-3.6.0 doesnot work as storescp, but dcmtk-3.5.4's is ok.
Replies: 19
Views: 21918

The same dcmqrscp.cfg has been used in both dcmqrscp of dcmtk-3.6.0 and that of dcmtk-3.5.4. In another word, except dcmqrscp all others environments are the same.
I wonder this issue is which abstract syntaxes of dcmqrscp can be accepted, where I can check it in source code?
thanks!