Mercurial > hg > orthanc-python
comparison Sources/ReceivedInstanceCallback.cpp @ 213:f8dc8dd2da76
documented orthanc.RegisterIncomingCStoreInstanceFilter() and orthanc.RegisterReceivedInstanceCallback()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 03 Jul 2024 14:56:51 +0200 |
parents | c8de83fe7faa |
children | 3678a028f1f6 |
comparison
equal
deleted
inserted
replaced
212:2db6c1f6417f | 213:f8dc8dd2da76 |
---|---|
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 **/ | 19 **/ |
20 | 20 |
21 | 21 |
22 #include "ReceivedInstanceCallback.h" | 22 #include "ReceivedInstanceCallback.h" |
23 | |
24 #include "PythonHeaderWrapper.h" | |
23 | 25 |
24 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h" | 26 #include "../Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h" |
25 #include "ICallbackRegistration.h" | 27 #include "ICallbackRegistration.h" |
26 #include "PythonString.h" | 28 #include "PythonString.h" |
27 | 29 |