Mercurial > hg > orthanc
comparison OrthancServer/Plugins/Engine/OrthancPlugins.cpp @ 4105:c02a2d9efbc2
move FromDcmtkBridge::ExecuteToDicom() to LuaFunctionCall, to remove dependency of DCMTK on Lua
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 06 Jul 2020 13:48:10 +0200 |
parents | dcf4d83374a6 |
children | 15572f0bd743 |
comparison
equal
deleted
inserted
replaced
4104:d5c09b5f882f | 4105:c02a2d9efbc2 |
---|---|
56 #include "../../../OrthancFramework/Sources/Images/JpegReader.h" | 56 #include "../../../OrthancFramework/Sources/Images/JpegReader.h" |
57 #include "../../../OrthancFramework/Sources/Images/JpegWriter.h" | 57 #include "../../../OrthancFramework/Sources/Images/JpegWriter.h" |
58 #include "../../../OrthancFramework/Sources/Images/PngReader.h" | 58 #include "../../../OrthancFramework/Sources/Images/PngReader.h" |
59 #include "../../../OrthancFramework/Sources/Images/PngWriter.h" | 59 #include "../../../OrthancFramework/Sources/Images/PngWriter.h" |
60 #include "../../../OrthancFramework/Sources/Logging.h" | 60 #include "../../../OrthancFramework/Sources/Logging.h" |
61 #include "../../../OrthancFramework/Sources/Lua/LuaFunctionCall.h" | |
61 #include "../../../OrthancFramework/Sources/MetricsRegistry.h" | 62 #include "../../../OrthancFramework/Sources/MetricsRegistry.h" |
62 #include "../../../OrthancFramework/Sources/OrthancException.h" | 63 #include "../../../OrthancFramework/Sources/OrthancException.h" |
63 #include "../../../OrthancFramework/Sources/SerializationToolbox.h" | 64 #include "../../../OrthancFramework/Sources/SerializationToolbox.h" |
64 #include "../../../OrthancFramework/Sources/Toolbox.h" | 65 #include "../../../OrthancFramework/Sources/Toolbox.h" |
65 #include "../../Sources/OrthancConfiguration.h" | 66 #include "../../Sources/OrthancConfiguration.h" |