Actions
Feature #1095
openIntroduce helper function for adding Private Data Elements more easily
Status:
New
Priority:
Low
Assignee:
-
Category:
Library
Target version:
-
Start date:
2023-12-08
Due date:
% Done:
0%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
It would be nice to have a helper function in the DcmItem class that adds Private Data Elements within a Private Group without the need to specify the Element Number. That is, the function automatically searches for an unused range for Attribute Tags and adds both the Private Creator and the Private Data Element. The user just needs to specify the Private Creator identifier and the Group Number. Of course, this helper function should also work for adding multiple Private Data Elements to the same Group and with the same Private Creator identifier.
Actions