pydicom / deid

best effort anonymization for medical images using python
https://pydicom.github.io/deid/
MIT License
140 stars 43 forks source link

Add additional filters for REMOVE #123

Closed vsoch closed 4 years ago

vsoch commented 4 years ago

Now that REMOVE has support for a boolean func, it makes sense to also add the other filters (as they return booleans)

REMOVE <field> contains:expression
REMOVE <field> notcontains:expression
REMOVE <field> equals:expression
REMOVE <field> missing
REMOVE <field> notequals:expression
REMOVE <field> present
REMOVE <field> empty
vsoch commented 4 years ago

Closed with #124