Hello,
I have an array of DICOM group and element identifiers that is the path to the attribute I am interested in. So all except the last attribute have a value representation of "sequence".
First question is if I have two integers (specifying the group and element), how do I create a DICOM tag out of it?
Second, is there already a built in facility in CC to do this sort of traversal. So if I have a list of tag identifiers that describe this multilevel nesting, can I traverse to the leaf node using the DICOM machinery in CC?
Many thanks,
xarg