# HG changeset patch # User Sebastien Jodogne # Date 1719929435 -7200 # Node ID 55473de7694f9dd978b8c92e4840a457b5a57a02 # Parent 7e8085f80df5f0ec1728a54cfc38f281104d2118 added warning about auto-generated files diff -r 7e8085f80df5 -r 55473de7694f CodeAnalysis/Class.mustache --- a/CodeAnalysis/Class.mustache Tue Jul 02 15:51:35 2024 +0200 +++ b/CodeAnalysis/Class.mustache Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods {{#methods}} static PyObject *sdk_{{class_name}}_{{c_function}}( diff -r 7e8085f80df5 -r 55473de7694f CodeAnalysis/ClassMethods.mustache --- a/CodeAnalysis/ClassMethods.mustache Tue Jul 02 15:51:35 2024 +0200 +++ b/CodeAnalysis/ClassMethods.mustache Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods {{#methods}} static PyObject *sdk_{{class_name}}_{{c_function}}( diff -r 7e8085f80df5 -r 55473de7694f CodeAnalysis/Enumeration.mustache --- a/CodeAnalysis/Enumeration.mustache Tue Jul 02 15:51:35 2024 +0200 +++ b/CodeAnalysis/Enumeration.mustache Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f CodeAnalysis/GlobalFunctions.mustache --- a/CodeAnalysis/GlobalFunctions.mustache Tue Jul 02 15:51:35 2024 +0200 +++ b/CodeAnalysis/GlobalFunctions.mustache Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + {{#global_functions}} static PyObject* sdk_{{c_function}}(PyObject* module, PyObject* args) { diff -r 7e8085f80df5 -r 55473de7694f CodeAnalysis/PythonDocumentation.mustache --- a/CodeAnalysis/PythonDocumentation.mustache Tue Jul 02 15:51:35 2024 +0200 +++ b/CodeAnalysis/PythonDocumentation.mustache Tue Jul 02 16:10:35 2024 +0200 @@ -18,6 +18,10 @@ ## along with this program. If not, see . ## + +# WARNING: Auto-generated file. Do not modify it by hand. + + import enum {{#enumerations}} diff -r 7e8085f80df5 -r 55473de7694f CodeAnalysis/sdk.cpp.mustache --- a/CodeAnalysis/sdk.cpp.mustache Tue Jul 02 15:51:35 2024 +0200 +++ b/CodeAnalysis/sdk.cpp.mustache Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + #include "sdk.h" #include "../PythonLock.h" diff -r 7e8085f80df5 -r 55473de7694f CodeAnalysis/sdk.h.mustache --- a/CodeAnalysis/sdk.h.mustache Tue Jul 02 15:51:35 2024 +0200 +++ b/CodeAnalysis/sdk.h.mustache Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + #pragma once #include "../PythonHeaderWrapper.h" diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk.cpp --- a/Sources/Autogenerated/sdk.cpp Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk.cpp Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + #include "sdk.h" #include "../PythonLock.h" diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk.h --- a/Sources/Autogenerated/sdk.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + #pragma once #include "../PythonHeaderWrapper.h" diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_GlobalFunctions.impl.h --- a/Sources/Autogenerated/sdk_GlobalFunctions.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_GlobalFunctions.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + static PyObject* sdk_OrthancPluginAutodetectMimeType(PyObject* module, PyObject* args) { PythonLock::LogCall("Calling Python global function: OrthancPluginAutodetectMimeType()"); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginChangeType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginChangeType.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginChangeType.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginCompressionType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginCompressionType.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginCompressionType.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginConstraintType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginConstraintType.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginConstraintType.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginContentType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginContentType.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginContentType.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginCreateDicomFlags.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginCreateDicomFlags.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginCreateDicomFlags.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginDicomInstance.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomInstance.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomInstance.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginDicomInstance_OrthancPluginGetInstanceRemoteAet( sdk_OrthancPluginDicomInstance_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginDicomInstance.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomInstance.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomInstance.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginDicomInstance_OrthancPluginGetInstanceRemoteAet( sdk_OrthancPluginDicomInstance_Object* self, PyObject *args) diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFlags.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFlags.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFlags.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFormat.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFormat.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomToJsonFormat.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginDicomWebBinaryMode.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomWebBinaryMode.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomWebBinaryMode.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods // End of forward declarations diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,1 +1,25 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginErrorCode.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginErrorCode.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginErrorCode.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginFindAnswers.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginFindAnswers.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindAnswers.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginFindAnswers_OrthancPluginFindAddAnswer( sdk_OrthancPluginFindAnswers_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginFindAnswers.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginFindAnswers.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindAnswers.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginFindAnswers_OrthancPluginFindAddAnswer( sdk_OrthancPluginFindAnswers_Object* self, PyObject *args) diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginFindMatcher.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginFindMatcher.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindMatcher.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginFindMatcher_OrthancPluginFindMatcherIsMatch( sdk_OrthancPluginFindMatcher_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginFindMatcher.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginFindMatcher.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindMatcher.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginFindMatcher_OrthancPluginFindMatcherIsMatch( sdk_OrthancPluginFindMatcher_Object* self, PyObject *args) diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginFindQuery.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginFindQuery.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindQuery.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginFindQuery_OrthancPluginGetFindQuerySize( sdk_OrthancPluginFindQuery_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginFindQuery.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginFindQuery.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginFindQuery.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginFindQuery_OrthancPluginGetFindQuerySize( sdk_OrthancPluginFindQuery_Object* self, PyObject *args) diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginHttpMethod.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginHttpMethod.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginHttpMethod.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginIdentifierConstraint.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginIdentifierConstraint.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginIdentifierConstraint.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginImage.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginImage.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginImage.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginImage_OrthancPluginGetImagePixelFormat( sdk_OrthancPluginImage_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginImage.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginImage.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginImage.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginImage_OrthancPluginGetImagePixelFormat( sdk_OrthancPluginImage_Object* self, PyObject *args) diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginImageFormat.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginImageFormat.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginImageFormat.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginInstanceOrigin.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginInstanceOrigin.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginInstanceOrigin.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginJob.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginJob.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginJob.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginJob_OrthancPluginSubmitJob( sdk_OrthancPluginJob_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginJob.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginJob.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginJob.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginJob_OrthancPluginSubmitJob( sdk_OrthancPluginJob_Object* self, PyObject *args) diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginJobStepStatus.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginJobStepStatus.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginJobStepStatus.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginJobStopReason.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginJobStopReason.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginJobStopReason.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginMetricsType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginMetricsType.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginMetricsType.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginPeers.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginPeers.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginPeers.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginPeers_OrthancPluginGetPeersCount( sdk_OrthancPluginPeers_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginPeers.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginPeers.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginPeers.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginPeers_OrthancPluginGetPeersCount( sdk_OrthancPluginPeers_Object* self, PyObject *args) diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginPixelFormat.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginPixelFormat.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginPixelFormat.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginReceivedInstanceAction.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginReceivedInstanceAction.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginReceivedInstanceAction.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginResourceType.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginResourceType.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginResourceType.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginRestOutput.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginRestOutput.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginRestOutput.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginRestOutput_OrthancPluginAnswerBuffer( sdk_OrthancPluginRestOutput_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginRestOutput.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginRestOutput.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginRestOutput.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginRestOutput_OrthancPluginAnswerBuffer( sdk_OrthancPluginRestOutput_Object* self, PyObject *args) diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods // End of forward declarations diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginServerChunkedRequestReader.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,1 +1,25 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginStorageArea.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginStorageArea.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginStorageArea.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginStorageArea_OrthancPluginStorageAreaCreate( sdk_OrthancPluginStorageArea_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginStorageArea.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginStorageArea.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginStorageArea.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginStorageArea_OrthancPluginStorageAreaCreate( sdk_OrthancPluginStorageArea_Object* self, PyObject *args) diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginStorageCommitmentFailureReason.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginStorageCommitmentFailureReason.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginStorageCommitmentFailureReason.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginValueRepresentation.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginValueRepresentation.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginValueRepresentation.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + typedef struct { PyObject_HEAD diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginWorklistAnswers_OrthancPluginWorklistAddAnswer( sdk_OrthancPluginWorklistAnswers_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginWorklistAnswers.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginWorklistAnswers_OrthancPluginWorklistAddAnswer( sdk_OrthancPluginWorklistAnswers_Object* self, PyObject *args) diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.impl.h --- a/Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.impl.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.impl.h Tue Jul 02 16:10:35 2024 +0200 @@ -19,6 +19,9 @@ **/ +// WARNING: Auto-generated file. Do not modify it by hand. + + // Forward declaration of the autogenerated methods static PyObject *sdk_OrthancPluginWorklistQuery_OrthancPluginWorklistIsMatch( sdk_OrthancPluginWorklistQuery_Object* self, PyObject *args); diff -r 7e8085f80df5 -r 55473de7694f Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.methods.h --- a/Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.methods.h Tue Jul 02 15:51:35 2024 +0200 +++ b/Sources/Autogenerated/sdk_OrthancPluginWorklistQuery.methods.h Tue Jul 02 16:10:35 2024 +0200 @@ -1,3 +1,27 @@ +/** + * Python plugin for Orthanc + * Copyright (C) 2020-2023 Osimis S.A., Belgium + * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium + * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium + * + * This program is free software: you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License + * as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + **/ + + +// WARNING: Auto-generated file. Do not modify it by hand. + + // Actual implementation of the methods static PyObject *sdk_OrthancPluginWorklistQuery_OrthancPluginWorklistIsMatch( sdk_OrthancPluginWorklistQuery_Object* self, PyObject *args)