Actions
Bug #937
openRevise DcmFileFormat::checkMetaHeaderValue()
Start date:
2020-07-10
Due date:
% Done:
0%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
There are various issues with the current (rather old) implementation of DcmFileFormat::checkMetaHeaderValue():
- The method does not modify element values if the VR (of pre-existing elements) is incorrect.
- The method does not fully support newer attributes such as Source/Sending/Receiving Application Entity Title.
- The method does not make use of current dcmdata helper functions; the code is, therefore, unnecessarily complex.
- ...
This code certainly needs some revision.
Actions