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.
Updated by Marco Eichelberg over 2 years ago
- Related to Feature #1073: Character set conversion should warn or reject in certain cases added
Updated by Marco Eichelberg over 2 years ago
- Related to deleted (Feature #1073: Character set conversion should warn or reject in certain cases)
Updated by Marco Eichelberg over 2 years ago
- Blocks Feature #1073: Character set conversion should warn or reject in certain cases added
Actions