Replies: 1 comment
-
Basis for this implemented in #973 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From chat with @tznind today. Similar reasoning to #696:
There's also a desire to support fo-dicom as an alternative anonymisation option. Building the new feature with a base
IAnonymiser
interface will enable this choice, and support easier testing.This is basically replacing the C# - CTP communication from RabbitMQ to something more lightweight and more easily maintainable. Couple of solutions:
To maintain the same parallelism, each wrapper would need its own instance of CTP.
Beta Was this translation helpful? Give feedback.
All reactions