Search found 28 matches

by nobnet
Thu, 2005-08-04, 15:49
Forum: DCMTK - General
Topic: Problems with the window and center
Replies: 2
Views: 4039

problems with the window and the center

thanks!. you are right!. I hope you continue help me.
by nobnet
Wed, 2005-08-03, 19:50
Forum: DCMTK - General
Topic: Problems with the window and center
Replies: 2
Views: 4039

Problems with the window and center

when I get the pixel data with findAndGetUint16Array the negative values are losted and I want with negative values because in my program I set the window and the center of a volume. how get the pixels with negative values?.
by nobnet
Mon, 2005-07-18, 19:17
Forum: DCMTK - General
Topic: access original pixel data
Replies: 3
Views: 5256

access original pixel data

thanks!. it was only buffer var that it wasn't NULL and this isn't explicit in documention. I was allocating and the metod finandgetuint16array was failing.
by nobnet
Sat, 2005-07-16, 00:42
Forum: DCMTK - General
Topic: access original pixel data
Replies: 3
Views: 5256

access original pixel data

I am using DcmDataset to get original pixel data but when I write the array generated one only value is shown. I am using the fallowing code: DcmFileFormat fileformat; OFCondition status=fileformat.loadFile(NameImg.text()); if(status.good()) { fileformat.getDataset()->findAndGetUint16Array(DCM_Pixel...
by nobnet
Sat, 2005-07-09, 22:44
Forum: DCMTK - General
Topic: Add a buffer to DicomImg.
Replies: 3
Views: 5139

Add a pixel data in a array to DicomImage

I have a array with N dicom images (pixels) and I want to add to DicomImage to change the window(center/width). How can I to do that?.If this isn't possible, say me what to make to set window using a array.
by nobnet
Sat, 2005-07-09, 00:36
Forum: DCMTK - General
Topic: Add a buffer to DicomImg.
Replies: 3
Views: 5139

Add a buffer to DicomImg.

I have a buffer with N dicom images and I want to add to DicomImage to change the window(center/width). How can I to do that?.If this isn't possible, say me what to make to set window using a buffer.
by nobnet
Thu, 2005-06-02, 22:26
Forum: DCMTK - General
Topic: continue
Replies: 0
Views: 6107

continue

I don't get to clear ImageID in a loop when I am using findAndGetOFString(DCM_InstanceNumber,ImageID).

What is the tip?.
by nobnet
Wed, 2005-06-01, 16:59
Forum: DCMTK - General
Topic: get number of image
Replies: 3
Views: 5322

get number of image

I already used the same function to get the number and it works correctly, only in a loop it don't change it for each image maybe the cause it don't clear, and I tried to clear the variable but I don't get.
What do I do ?.


thanks!
by nobnet
Tue, 2005-05-31, 20:04
Forum: DCMTK - General
Topic: get number of image
Replies: 3
Views: 5322

get number of image

I want to get the number to each image opened successively but the function findAndGetOFString(DCM_InstanceNumber,ImageID) doesn't change the number to each image.

what do I do?
by nobnet
Mon, 2005-04-25, 19:44
Forum: DCMTK - General
Topic: addDicomFile
Replies: 9
Views: 13945

AddDicomdirFile

I don't know if I understand but you want I remove the .dcm extension from the file stored in harddisk?.If it was that, I did and the it return Storage media application profile violated. Did it almost perform correctly?.
if not . I hope that you continue help me!.
thanks.
by nobnet
Mon, 2005-04-25, 17:10
Forum: DCMTK - General
Topic: addDicomFile
Replies: 9
Views: 13945

AddDicomFile

I tried to do that. with: "albina2.dcm" and "albina2". In the first case it return ilegal parameter and second it return No such file or directory. What do I do?. Thanks a lot for help me!. DicomDirInterface dicomdir; OFCondition status = dicomdir.createNewDicomDir(); if (status....
by nobnet
Fri, 2005-04-22, 16:02
Forum: DCMTK - General
Topic: addDicomFile
Replies: 9
Views: 13945

addDicomFile

I tried to do that(put "albina2") but it return: No such file or directory, and I already used this same form("albina2.dcm") in other program and it always functions.

What are the other suggestions ?.
thanks !
by nobnet
Wed, 2005-04-20, 20:38
Forum: DCMTK - General
Topic: addDicomFile
Replies: 9
Views: 13945

adddicomfile

I only repeat your example below but it return ilegal parameter in addDicomFile("albina2.dcm"). Do I have to create any application profile or to change ?.If I am writing made a mistake, the more important. How do I resolve this problem. I am a long time in this problem. help me please! Di...
by nobnet
Tue, 2005-04-19, 23:53
Forum: DCMTK - General
Topic: addDicomFile
Replies: 9
Views: 13945

addDicomFile

function return ilegal parameter :
status= dicomdir.addDicomFile("ALBINA2.dcm");
How do I resolve that?
by nobnet
Mon, 2005-04-18, 19:47
Forum: DCMTK - General
Topic: help Dicomdir
Replies: 2
Views: 5256

help Dicomdir

I want to create a dicomdir that contains the directory(path) for each image.How do I do that using DicomDirInterface?