Actions
Feature #870
openIntroduce separate class for VR=UN
Status:
New
Priority:
Normal
Assignee:
-
Category:
Library
Target version:
-
Start date:
2019-02-08
Due date:
% Done:
0%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
Currently, there is no dedicated class for the value representation "Unknown" (UN) but instead it is handled by DcmOtherByteOtherWord. Internally, the class DcmOtherByteOtherWord always checks for VR=OW (or internal type "lt") and treats all other VRs as "OB". It would be useful, and clearer from both user's and developer's perspective, to have a separate class for "UN", which would basically do the same as DcmOtherByteOtherWord for VR != OW.
Actions