Basically in my use case Orthanc can possibly be sent (listening for DICOMS via C-STORE) the same series/patient DICOMS multiple times. I noticed that OnStablePatient or OnStableSeries won’t fire again if the same dicoms are sent. In a way this is great since there is no need to duplicate the Instances stored if they are sending the same instances in, however it would be beneficial to me if these events fired every time a series/patient was “stable” regardless if what was sent were duplicates. I understand this is an edge case want/need but I thought I’d ask here in case anyone had any ideas. Barring this I think I might stop relying on these events to do what I want with my application.
Have you tried setting the option “OverwriteInstances” to “true” in the Orthanc configuration?
https://book.orthanc-server.com/users/configuration.html
No I have not tried, that, thank you very much!