Thanks for the Answer and the links. We also have a project to remove burnt in names from images. and I asked myself it it should be necessary to mark these manipulated pixels soemhow?
When removing values from the DICOM tags, then we hav eto add the PatientIdentityRemoved (0012,0062) and De-idendificationMethodCodeSequence (0012,0064) to make clear that this is not the original data, but it was manipulated. and the reader then knows which information is still original and which information was manipulated.
Now I wonder if there is something similar with pixel data. After blanking some pixels, shoudn't then there also be an overlay added, that marks the pixels that have been manipulated?
This link
https://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.html#sect_E.3.1 says in note 3 "the stored pixel values are to be changed (blacked out); it is not sufficient to sperimpose and overlay or graphic annotation or shutter to obscure the stored pixel data values". This is absolutely correct. But I wonder, shouldn't it be necessary to do both, the black out and also adding an overlay?
At least I could not find something about that in DICOM standard.
One reason, why we are anonymizing lots of data is, that is is used for training of AI. And then with de-facing or with removing burnt in text, we changed some pixels. And this is, where I guess, it is important for the consumer of these images to know, which data is original and which was manipulated and should be ignored.