Open smjoshiatglobus opened 1 year ago
I found Section E.3.6. Note 2 in that section says that it is all right to set dummy values for dates. Is that the rationale behind this code logic?
That's a good point, I can also see the issue now that we merged #60 I will investigate
PR #64 does not fix this issue, just puts in temporary exclusion of elements of type DA
. This has enabled testing of all other tags for test files that were originally failing the test.
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 inX_TAGS
.The code for
delete_element
callsreplace_element_date
forVR=='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?