Search found 19 matches

by levomaniac
Fri, 2008-10-31, 12:54
Forum: DCMTK - General
Topic: savefile inserting delimiter tags
Replies: 7
Views: 7415

yeah i tried to do with ezdicom where i didnt happen get those delimiter tags for the original file but when i did with the dcmdump i get it....are these default tags which are added in dcmtk???? is there any way of removing these tags???
by levomaniac
Fri, 2008-10-31, 12:21
Forum: DCMTK - General
Topic: savefile inserting delimiter tags
Replies: 7
Views: 7415

# Dicom-File-Format # Dicom-Meta-Information-Header # Used TransferSyntax: LittleEndianExplicit (0002,0000) UL 228 # 4, 1 MetaElementGroupLength (0002,0001) OB 00\01 # 2, 1 FileMetaInformationVersion (0002,0002) UI =MRImageStorage # 26, 1 MediaStorageSOPClassUID (0002,0003) UI [1.3.46.670589.11.0.0....
by levomaniac
Fri, 2008-10-31, 06:34
Forum: DCMTK - General
Topic: savefile inserting delimiter tags
Replies: 7
Views: 7415

yes u are right. but the problem when i use the function to remove the private tags from the dataset these tags get added but it doesnt happen when the dicom file contains no private tags. may i know what could be the reason??? i dont mean to say the private tag removal does this job but it has to b...
by levomaniac
Thu, 2008-10-30, 14:00
Forum: DCMTK - General
Topic: savefile inserting delimiter tags
Replies: 7
Views: 7415

savefile inserting delimiter tags

hi, When i try to save a file i get some new tags inserted like delimiter, Image fragment and sequence delimiter which is of the group FFFE. I try to execute the below code fileformat.loadAllDataIntoMemory(); fileformat.saveFile(DicomFilename,opt_oxfer, opt_oenctype); Can u pls help me out of this???
by levomaniac
Wed, 2008-10-29, 06:03
Forum: DCMTK - General
Topic: Re:removal of private tags
Replies: 8
Views: 8247

Thanks for all ur help jorg :)
by levomaniac
Tue, 2008-10-28, 12:33
Forum: DCMTK - General
Topic: Re:removal of private tags
Replies: 8
Views: 8247

I managed to delete the private tag and save it as fileformat.savefile() but i can only do it with naming it with a different filename. How can i copy the dataset and save it with the same file name as before?? (i.e) if the old file name is 1.dcm i need to save it as 1.dcm and not by any other file ...
by levomaniac
Tue, 2008-10-28, 12:15
Forum: DCMTK - General
Topic: Re:removal of private tags
Replies: 8
Views: 8247

Thanks i did as u said and it worked fine :D
by levomaniac
Tue, 2008-10-28, 10:21
Forum: DCMTK - General
Topic: Re:removal of private tags
Replies: 8
Views: 8247

When i execute the below piece of code the the status in the romoveallprivatetags function returns "Tag not found" but the image contains many private tags.. Can u help me with this?? have i done any mistake whil executing the below code?? DcmFileFormat fileformat; DcmItem dset; //Loading ...
by levomaniac
Tue, 2008-10-28, 09:56
Forum: DCMTK - General
Topic: invalid stream error while dicom load
Replies: 7
Views: 6475

Thanks for helping me out. I have given below the link of the US multiframe 24 bit image

http://www.megaupload.com/?d=MEJ81GM7


Thanking you
by levomaniac
Tue, 2008-10-21, 13:28
Forum: DCMTK - General
Topic: Re:removal of private tags
Replies: 8
Views: 8247

Re:removal of private tags

hello,

Is there any function in dcmtk by which we can remove some of the private tags from a DICOM image?? any help on this would be greatly appreciated. Thanking you.
by levomaniac
Tue, 2008-10-21, 10:17
Forum: DCMTK - General
Topic: invalid stream error while dicom load
Replies: 7
Views: 6475

but the thing i was able to open these images when i open it with ezdicom and other third party viewers. but not while i use loadfile using dcmfileformat and when i use dcmdump. Can this be any other problem on which u can enlighten me?


Thanking you
by levomaniac
Thu, 2008-10-16, 13:26
Forum: DCMTK - General
Topic: invalid stream error while dicom load
Replies: 7
Views: 6475

Yes i tried to do it but the dcmdump gives the same error
by levomaniac
Thu, 2008-10-16, 11:37
Forum: DCMTK - General
Topic: invalid stream error while dicom load
Replies: 7
Views: 6475

invalid stream error while dicom load

hi,

i have a problem while doing a fileformat.loadfile(dicomfilename) when i import a 24-bit dicom multiframe image which is of size 20 mb...any idead why i get an invalid stream error????
by levomaniac
Mon, 2008-03-03, 09:46
Forum: DCMTK - General
Topic: Re: Writing a log file for storescp
Replies: 2
Views: 3421

yeah oki fine thanks but does that write to a log file separately or is there any other way to write to a log file? Thanks for your reply
by levomaniac
Mon, 2008-03-03, 06:56
Forum: DCMTK - General
Topic: Re: Writing a log file for storescp
Replies: 2
Views: 3421

Re: Writing a log file for storescp

hi, i am using your storescp application and i want to write a log file from it (i.e i want to print the cout and cerr statements in to a separte log file.can somebody help me out on this? i have a function which i tried in the storescp.cc file and here is the code : static void WriteLog(char *str) ...