Actions
Conformance #682
closedCheck whether CP-1529 (Private Creator once per group) requires any changes to "dcmdata"
Status:
Closed
Priority:
Low
Assignee:
-
Category:
Library
Target version:
-
Start date:
2016-03-21
Due date:
% Done:
0%
Estimated time:
Module:
dcmdata
Operating System:
Compiler:
Description
CP-1529 clarifies: "A Private Creator identifier may be used only once within a Group; reserving multiple blocks of Elements in the same Group with the same identifier is not allowed."
The private tag mechanism with the "dcmdata" module could report a warning if the same Private Creator is (mis)used in the above-mentioned way.
See: ftp://medical.nema.org/medical/dicom/final/cp1529_ft_privateCreator.pdf
Updated by Michael Onken over 5 years ago
- Status changed from New to Closed
The team agrees that dcmdata (as the low level parser in DCMTK) should allow programmers to create broken files. This also allows to read broken files.
Actions