deid icon indicating copy to clipboard operation
deid copied to clipboard

best effort anonymization for medical images using python

Results 25 deid issues
Sort by recently updated
recently updated
newest added

As discussed in https://github.com/pydicom/deid/pull/113#pullrequestreview-370586965, currently it's possible to provide a function that returns the wrong return type for a variable. This will trigger an error, and likely it should be...

Hey @vsoch... I've been stale for a bit and have let my application lag at 0.2.28. Looking to update now and came across this: With the implementation of version 0.2.34...

We identified a bug in #230 where the ctp coordinates are supplied as: ``` (xmin, ymin, width, height) ``` but our parser is expecting: ``` (xmin, ymin, xmax, ymax) ```...

hacktoberfest-accepted

I am trying to remove clean pixels of 2 -3 coordinates of a dicom file. How do I specify it in the filter ? [ ![err2](https://user-images.githubusercontent.com/58328226/193401096-f88c1d37-c1c2-401d-9ab2-d35d4245aa3b.png) This is my filter...

Hello, I'd like to anonymize pixel data in my dicom file. If I understood well, this snippet should be enough, right ? Taken from the [examples](https://github.com/pydicom/deid/blob/master/examples/dicom/pixels/run-cleaner-client.py) ```python from deid.dicom import...

Hi Everyone, I am brand new to DEID and very inexperienced with Python. I do have three decades of experience with DICOM though and have used commercial products to do...

When adding a filter rule which targeted a non-string field (DICOM VR - DS) the empty() function in filter.py throws an exception - "'DSfloat' object has no attribute 'value'". **Filter...

# Description This PR submits several minor formatting and docstring changes and one change to the logic of a function using multiple conditionals to use a dictionary instead. No changes...

I notice you have a request for anonymising pixel data using OCR. I have been working on this, but in a separate code base, not as modifications to deid. It...

I'm trying to use DicomCleaner, I do my detect, followed by the clean and save, however, I get the below error message which appears to be coming from pydicom, not...