Search found 21 matches

by yeller
Thu, 2009-10-22, 19:36
Forum: DCMTK - General
Topic: Storescu, +tls, unknown option
Replies: 1
Views: 3088

Storescu, +tls, unknown option

Hello, I've got a problem where the man file for storescu tells me that I can enable tls with the "+tls" option. However, when I try using this option on the command line I get the message: "error: Unknown option +tls". Furthermore, when I check the command line help, the tls opt...
by yeller
Tue, 2009-04-07, 18:57
Forum: DCMTK - General
Topic: Stop storescp
Replies: 10
Views: 11879

Thanks to all for their posts. I've tweaked the source of the storescp utility to meet my needs of clean termination.
by yeller
Fri, 2009-04-03, 17:09
Forum: DCMTK - General
Topic: Stop storescp
Replies: 10
Views: 11879

Hello, I have a question. I'm using the storescp utility in a windows environment. I am running it like so: storescp -od . -aet TEST 104 Using it this way, it runs indefinitely. To stop the utility from running, I use CTRL + C. What I'd like to know is if stopping the utility this can cause problems...
by yeller
Mon, 2009-03-30, 21:57
Forum: DCMTK - General
Topic: Stop storescp
Replies: 10
Views: 11879

Hi Per,

I'm attempting to implement the solution you came up with, but I'm having trouble finding where would be the best place to put the code that would check to see if the program should exit. Can you tell me where you put such code?

Thanks a lot
by yeller
Thu, 2009-03-26, 22:22
Forum: DCMTK - General
Topic: Stop storescp
Replies: 10
Views: 11879

Thank you for your posts, they have been very helpful.
by yeller
Thu, 2009-03-26, 17:02
Forum: DCMTK - General
Topic: Stop storescp
Replies: 10
Views: 11879

This may seem a silly question, but I'm wondering if whether or not a modality sending to the storescp utility would recognize that a study was not received in it's entirety if Per's idea was used.

Thanks
by yeller
Wed, 2009-03-25, 22:05
Forum: DCMTK - General
Topic: Stop storescp
Replies: 10
Views: 11879

Stop storescp

Hello, I'm looking for a way to stop storescp when it is not busy receiving/processing dicoms. Here's the situation, let's say I want to run storescp indefinetly, but obviously need to reboot the machine it runs on from time to time. I'm thinking that I need to be able to stop the storescp utility g...
by yeller
Thu, 2008-08-07, 20:52
Forum: DCMTK - General
Topic: Getting started
Replies: 2
Views: 3616

Getting started

Hello, I'm looking at replacing a purchased piece of software that sends and receives dicom images with dicomtk. However, I am fairly green as far as dicom knowledge goes and am not confident that I can successfully reproduce the needed functionality of the purchased software. So, to begin, do you h...
by yeller
Tue, 2008-01-15, 21:35
Forum: DCMTK - General
Topic: dcmmkdir no metainfo-header
Replies: 1
Views: 3777

dcmmkdir no metainfo-header

Hi, I'm using the dcmtk utility dcmmkdir. However, I get the error: "Error: file not part 10 format (no metainfo-header): 00000001" when trying to create a dicomdir. I've done a dump on the dicom and cannot see any data in the metainfo-header. Does anyone have any ideas how I can create a ...
by yeller
Fri, 2007-02-02, 16:58
Forum: DCMTK - General
Topic: Working - but viewer problems (littleendianexplicit error)
Replies: 5
Views: 5125

Working - but viewer problems

I was able to bypass the littleendianexplicit error by creating the dicomdir using the ignore encoding parameter. However, I ran into an error when I try to view the file using one viewer - that gives an error saying the file is not valid. I then tried viewing the image using another viewer using th...
by yeller
Thu, 2007-02-01, 20:18
Forum: DCMTK - General
Topic: Working - but viewer problems (littleendianexplicit error)
Replies: 5
Views: 5125

Also,

The dicom is compressed using jpeg lossless compression - so should there still be an issue?
by yeller
Thu, 2007-02-01, 19:56
Forum: DCMTK - General
Topic: Working - but viewer problems (littleendianexplicit error)
Replies: 5
Views: 5125

Jorg,

Thanks very much for the speedy reply. I have actually been researching this issue since I posted and have another question.

Does your answer mean that to transfer dicoms from one computer to another I have to use movescu and set some sort of littleendianexplicit attribute?

Thanks
by yeller
Thu, 2007-02-01, 19:32
Forum: DCMTK - General
Topic: Working - but viewer problems (littleendianexplicit error)
Replies: 5
Views: 5125

Working - but viewer problems (littleendianexplicit error)

Does anyone know why I would be receiving the error message: LittleEndianExplicit expected when I try to create a dicomdir?

Thanks
by yeller
Wed, 2007-01-31, 19:05
Forum: DCMTK - General
Topic: dkmmkdir problems
Replies: 16
Views: 16609

Thanks very much for the replies. I've recently learned that having more info for each image entry in the dicomdir than is put there by default with the dcmmkdir is not needed for our purposes. I am still curious however as to how a dicomdir that someone else created was able to contain dicom info t...
by yeller
Wed, 2007-01-31, 17:54
Forum: DCMTK - General
Topic: dkmmkdir problems
Replies: 16
Views: 16609

So, there's no way to add records to a dicomdir at the command prompt - or tell dcmmkdir to get certain dicom attributes?