dicom router CT PacePlus

All other questions regarding DCMTK

Moderator: Moderator Team

Post Reply
Message
Author
george2
Posts: 1
Joined: Sun, 2005-04-17, 15:52

dicom router CT PacePlus

#1 Post by george2 »

Hello We have a Old CT PacePlus from GE, to get any correct images we need to convert the transfer syntax explicit to implicit. My problem is that im trying to make a dicom router that will convert incoming files to implicit and then send them to another destination and then delete the file. I really not very strong in dos syntax. Is anybody able to help me with this?

example:
c:
cd "\DCMroute"
storescp +xi -dhl -aet ADMIN2 4007 -od images -v

storescu.exe -aet ADMIN2 -aec ADMIN 192.168.0.1 4006 images\*.*

How to make storescu to not end after sending the files?

Marco Eichelberg
OFFIS DICOM Team
OFFIS DICOM Team
Posts: 1445
Joined: Tue, 2004-11-02, 17:22
Location: Oldenburg, Germany
Contact:

#2 Post by Marco Eichelberg »

This is not going to work because StoreSCU always terminates once it has delivered the images. You could use the --exec-on-eostudy command line option in storescp instead. Also note that the conversion to implicit VR has to be enforced in storescu because otherwise storescu will happily convert the files back to explicit VR before sending them. Try something along the following lines:

Code: Select all

storescp -dhl -aet ADMIN2 4007 -od images -ss dicom -xcs "storescu -aet ADMIN2 -aec ADMIN 192.168.0.1 4006 #p\*"

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 1 guest