Search found 2 matches

by sairam
Thu, 2005-12-29, 13:10
Forum: DCMTK - General
Topic: Return VR type based on group and element
Replies: 2
Views: 3891

Reading Vr code Usage

Sir/madam, I developed one DiconViewer component.In that i am in need to read DCM_PixelData's Exsisting Vr to get relevant pixeldata based on its type. I saw ur mentioned code but i failed in using it. Some Linker errors are comming.. Can u Show the way of usage of that p'cular code.. Thanks in Adva...
by sairam
Wed, 2005-12-28, 09:00
Forum: DCMTK - General
Topic: Pixel Data
Replies: 8
Views: 15132

Re: Pixel Data

Hello All! I am trying to get pixel data from the given image , the code is as following: DcmFileFormat *FFormat = new DcmFileFormat(); OFCondition cond = FFormat->loadFile("9"); //9 is DICOM File. DcmDataset *FDset = FFormat->getDataset(); Uint16 *pixelData = NULL; Uint16 Pdata; cond = F...