Search found 5 matches

by mlhostis
Thu, 2005-06-30, 17:39
Forum: DCMTK - General
Topic: Selecting a sheet tray in print scu configuration
Replies: 1
Views: 3303

Selecting a sheet tray in print scu configuration

Hi everybody, I'm writing a print scu application. I would like to print on a dicom printer which has several sheet trays. Is it possible for my app to select the sheet tray on which my image will be printed ? Is there a parameter to define in the config file of my print scu ? I hope my question is ...
by mlhostis
Mon, 2005-05-30, 15:04
Forum: DCMTK - General
Topic: [resolved] Odd length in character string values
Replies: 2
Views: 4292

I wasn't sure at all but that's what I thought.

Thanks a lot for your prompt reply.

mlhostis.
by mlhostis
Mon, 2005-05-30, 11:39
Forum: DCMTK - General
Topic: [resolved] Odd length in character string values
Replies: 2
Views: 4292

[resolved] Odd length in character string values

Hello everybody, I've read in the Dicom Norm that character string values (except VR UI) should be padded with space characters when necessary to achieve even length. But when I convert a dcm file to xml format, odd strings haven't white space at the end. So I'd like to know if white spaces are writ...
by mlhostis
Tue, 2005-05-10, 13:27
Forum: DCMTK - General
Topic: [Resolved] Dataset Clear method fails
Replies: 2
Views: 4553

Why don't you just create a new DcmFileFormat object for the second file? I could. I haven't done it for the moment because I'm storing my DcmFileFormat object in a member variable and not in a pointer. I thought using clear method would have been a better solution. So I'm going to use a pointer an...
by mlhostis
Tue, 2005-05-10, 12:22
Forum: DCMTK - General
Topic: [Resolved] Dataset Clear method fails
Replies: 2
Views: 4553

[Resolved] Dataset Clear method fails

Hello, I'm trying to load a dicom file. When I load a first file, it succeeds. But when I load a second file and get elements from the dataset, I get elements of the first file dataset. So I called the clear method on my DcmFileFormat object before calling the loadFile method for the second time but...