Search found 12 matches

by newuser
Wed, 2006-03-08, 17:58
Forum: DCMTK - General
Topic: Error in receiving Multiframe image
Replies: 5
Views: 5983

The above error message I posted is already outputed by add -v, -d options in command line. Here are two set of messages output by use two different methods. I think the transfer syntax are same for both methods. So I think the transfer syntax is fine. The difference between these two are there is a...
by newuser
Tue, 2006-03-07, 18:37
Forum: DCMTK - General
Topic: Error in receiving Multiframe image
Replies: 5
Views: 5983

Hi Marco : Thank you. That was all the information I can got. It works fine if I send multiframe image use the storescu.exe by this command line : storescu -xy -v localhost filename.dcm and use dcmscp to receive it by this command line : dcmscp +xy -v --config --filename.cfg why it has DB alert? all...
by newuser
Mon, 2006-03-06, 23:09
Forum: DCMTK - General
Topic: Error in receiving Multiframe image
Replies: 5
Views: 5983

Error in receiving Multiframe image

I am using Ultrasound machine to send regular(single frame) and multiframe images, and use dcmscp as server to receive these files. The command line I used was: dcmscp +xy --config --filename.cfg The order of sending these 3 images are: regular(902KB), multiframe(17MB), regular(902KB). It output &qu...
by newuser
Mon, 2006-03-06, 21:46
Forum: DCMTK - General
Topic: Error in read in multi-files
Replies: 15
Views: 25235

Error again

Now I use Ultrasound machine to send the multiframe image and use dcmscp as server to receive the images. the command line I use is dcmscp +xy --config --filename.cfg I am trying to send 3 images, first regular one, then multiframe one and finally regular one. But it says "Association Aborted&q...
by newuser
Wed, 2006-02-22, 00:16
Forum: DCMTK - General
Topic: Error in read in multi-files
Replies: 15
Views: 25235

Thank you again

Hi Andreas,
Can I get know when the new version of K-PACS will be released?
I really want get the new version as soon as possible.

Thanks lot
by newuser
Mon, 2006-02-13, 21:57
Forum: DCMTK - General
Topic: Error in read in multi-files
Replies: 15
Views: 25235

Thank you

I uncheck the "don't decompress images" checkbox in the "filesystem" dialog. But still output same error message. Thank you
by newuser
Fri, 2006-02-10, 20:31
Forum: DCMTK - General
Topic: Error in read in multi-files
Replies: 15
Views: 25235

I am using K-Pacs send the image.dcm to dcmqrscp. As I know K-Pacs support JPEG Baseline. But why dcmqrscp outputs this error message? -------------------------------------------------------------------------------- Association Received (127.0.0.1:IQSERVER -> CONQUESTSRV1) Fri Feb 10 14:20:46 2006 A...
by newuser
Thu, 2006-02-09, 17:30
Forum: DCMTK - General
Topic: Error in read in multi-files
Replies: 15
Views: 25235

I use this command : storescu -v -d -xs localhost it doesn't work and also tried with all the other -x? options , still have with the same error: ----------------------------------------------------------------------------------- Sending file: images\image.dcm Transfer: JPEGBaseline -> LittleEndianE...
by newuser
Wed, 2006-02-08, 18:45
Forum: DCMTK - General
Topic: Error in read in multi-files
Replies: 15
Views: 25235

Here is error message. /*-------------------------------------------------------------------------------- Sending file: images\image.dcm Transfer: JPEGBaseline -> LittleEndianExplicit Store SCU RQ: MsgID 1, (US) XMIT:DIMSE Warning: (STORESCU,ANY-SCP): sendMessage: unable to convert dataset from 'JPE...
by newuser
Mon, 2006-02-06, 20:29
Forum: DCMTK - General
Topic: Error in read in multi-files
Replies: 15
Views: 25235

here are DIMSE messages

The file (image.dcm) I want to transfer contains around 100 dcms and it is 9MB. When I run the storescu.exe to transfer this file, here is part of output. I use dcmtk-3.5.4, and I checked it can deal with the compressed dcm images. ////////////////////////////////////////////////////////////////////...
by newuser
Wed, 2005-12-28, 23:00
Forum: DCMTK - General
Topic: Error in read in multi-files
Replies: 15
Views: 25235

failed to receive multi-frame file

I am using dcmtk-3.5.4, operating system is windows 2000, compiler is Visual c++ 6.0. I am runing dcmqrscp files and read in one compressed dicom file and the dcmqrscp.exe file stopped at DIMSE receiveCommand. Here is the output : ---------------------------------------------------------------------...
by newuser
Tue, 2005-12-13, 23:18
Forum: DCMTK - General
Topic: Error in read in multi-files
Replies: 15
Views: 25235

Error in read in multi-files

I have a dicom file (9MB) which includes over 100 small dicom files. When DCMTK read in this large dicom file, it output "Association aborted" since the PDU head type is DUL_TYPEABORT, also the length read in is no right.
Is there any way to solve this problem? THX