comparison Framework/Oracle/ParseDicomFileCommand.h @ 1128:8e3763d1736a broker

removing CustomOracleCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 22:39:25 +0100
parents a8bf81756839
children 87fbeb823375
comparison
equal deleted inserted replaced
1127:3308ef083297 1128:8e3763d1736a
28 #if ORTHANC_ENABLE_DCMTK != 1 28 #if ORTHANC_ENABLE_DCMTK != 1
29 # error Support for DCMTK must be enabled to use ParseDicomFileCommand 29 # error Support for DCMTK must be enabled to use ParseDicomFileCommand
30 #endif 30 #endif
31 31
32 #include "../Messages/IMessage.h" 32 #include "../Messages/IMessage.h"
33 #include "OracleCommandWithPayload.h" 33 #include "OracleCommandBase.h"
34 34
35 #include <Core/DicomParsing/ParsedDicomFile.h> 35 #include <Core/DicomParsing/ParsedDicomFile.h>
36 36
37 #include <dcmtk/dcmdata/dcfilefo.h> 37 #include <dcmtk/dcmdata/dcfilefo.h>
38 38
39 namespace OrthancStone 39 namespace OrthancStone
40 { 40 {
41 class ParseDicomFileCommand : public OracleCommandWithPayload 41 class ParseDicomFileCommand : public OracleCommandBase
42 { 42 {
43 public: 43 public:
44 class SuccessMessage : public OriginMessage<ParseDicomFileCommand> 44 class SuccessMessage : public OriginMessage<ParseDicomFileCommand>
45 { 45 {
46 ORTHANC_STONE_MESSAGE(__FILE__, __LINE__); 46 ORTHANC_STONE_MESSAGE(__FILE__, __LINE__);