Actions
Feature #1124
openEnhance support of the Observation UID (0040,A171) attribute in the dcmsr module
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-06-05
Due date:
% Done:
0%
Estimated time:
Module:
dcmsr
Operating System:
Compiler:
Description
Currently, dsrdump does not support the (0040,A171) ObservationUID attribute, which is defined in the Document Relationship Macro (DICOM part 3, section C.17.3.4). It would be useful to print this since for example the IHE AIR profile (based on DICOM TID 1500) requires this UID to be present.
Furthermore, ideally there should be a way to print all attributes encoded in the SR document tree that are not "understood" by dcmsr, e.g. as a small dataset dump that contains all "unknown" attributes that are "hidden" somewhere in the document tree.
Updated by Jörg Riesmeier about 1 year ago
Actually, the dcmsr module does support the Observation UID (0040,A171) attribute, only the print() method does not print it. This could be changed e.g. by introducing another print flag.
Updated by Jörg Riesmeier about 1 year ago
- Subject changed from Support Observation UID (0040,A171) in the dcmsr module to Enhance support of the Observation UID (0040,A171) attribute in the dcmsr module
Actions