Search found 61 matches

by santosh
Fri, 2008-04-04, 13:40
Forum: DCMTK - General
Topic: dcmqrscp with MySQL
Replies: 2
Views: 4484

Hi, We are using the MySql database to store the information present in the dicom images, and now am trying to integrate the dcmqrscp with MySql, as i don't want to store the information in two databases ( index.dat and MySql). Are their any APIs that i can use to query and fetch the dicom images wi...
by santosh
Wed, 2008-03-19, 10:39
Forum: DCMTK - General
Topic: dcmqrscp retrieve error
Replies: 2
Views: 4435

Thanks Michael, Will check it out.
by santosh
Wed, 2008-03-19, 08:47
Forum: DCMTK - General
Topic: dcmqrscp retrieve error
Replies: 2
Views: 4435

dcmqrscp retrieve error

Hi Everyone, While retrieving the compressed dicom files from the PACS i am getting the following error DcmQueryRetrieve: Move SCP: storeSCU: Store Request Failed: 0006:020e DIMSE Failed to send message DcmQueryRetrieve: moveSCP: Move Sub-Op Failed: 0006:020e DIMSE Failed to send message Move SCP Re...
by santosh
Fri, 2008-02-22, 04:09
Forum: DCMTK - General
Topic: Compression
Replies: 1
Views: 2981

Compression

Hi, I am using the example compression method provided in the online help files, DJEncoderRegistration::registerCodecs(); // register JPEG codecs DcmFileFormat fileformat; if (fileformat.loadFile("test.dcm").good()) { DcmDataset *dataset = fileformat.getDataset(); DcmItem *metaInfo = filef...
by santosh
Wed, 2007-12-26, 12:27
Forum: DCMPRINT
Topic: Configuration File
Replies: 2
Views: 12139

Hi Marco, I used the following command lines at the SCP and SCU, its creating a .ps(postscript file) in the current directory but am not able to get a hard copy of the image through the printer. The command lines are >tcpprt_e.exe --auto 1 --target localhost:3100 1.2.392.200036.9116.2.2.2.1762447137...
by santosh
Thu, 2007-12-20, 10:02
Forum: DCMPRINT
Topic: Configuration File
Replies: 2
Views: 12139

Configuration File

Hi Everyone, I am trying to print a image using tcpprt and tcpsrv commands, what i need to know is , were should i configure my printer (hardware) parameters in the tcpsrv configuration file and what all parameters need to provided so that the print SCP can build a communication with the printer, an...
by santosh
Sat, 2007-11-17, 08:28
Forum: DCMTK - Installation
Topic: DCMTK 2.3.4/Microsoft Visual Studio 2005
Replies: 0
Views: 18434

DCMTK 2.3.4/Microsoft Visual Studio 2005

Hi, I am getting the following error when i try to build dsrdump module using the Multi-Threaded Debug DLL option.I am building the whole dcmtk using the Multi-Threaded Debug DLL and using the precompiled binaries provided by Dennis Ballance in your site. Warning 1 warning LNK4049: locally defined s...
by santosh
Wed, 2007-10-03, 07:35
Forum: DCMTK - General
Topic: DICOM Overlay
Replies: 9
Views: 13229

Thanks Jörg,

I got all the pixel data of the overlay image in an text file now have to convert it to an image file to view it.
by santosh
Tue, 2007-10-02, 05:07
Forum: DCMTK - General
Topic: DICOM Overlay
Replies: 9
Views: 13229

I think the problem lies in using functions

findAndGetUint16Array()

Please let me know when to use findAndGetUint16Array and findAndGetUint8Array().
by santosh
Mon, 2007-10-01, 14:39
Forum: DCMTK - General
Topic: DICOM Overlay
Replies: 9
Views: 13229

HI, I implemented it using the findAndGetUint16() functions as i had problems linking with getOverlayData(). here is my program..i am able to print few pixel data but after that i get segmentation fault.. #include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included...
by santosh
Mon, 2007-10-01, 04:54
Forum: DCMTK - General
Topic: DICOM Overlay
Replies: 9
Views: 13229

Hi,

I think you got my problem wrong, i have a .dcm file which contains overlay data in it, what i want is that overlay pixel data and the format u can store that data
by santosh
Fri, 2007-09-28, 13:10
Forum: DCMTK - General
Topic: DICOM Overlay
Replies: 9
Views: 13229

Thank you , will work on it over weekend and let you know the result on monday.
by santosh
Fri, 2007-09-28, 13:02
Forum: DCMTK - General
Topic: DICOM Overlay
Replies: 9
Views: 13229

Hi.. Though i have successfully worked on other dcmtk packages, i am feeling it a bit difficult to implement my functionality this time for the overlays,as i am unable to find were to load the existing dicom file in those functions and get the overlay pixel information, please let me know how those ...
by santosh
Fri, 2007-09-28, 09:40
Forum: DCMTK - General
Topic: DICOM Overlay
Replies: 9
Views: 13229

DICOM Overlay

Hi,

I need to print the overlay pixel information present in the Dicom images in a text file. I am searching the appropriate classes/function needed in the DCMTK/Dcmpstat package but am unable to locate them properly, please let me know what are the appropriate functions that should be used.
by santosh
Thu, 2007-09-27, 11:56
Forum: DCMTK - General
Topic: dcmqrdb (dcmqrscp------eFilm)
Replies: 6
Views: 12592

Hi Marco,

I am not framing the move request, as eFilm acts as my SCU i directly click the tab "retrieve" while running the dcmqrscp..

Thanks