Search found 10 matches

by Martin
Wed, 2007-02-28, 19:48
Forum: DCMTK - General
Topic: Troublesome enhanced MR images
Replies: 3
Views: 4083

Thanks for the reply Marco. this was my guess. So I did a small test, in which I used default dcmtk's storescp.cfg and I commented out line 81: #PresentationContext11 = EnhancedMRImageStorage\AnyTransferSyntax and started my storescp as follows: storescp -d -xf path/storescp.cfg port If I send the i...
by Martin
Wed, 2007-02-28, 10:12
Forum: DCMTK - General
Topic: storescp doesn't spaw a new process
Replies: 1
Views: 2756

Re: storescp doesn't spaw a new process

storescp --fork -od /Users/kavec/tmp8/DICOMStore -aet VolumetryServer -ss study -tos 5 -xcs '/Users/kavec/bin/dcmtkVolumetry_Processor #p' 4099 Together with Gerhard -the author of the fork patch - we were able to track down and solve the problem. The problem was that my -xcs command takes hours to...
by Martin
Fri, 2007-02-23, 15:56
Forum: DCMTK - General
Topic: storescp doesn't spaw a new process
Replies: 1
Views: 2756

storescp doesn't spaw a new process

Hi, I am trying to fork a child process from storescp, but whatever I do, I can not get it working. I have dcmtk-3.5.4 installed both on kubuntu linux and on MAC OS X 10.4.8. I have replaced the original storescp source code with the one from http://earchive.at/dcmtk-3.5.4 (and discussed in http://f...
by Martin
Wed, 2007-02-21, 11:12
Forum: DCMTK - General
Topic: Troublesome enhanced MR images
Replies: 3
Views: 4083

Troublesome enhanced MR images

Hi, I guess I have a general question on DICOM, but since I use (indirectly) dcmtk to receive the images, and poeple on this forum were always nice to respond to my questions, I post here. I send my DICOM images from Philips Achieva MR scanner to OsiriX, which uses dcmtk-3.5.4 as a backbone. On the ...
by Martin
Wed, 2006-11-29, 11:29
Forum: DCMTK - General
Topic: How to create a valid dicom image
Replies: 7
Views: 9604

Thanks for help Michael,

hacking to the dcmtk sounds challenging, but I went so far with this work that I accept it. Let's see where I can get.

Martin
by Martin
Tue, 2006-11-28, 09:36
Forum: DCMTK - General
Topic: How to create a valid dicom image
Replies: 7
Views: 9604

Hi Marco, thanks for suggestions and warnings. I WILL take them seriously. I would be happy to see the filter in "production", but not in price of any kind of troubles. I set the SITE_ROOT_UID, regenerated the images, fetch them on the scanner and it accepted them. However, when I tried to...
by Martin
Fri, 2006-11-24, 20:06
Forum: DCMTK - General
Topic: How to create a valid dicom image
Replies: 7
Views: 9604

Thanks for your answers, Marko/Michael, I had a tough time to get to the scanner today. Lot's of exams, but finally. The log on the scanner says it exactly where is the problem: Application name invalid in the input data object: Non-Philips dicom onject detected. SOPInstance (1.2.276.0.7230010.3.1.4...
by Martin
Fri, 2006-11-24, 10:02
Forum: DCMTK - General
Topic: How to create a valid dicom image
Replies: 7
Views: 9604

How to create a valid dicom image

Hi, I am trying to feed the Philip's Achieva MR scanner with postprocessed images. I send the original images to the dcmtk's storescp and execute a script which filters the images. Then I use dcmdump -> dump2dcm -> dcmodify approach to generate new valid dicom images from the original data and store...
by Martin
Wed, 2006-11-08, 20:44
Forum: DCMTK - General
Topic: PSg and RAW files
Replies: 1
Views: 3742

PSg and RAW files

Hi, I am using dcmtk-3.5.4 on a Mac OS X to receive DICOM images from Philips Achieva MRI scanner as follows: storescp -od $STORAGE -aet DCMTK -fe .dcm -ss "" 4097 Along with the ordinary images, which are given names MRe.NUMBERS.dcm I am also finding files called PSg.NUMBERS.dcm and RAW.N...
by Martin
Wed, 2006-11-08, 20:39
Forum: DCMTK - General
Topic: Fetching series
Replies: 1
Views: 2678

Fetching series

Hi, I hope I am not completely off-topic by asking my question in this forum. I have a patient series stored on a OsiriX (which uses dcmtk-3.5.4 to handle DICOM transfers). From Philips MR scanner (Achieva), I can query OsiriX and find a serie, but an attempt to transfere series to the scanner's loc...