Search found 27 matches

by Daanen
Tue, 2012-05-15, 09:17
Forum: DCMTK - General
Topic: STORESCP: RGB MR/SECONDARY images not received
Replies: 3
Views: 4192

Re: STORESCP: RGB MR/SECONDARY images not received

Yes,

I just see that.

In fact, I misunderstood modality and presentationcontext.
I naively thought the MRImageStorage relies on the Modality tag but in fact, it relies on the SOP Class UID (or Media Storage SOP Class UID, it is not clear to me :oops: )

thanks
by Daanen
Tue, 2012-05-15, 08:54
Forum: DCMTK - General
Topic: STORESCP: RGB MR/SECONDARY images not received
Replies: 3
Views: 4192

STORESCP: RGB MR/SECONDARY images not received

Dear DcmTK gurus, I'm facing to a problem wrt to reception of MR images with storescp. I have to receive MR images. These images can be either native (16 bits, grey level) or produced by an application (RGB, modality = MR and ImageType (tag 0008,0008)=SECONDARY. When starting storescp without config...
by Daanen
Tue, 2012-02-07, 11:20
Forum: DCMTK - General
Topic: Reading dcmtk version on runtime
Replies: 2
Views: 3589

thanks
by Daanen
Tue, 2012-02-07, 11:00
Forum: DCMTK - General
Topic: Reading dcmtk version on runtime
Replies: 2
Views: 3589

Reading dcmtk version on runtime

Hi,

I have to read dcmtk version on runtime to log it in a file.
Where can I find these iformation ?
I searched for something like DCMTK_MAJOR, DCMTK_MINOR, DCMTK_REV but I could not find them.

Are these info defined somewhere (I guess yes) and in which file ?


Thanks

Vincent
by Daanen
Mon, 2012-01-09, 11:56
Forum: DCMTK - General
Topic: DicomImage and MR image with PixelRepresentation = 1
Replies: 4
Views: 4829

ok thanks for these explanations. I'll modify my code to load image correctly

V
by Daanen
Mon, 2012-01-09, 11:22
Forum: DCMTK - General
Topic: DicomImage and MR image with PixelRepresentation = 1
Replies: 4
Views: 4829

Hi, I'm using DicomImage to read the Pixel Values. Rendering is done but my own rendering process. The problem appears when I render MR image with PixelRepresentation=1 and negative value (e.g. 32512 which is -256) So if I understand correctly what you said, when I got the pixels value from a DicomI...
by Daanen
Mon, 2012-01-09, 10:50
Forum: DCMTK - General
Topic: DicomImage and MR image with PixelRepresentation = 1
Replies: 4
Views: 4829

DicomImage and MR image with PixelRepresentation = 1

Hello, I have to read some MR images with PixelRepresentation = 1. I read in another forum topic that DicomImage pixels value are always unsigned event for signed input image. I need to know more about the signed to unsigned conversion process. Is it just a cast or are the pixels modified (performin...
by Daanen
Thu, 2011-11-24, 15:46
Forum: DCMTK - General
Topic: Need4Speed StoreScu/StoreScp
Replies: 3
Views: 4771

Need4Speed StoreScu/StoreScp

Hi all, no, this is not a new version of the Need4Speed electronic game ;) In my application, I use the tools storescu/storescp to get images from a CD-ROM. This is done because my application can also receive images by networks from pacs. The problem is that getting images from DVD is really long f...
by Daanen
Thu, 2011-07-21, 13:36
Forum: DCMTK - General
Topic: MSVC 2005. Compilation error
Replies: 3
Views: 3988

Hi, Hi, I do not think that this is actually DCMTK-related (however, maybe I'm wrong). umh, I think it is related to all libraries which claim Windows compatibilty but this is another discussion... Did you try solutions google comes up with, e.g. this one ? There are more files than the logger files...
by Daanen
Thu, 2011-07-21, 11:59
Forum: DCMTK - General
Topic: MSVC 2005. Compilation error
Replies: 3
Views: 3988

MSVC 2005. Compilation error

Hi, I'm trying to update an application from dcmtk 3.5.4 to 3.6.0. I'm developping on win-7 using MSDEV 2005. I run into trouble with the logging library. It includes windows.h which is already included previously and thus, I get the following compiler error DicomFile.cpp c:\program files\microsoft ...
by Daanen
Tue, 2011-07-19, 14:51
Forum: DCMTK - General
Topic: [STORESCP] -rns option does nothing
Replies: 4
Views: 5040

I tried other sort options but the images are never renamed in a dicom-compliant form (8-characters filenames) as it should be..

I wrote a workaround but I'd like to test this feature ..
Can you help me on this ?
by Daanen
Tue, 2011-07-19, 10:57
Forum: DCMTK - General
Topic: [STORESCP] -rns option does nothing
Replies: 4
Views: 5040

Hi, I should have use the -v option. storescp said storescp -aet KOELIS -sp -rns --fork -q -v 11112 $dcmtk: storescp v3.6.0 2011-01-06 $ storescp: DICOM storage (C-STORE) SCP error: --rename-on-eostudy not allowed with --fork on Windows systems When removing '--fork', I still not get images renamed....
by Daanen
Tue, 2011-07-19, 10:21
Forum: DCMTK - General
Topic: [STORESCP] -rns option does nothing
Replies: 4
Views: 5040

[STORESCP] -rns option does nothing

Hi, I want to rename dicom files received using storescp. I try to use the following command-line storescp -q --fork -aet KOELIS -sp -rns 11112 but storescp does not start (no error message) so I try storescp -q -aet KOELIS -sp -rns 11112 and storescp starts but files were not renamed :( 1) can some...
by Daanen
Fri, 2011-07-08, 11:34
Forum: DCMTK - General
Topic: Running 2 instances of storescp -> images loosing
Replies: 4
Views: 4989

thank you for your quick answer. It really helps me
by Daanen
Fri, 2011-07-08, 11:25
Forum: DCMTK - General
Topic: Running 2 instances of storescp -> images loosing
Replies: 4
Views: 4989

Are you using the same port for both instances of storescp? This cannot work, of course. Yes I'm using the same port. The problem with using different port is that I don't know which other port can be used ! I know port 104 is used by ACR-NEMA.. Is there another 'official' port for ACR-NEMA. My app...