Actions
Feature #808
closedIntroduce a new method getNumberOfValues() or getValueCount() for the various VR classes
Start date:
2017-12-13
Due date:
% Done:
100%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
Currently, there is no method that would always return the number of values stored in an instance of DcmElement (or derived classes). The existing method getVM() returns the Value Multiplicity, which is always 1 for some VRs. Therefore, the number of stored values has to be computed e.g. by "getLengthField() / sizeof(<type>)", which is sometime forgotten (see Bug #807).
Actions