Actions
Feature #706
openEnhance support for searching for private tags in a dataset
Status:
New
Priority:
Normal
Assignee:
-
Category:
Library
Target version:
-
Start date:
2016-12-14
Due date:
% Done:
0%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
Currently, private tags can only be found in a DICOM dataset using the existing search() or findAndGetXXX() methods in a step-by-step manner, i.e. by first searching for the Private Creator element, which reserves a "group" of private tags in a dataset, and then for the private tag in question (using the previously determined group number). When the element number of the tag is only given by two digits, i.e. (gggg,ee) instead of (gggg,eeee), it's even worse... See this forum thread: http://forum.dcmtk.org/viewtopic.php?f=1&t=4496
No data to display
Actions