Search found 14 matches

by ecoto
Thu, 2007-02-08, 15:52
Forum: DCMTK - General
Topic: Pixel padding value
Replies: 1
Views: 4314

Pixel padding value

Hi all, I'm having a problem to display some dicom images in my application and I was wondering if any of you can help me. The problem is that the images show up in black and white, as if there were decompression problems or an image transformation missing. Here are some details of the header that m...
by ecoto
Sat, 2006-10-21, 18:37
Forum: DCMPRINT
Topic: Window/Level and Bit information.
Replies: 2
Views: 12912

thanks.

Thank you Marco,

It works perfectly.
by ecoto
Wed, 2006-10-18, 11:29
Forum: DCMPRINT
Topic: Window/Level and Bit information.
Replies: 2
Views: 12912

Window/Level and Bit information.

Hi, I'm using the tcpprt application to send images to a printer. I have noticed a few issues that I would like to ask you about. 1) The bit information seems to influence the final result. For instance, let's say that I print a CT slice where: "Bits Allocated" is 16, "Bits stored&quo...
by ecoto
Wed, 2006-10-18, 11:06
Forum: DCMPRINT
Topic: Downloading image file failure ...
Replies: 1
Views: 9321

Fixed

Hi again,

It's been fixed !!.

The Planar Configuration (0028,0006) shall be 0, since the Photometric Interpretation (0028,0004) is RGB. I was missing tag (0028,0006).

Thanks anyway.
by ecoto
Mon, 2006-10-16, 18:42
Forum: DCMPRINT
Topic: Downloading image file failure ...
Replies: 1
Views: 9321

Downloading image file failure ...

Hi there, I have been working for a while with the tcpprt_e application and I'm having problems with some DICOM secondary captures. Specifically, I'm trying to print some RGB snapshots. For the following command: tcpprt_e -d -v -c tcpprt.cfg --auto 1 image.dcm the following error (besides the rest o...
by ecoto
Thu, 2006-10-05, 15:16
Forum: DCMPRINT
Topic: Print SCU
Replies: 5
Views: 22064

how to specify the image filename(s) in tcpprt ?

Hi Marco,

I was reading the example you wrote for tcpprt in this old post, and I have been trying to use tcpprt exactly in the same way you described. However, I don't see how to specify the filename "image.dcm".

What am I missing ?

Thanks in advance.
by ecoto
Thu, 2006-08-10, 11:56
Forum: DCMTK - General
Topic: movescu deadlock
Replies: 3
Views: 4244

Hi again, Well ... I think I fixed it ... but I don't think it is a very "smooth" fix. Basicaly, if the movescu finished smoothly, a call to ASC_dropNetwork is made at the end of the method. Since my function is static and I might use it several times before the application exits, if the m...
by ecoto
Thu, 2006-08-10, 11:04
Forum: DCMTK - General
Topic: movescu deadlock
Replies: 3
Views: 4244

Hi Marco, Thanks for your answer. So far, I know the following line of the movescu is executed OFCondition cond = DIMSE_moveUser(assoc, presId, &req, dcmff.getDataset(), moveCallback, &callbackData, opt_blockMode, opt_dimse_timeout, net, subOpCallback, NULL, &rsp, &statusDetail, &...
by ecoto
Wed, 2006-08-09, 22:26
Forum: DCMTK - General
Topic: movescu deadlock
Replies: 3
Views: 4244

movescu deadlock

Hi all, I have developed a class in C++ that uses the "movescu" code to retrieve the data from PACS with only a few changes. It is basically the same code, although I have made the methods static. Everything works great, although I'm having the following problem. Say that I try to start an...
by ecoto
Fri, 2006-06-23, 17:30
Forum: DCMTK - General
Topic: ReferencedFileID
Replies: 6
Views: 7819

Yep, you were right. It works now. I can't believe I missed that.

Thanks,

ecoto
by ecoto
Fri, 2006-06-23, 11:58
Forum: DCMTK - General
Topic: ReferencedFileID
Replies: 6
Views: 7819

Hi Jörg, I'm aware of the fact that you can only store the relative path of the file. Nevertheless, as you can see in my previous post, if the DICOMDIR file is stored in "C:\temp\" and the files in "C:\temp\patient\", then the file name would be, e.g., "patient\IMG_0001"...
by ecoto
Thu, 2006-06-22, 15:29
Forum: DCMTK - General
Topic: ReferencedFileID
Replies: 6
Views: 7819

Hi all, I know this is an old post but it closely related to my problem. I'm using class DicomDirInterface just as described in FAQ #30 and I'm having problem with the ReferencedFileID in the DICOMDIR file. My problem is due to the fact that the DICOMDIR file is in a directory (let's say C:\temp\) o...
by ecoto
Fri, 2006-05-05, 18:00
Forum: DCMTK - General
Topic: signed data with DCMTK 3.5.3 and 3.5.4
Replies: 1
Views: 3203

signed data with DCMTK 3.5.3 and 3.5.4

Hi all, I have a previous implementation of a DICOM reader using version 3.5.3. This implementation only supports unsigned data and now I would like to extend it to support signed data too. Currently I'm using findAndGetUint16Array(), which works perfectly. Nevertheless, if I change it to findAndGet...
by ecoto
Thu, 2006-03-23, 17:44
Forum: DCMTK - General
Topic: dump2dcm - missing fclose() ?
Replies: 1
Views: 2587

dump2dcm - missing fclose() ?

Hi all, I'm using the dump2dcm source code to internally create a dcm file in a cache folder, which is cleared when the application exists. On exit, the application crashes when trying to clear the cache folder. It seems to me, that at the end of the main() in the dump2dcm source code, there is a &q...