-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
I found this while looking at pytest failures for "color3d_jpeg_baseline.dcm" file from pydicom
's test files. The element (0020,0244) was not getting deleted. The tag is listed in X_TAGS
.
The code for delete_element
calls replace_element_date
for VR=='DA'
, even if the element is supposed to be deleted. I cannot figure out why that is all right. Please help!
In addition to 'X', I see 'K' and 'C' listed in that row of PS 3.15: Table E-1.1. What do these mean?
Metadata
Metadata
Assignees
Labels
No labels