Search found 8 matches

by yinhaoscu
Tue, 2011-03-08, 10:48
Forum: DCMTK - General
Topic: EXS_JPEGProcess14SV1TransferSyntax support
Replies: 5
Views: 17274

Thanks a lot. It works.

Would you please say something more about why setMinMaxWindow() need to be invoked, what's its function. If I want to obtain the raw data by
Uint8 *pixelData = (Uint8 *)(pImage->getOutputData(8 ));
Shall I also call this setMinMaxWindow() method. Thanks.
by yinhaoscu
Tue, 2011-03-08, 08:23
Forum: DCMTK - General
Topic: EXS_JPEGProcess14SV1TransferSyntax support
Replies: 5
Views: 17274

Yes. I display the image by a CStatic component in VS2005. CClientDC dc(&m_DcmRender); CRect rc; m_DcmRender.GetClientRect(&rc); StretchDIBits (dc, 0, 0, rc.Width(), rc.Height(), 0, 0, pBitmapInfo->bmiHeader.biWidth, pBitmapInfo->bmiHeader.biHeight, pData, pBitmapInfo, DIB_RGB_COLORS, SRCCOP...
by yinhaoscu
Mon, 2011-03-07, 11:04
Forum: DCMTK - General
Topic: EXS_JPEGProcess14SV1TransferSyntax support
Replies: 5
Views: 17274

EXS_JPEGProcess14SV1TransferSyntax support

I have a MRI dicom file with JPEG transfer syntax as mentioned above. The codes are shown below: DJDecoderRegistration::registerCodecs(); dcmFormat.loadFile(filename); DcmDataset *pDataSet = dcmFormat.getDataset(); pDataSet->chooseRepresentatio(EXS_JPEGProcess14SV1TransferSyntax, NULL); DicomImage *...
by yinhaoscu
Sat, 2010-06-12, 10:01
Forum: DCMTK - General
Topic: dcmprscp directory
Replies: 1
Views: 2593

dcmprscp directory

I have set value for the entry [[GENERAL]] [DATABASE] Direcotry in the cfg file. However when I run dcmprscp, the stdout shows "Using database in directory '.'", which means the setting is ineffective. So I debug it and found that the first char read in is -17 instead of '#' 35, so the str...
by yinhaoscu
Sun, 2009-03-15, 06:54
Forum: DCMTK - General
Topic: problem between dcmprscu and dvt
Replies: 3
Views: 6953

The output of dcmprscu is shown bellow

Printer parameters for 'IHEFULL': hostname : localhost port : 104 description : IHE Full Print SCP aetitle : CALLED_AE max pdu : 32768 timeout : -1 options : none. 12-bit xfer : supported present.lut : supported annotation : not supported Spooler parameters: mode : printer mode copies : 0 medium : p...
by yinhaoscu
Thu, 2009-03-05, 09:52
Forum: DCMTK - General
Topic: problem between dcmprscu and dvt
Replies: 3
Views: 6953

problem between dcmprscu and dvt

I want to validate the dcmprscu (dcmtk3.5.4) with dvt 2.1.6. However I encountered the following errors: Warning: Expected DICOM Dataset - none received from Product Error: DULP - Received unexpected association RELEASE-RQ - connection is closed. Error: Failed to import DICOM command Error: Failed t...
by yinhaoscu
Tue, 2009-02-17, 08:30
Forum: DCMTK - General
Topic: convert PGM to DICOM
Replies: 1
Views: 2585

convert PGM to DICOM

is there any tool to convert PGM file format to DICOM
by yinhaoscu
Fri, 2009-02-06, 09:34
Forum: DCMTK - General
Topic: Presentation State
Replies: 1
Views: 12226

Presentation State

When I use dcmpsprt to create stored print object and hard copy, there is an option +p to specify a presentation state file. Would anyone provide a sample file for it. I don't know what's the content of the presentation state file. Thanks.