Search found 12 matches

by jerin
Thu, 2009-05-14, 10:35
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

@jorg Thnx for the reply. Following functions are causing problems.. 1. OFStatus = DVInterfaceObj.loadImage(pszCurrentImage); if(EC_Normal != OFStatus) { CERR << "error: loading image file '" << pszCurrentImage << "' failed." <<"Reason : "<< OFStatus.text()<< endl; retu...
by jerin
Wed, 2009-05-13, 04:32
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

Ok....

My Print operation is working.... but what i found wierd is tht some functions return OFCondition as bad()... or they always log error...even though the operation is working....

why could that be happening??

and some images from modalities like US, CT are failing to load....
by jerin
Tue, 2009-05-12, 11:35
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

:( :( anyone ????/
by jerin
Mon, 2009-05-11, 12:19
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

I have another query too...

For some images OFStatus = DVInterfaceObj.loadImage(pszCurrentImage); will fail why?
by jerin
Mon, 2009-05-11, 04:15
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

Any help with the above post please..
by jerin
Sat, 2009-05-09, 02:00
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

@Marco ... Thanks for the reply... From your idea i implemented it as 2 parts.. one for creating the stored print object/Spool file like dcmpsprt and another for reading the spool file, load the saved object and send it to DCMPrinter like dcmprscu but i have a issue in my SCU code... Here's my code ...
by jerin
Thu, 2009-05-07, 09:24
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

Hi.... I started coding my application referring the dcmpsprt.cc as said before... I am loading just a single image using loadimage without any presentation state.. and i encounter a error in the following code.. if ( m_pszConfigFileName ) { FILE *cfgfile = fopen( m_pszConfigFileName, "rb"...
by jerin
Thu, 2009-05-07, 05:30
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

Hi... I just re-created the config file....and changed the following in it Directory = /home/jerin.samuel/spool and so the command line tool worked... Now i have another query.... to implement in my application..can i follow the code in the dcmpstat.cc ??.... that is using DVInterface class?? becaus...
by jerin
Thu, 2009-05-07, 05:14
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

~~~~

--Refer next post--
by jerin
Wed, 2009-05-06, 09:51
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

I have started coding using DVinterface for implementing Dicom print.....

is that enuff???
by jerin
Wed, 2009-05-06, 04:08
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

...any help....
by jerin
Tue, 2009-05-05, 08:35
Forum: DCMTK - General
Topic: Implementing DICOM print to DICOMPrinter
Replies: 14
Views: 16054

Implementing DICOM print to DICOMPrinter

Hi... I have implemented a DCM printing application using dcmtk. It has basic functions like Dicom file open and save as DICOMDIR. Now i like to implement a DICOM print functionality. But i am not getting any hints or so as how to go about it. At present I have 2 queries. Query 1 : As far as now i a...