Search found 3 matches

by hieuhoang
Mon, 2008-03-10, 16:41
Forum: DCMTK - General
Topic: Reference paper
Replies: 2
Views: 3865

Reference paper

hiya

i'm writing a paper and would like to reference the DCMTK. Is there a paper/bibtext i should reference ?
by hieuhoang
Fri, 2005-08-12, 13:47
Forum: DCMTK - General
Topic: Iterate throught tags
Replies: 2
Views: 4782

thx, found the link to this code frag, which was useful: http://groups.google.com/group/comp.protocols.dicom/browse_thread/thread/4fdfd062f13d71c6/b20e50bbf5b91d0f#b20e50bbf5b91d0f i get the string value from each tag but this breaks when it encounters FFFE, E000 (sequence tags) is there a way to it...
by hieuhoang
Thu, 2005-08-11, 16:42
Forum: DCMTK - General
Topic: Iterate throught tags
Replies: 2
Views: 4782

Iterate throught tags

hiya all,

Is there a way to iterate through all tags in a DICOM file and get the tag id and value (as a string, for isntance) ?

i've looked at the code for dcmdump which prints out all tags, but the print() uses internal variable to the DcmDataset and DcmFileInfo class.

thx in advance