Search found 8 matches

by nark
Tue, 2017-03-21, 18:28
Forum: DCMTK - General
Topic: dcmj2pnm and VOI LUT in multiframe file
Replies: 3
Views: 3657

Re: dcmj2pnm and VOI LUT in multiframe file

This is at least true for those IODs that follow the Enhanced Multi-frame paradigm (e.g. Enhanced CT or MR Image). Yes, in my case I'm dealing with multi-frame Breast Tomosynthesis (MG) type of images, that I guess use a kind of same paradigm of the DICOM standard. Yes, being the author of the imag...
by nark
Tue, 2017-03-21, 17:49
Forum: DCMTK - General
Topic: dcmj2pnm and VOI LUT in multiframe file
Replies: 3
Views: 3657

dcmj2pnm and VOI LUT in multiframe file

Hello everyone, I'm used to convert single-frame DICOM files to JPEG using dcmj2pnm with the +Wl (--use-voi-lut) option in order to apply LUT transformation, and this works very well so far. Here I'm trying to use the same command by adding the +Fa option in order to convert multi-frame DICOM files ...
by nark
Sun, 2012-03-04, 15:47
Forum: DCMTK - General
Topic: Application Entity
Replies: 6
Views: 7812

Check the doc at: http://support.dcmtk.org/docs/classDcmItem.html#8f9ee0ebc9f2e6925abc0bdba8919ddc The expected second parameter for the putAndInsertString method is a const char * And yes, it is important to set the Source Application Entity Title to DICOM files your program handles on the network,...
by nark
Sun, 2012-03-04, 15:38
Forum: DCMTK - General
Topic: overloading DcmQueryRetrieveConfig Class
Replies: 6
Views: 7274

Hm… After googling a bit about CPP derivation and conventions, I found this thread on another forum: http://www.gamedev.net/topic/333370-c-derivation-issue/ Users there say that a CPP class without a defined default constructor cannot be inherited. The DcmQueryRetrieveConfig does not provide a such ...
by nark
Sun, 2012-03-04, 12:30
Forum: DCMTK - General
Topic: overloading DcmQueryRetrieveConfig Class
Replies: 6
Views: 7274

Hi, I dig up this topic because I am in a quite similar situation. I am deriving several classes from the dcmqrdb module to run my own Q/R service building on a SQLite backend. I already achieved this few times ago with dcmtk 2.5.4, by modifying the library itself, what I currently do not want to do...
by nark
Thu, 2010-07-08, 11:55
Forum: DCMTK - General
Topic: Qt and Uint16 type
Replies: 3
Views: 4891

Damn!

I should be too much tired with this, air is very hot here…
Thank you very much Michael.

N.
by nark
Thu, 2010-07-08, 11:02
Forum: DCMTK - General
Topic: Qt and Uint16 type
Replies: 3
Views: 4891

Qt and Uint16 type

Hey all, I'm using Qt framework (QtCreator-2.0 et Qt-4.7) linked to DCMTK to explore 3.5.5 (20100608) version (here, DcmSCU nice class). It appears that Uint16 wasn't recognized by Qt environment, compilator says : no matching function for call to 'DcmSCU::sendSTORERequest(const T_ASC_PresentationCo...
by nark
Sat, 2009-09-12, 01:20
Forum: DCMTK - Installation
Topic: How to compile dcmtk with 64bits on Snow Leopard?
Replies: 1
Views: 5598

How to compile dcmtk with 64bits on Snow Leopard?

Hi all, First post here, using dcmtk since few times. I'm an Xcode user, and now Snow Leopard provide 64bits coding. Trying to build an old xcode project using dcmtk libs, I have an arch error with my old compiled dcmtk package : lib/libdcmdata.a, missing required architecture x86_64 in file So, I s...