Hi Valentina,
Indeed, as soon as you declare a modality in DicomModalities, it will be allowed to perform a C-Find.
There is a “DicomAllwaysAllowFind” configuration but it only applies to modalities that are not declared in DicomModalities.
One option for you would be to define:
- “DicomAlwaysAllowStore”: true,
- “DicomAlwaysAllowFind”: false
- and not declare any DicomModalities that are sending data to you (declare only the modalities to which you want to send data to).
Another solution might be to modify the incoming C-Find requests in lua to make sure they don’t return any results. It’s kind of a hack but it might work.
Hope this helps,
Alain.
What you would need is probably a "DicomFor