SMI / SmiServices

Scale-able loading, linking and anonymisation of DICOM images for healthcare research environments (e.g. Safe Havens)
GNU General Public License v3.0
21 stars 5 forks source link

Write Anonymisation implementation for FoDicom #1193

Open tznind opened 2 years ago

tznind commented 2 years ago

@rkm did great work in setting up the C# anonymiser microservice that can wrap any anonymiser (with strategy pattern).

We need to add an implementation for FoDicom. There are 2 reasons to do this:

tznind commented 2 years ago

I have started working towards this by making FoDicomAnonymiser RDMP pipeline component more reusable. PR is a work in progress here https://github.com/HicServices/RdmpDicom/pull/262

HIC DLS are requesting multiple new features for easy control of anonymisation process e.g.:

And I really don't want to get into having to implement this in 2 places