Actions
Feature #555
closedAdd getSpecificCharacterSet() method to DcmElement / DcmObject
Start date:
2013-10-03
Due date:
% Done:
100%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
This new method should first search on the current dataset/item-level for the element (0008,0005) SpecificCharacterSet. If not found, it should continue on the next upper level, using getParent() or getParentItem()...
It would probably be the most flexible solution to let getSpecificCharacterSet() return a C string or OFString with the complete element value.
Actions