Search found 10 matches

by sridharraja
Tue, 2011-07-12, 16:28
Forum: DCMTK - General
Topic: Link errors using DCMTK under C++/CLI (.NET)
Replies: 1
Views: 3207

Link errors using DCMTK under C++/CLI (.NET)

Hi, I have been an avid used of DCMTK in C++, I'm now trying to use DCMTK under C++/CLI in order to expose certain functionalities like DICOM query/echo/store to C# application. What I did: + Created a C++ CLR classLibrary (to output managed DLL to be used by my C# app) + Wrote just one class with o...
by sridharraja
Sun, 2010-02-21, 21:55
Forum: DCMTK - General
Topic: DICOMDIR contains empty directory record sequence!
Replies: 2
Views: 3713

DICOMDIR contains empty directory record sequence!

Thanks Jörg, I got it working. btw, the empty sequence is because of some internal changes we made to the library. It's corrected now.

Thanks for your wonderful work and for taking time in answering this forum.
by sridharraja
Sat, 2010-01-30, 16:47
Forum: DCMTK - General
Topic: DICOMDIR contains empty directory record sequence!
Replies: 2
Views: 3713

DICOMDIR contains empty directory record sequence!

Hi, I'm trying to create DICOMDIR (as in dcmgpdir code) for some valid dicom files - I could create one however the problem is the created DICOMDIR has empty directory record sequence! The calls to createNewDicomDir(), addDicomFile() & writeDicomDir() returns me 'Normal' though. :x am I missing ...
by sridharraja
Sat, 2010-01-23, 00:11
Forum: DCMTK - General
Topic: Stop storescp
Replies: 10
Views: 11883

shutting down store scp gracefully

Hi,

Bringing up the old topic (but could not find a solution so far in the posts) -
Could anyone please share how does one shutdown the storescp service gracefully?

thanks in advance!
by sridharraja
Sun, 2010-01-10, 03:50
Forum: DCMTK - General
Topic: max limit for dcmqridx
Replies: 1
Views: 2903

max limit for dcmqridx

Hi, I'm using dcmqridx for registering dicom images - I have this question -

How may dicom files max can I register? ie., Is there any memory size limit for dcmqridx? I somewhere read in the dcmqridx code that it cannot exceed 32MB! Is that true?

Could you please clarify?
by sridharraja
Wed, 2009-09-23, 04:52
Forum: DCMTK - General
Topic: Barten transform question in DVPresentationState
Replies: 2
Views: 3478

Barten transform question in DVPresentationSta

AFAIK, barten is used only GSDF Correct, the GSDF (i.e. the Barten curve) is only used for monochrome images and Grayscale Softcopy Presentation States. Thanks Jörg for your time and for the quick response. Could you please clarify on how does this function setDisplayFnction() helps achieve DICOM G...
by sridharraja
Mon, 2009-09-21, 04:07
Forum: DCMTK - General
Topic: Barten transform question in DVPresentationState
Replies: 2
Views: 3478

Barten transform question in DVPresentationState

Hi, long story short: 'Barten transformation' is activated by setDisplayFunction() inside DVPresentationState::renderPixelData() [which in turn calls setDisplayFnction()] My question - Is 'Barten transformation' required if one is implementing a 'color presentation state' class? (AFAIK, barten is us...
by sridharraja
Tue, 2009-02-17, 20:20
Forum: DCMTK - General
Topic: Use of DiDisplayFunction parameter in PresentationState
Replies: 1
Views: 2600

Use of DiDisplayFunction parameter in PresentationState

Hi, I'm trying to understand the purpose and usage of 'DiDisplayFunction' param in DVPresentationState class constructor? DVPresentationState( DiDisplayFunction **dispFunction=NULL, unsigned long minPrintBitmapX=0, unsigned long minPrintBitmapY=0, unsigned long maxPrintBitmapX=0, unsigned long maxPr...
by sridharraja
Mon, 2009-02-02, 18:36
Forum: DCMTK - General
Topic: dcmtk: Writing Color Softcopy presentation state class
Replies: 3
Views: 4010

Hi Joerg, Thanks for your reply. Does dcmtk 3.5.4 enables code/decoding Color softcopy presentation state? What is DiCIELABLUT class in dcmtk? Would it be of any help? I have this question - If I'm writing a new Softcopy Color PS class, where do I get 'ICC profile' values from? Could you throw some ...
by sridharraja
Sun, 2009-02-01, 17:23
Forum: DCMTK - General
Topic: dcmtk: Writing Color Softcopy presentation state class
Replies: 3
Views: 4010

dcmtk: Writing Color Softcopy presentation state class

Hello folks, I recently started with dcmtk, I would like to implement Color Softcopy Presentation State in dcmtk. I have 2 questions: To start with, I would write a new class (say DcmColorSPS ) that derives from existing 'DcmPresentationState'? to derive common PS functionalities - however I'm struc...