How to get invalid tags (elements)? #2153
Replies: 2 comments 3 replies
-
I don't think this is recoverable. Here is the output of dcmdump:
Checking it in a hex editor I can see that this is a BreastTomosynthesisImageStorage image, but it so broken that I don't think it is even worth to try to recover it. It doesn't just have a few invalid tags, but is basically unreadable. |
Beta Was this translation helpful? Give feedback.
-
Also this looks like it has not been anonymized - don't upload DICOM files that may contain personal data. |
Beta Was this translation helpful? Give feedback.
-
Hi
We've been told that after deleting invalid tags we can upload it to pacs systems.
I tried to read it and determine which tags are invalid:
It gives an error:
raise NotImplementedError(f"Unknown Value Representation '{VR}'")
NotImplementedError: Unknown Value Representation '0x4d 0x02'
Is there any function to get those tags?
I tried forse=True and pydicom.config.convert_wrong_length_to_UN = True but it didn't work
Beta Was this translation helpful? Give feedback.
All reactions