Search found 4 matches

by phreak
Thu, 2005-08-04, 21:49
Forum: DCMTK - General
Topic: Get a tag and all subtags from an element in DcmDataset
Replies: 5
Views: 9684

So basically, I am trying to find out how to find the existence of a "group" of subtags, and determine how many groups there are within a sequence. For example, lets say we have the following DICOM file (contents): ... (0018,6011) SQ (Sequence with explicit length #=1) # 140, 1 SequenceOfU...
by phreak
Wed, 2005-08-03, 01:37
Forum: DCMTK - General
Topic: Get a tag and all subtags from an element in DcmDataset
Replies: 5
Views: 9684

Get a tag and all subtags from an element in DcmDataset

Hi, I'm trying to make my DICOM file reader read tags such that I can obtain a tag and all its sub-tags information based on a tag description. For example, say I'm interested in a particular tag that has a bunch of subtags nested in it. When I say ... DcmDataset dataSet = fileformat.getDataset(); /...
by phreak
Fri, 2005-07-29, 22:45
Forum: DCMTK - General
Topic: Get a list of all DICOM tags
Replies: 2
Views: 5224

Hey thanks, that's exactly what I needed!

Cheers!
by phreak
Fri, 2005-07-29, 00:16
Forum: DCMTK - General
Topic: Get a list of all DICOM tags
Replies: 2
Views: 5224

Get a list of all DICOM tags

Hi, Really new to DICOM and dcmtk and loving it. Anyways, I'm looking for a way to generate list of all the possible standard DICOM tags (tag as in a pair, group and element). Is there any simple way to do this with dcmtk without opening a DICOM file (ie: any tag factory or something like that)? Tha...