Search found 2 matches

by lalitsisodia
Mon, 2007-12-17, 14:41
Forum: DCMTK - General
Topic: Problem reading Byte array using DcmInputStream
Replies: 2
Views: 5269

Thanks Marco...

The code is now working fine...
by lalitsisodia
Fri, 2007-12-14, 13:35
Forum: DCMTK - General
Topic: Problem reading Byte array using DcmInputStream
Replies: 2
Views: 5269

Problem reading Byte array using DcmInputStream

Objective: To convert the array of bytes into dcmDataSet. To achieve this I am using Read() method of dcmDataSet class. Below is the code snippet of what I am doing //Converting dcmDataset to byte array(this code is working fine) System::IntPtr pointerData = Marshal::AllocHGlobal(ds->getLength(EXS_L...