comparison Framework/Oracle/IOracleCommand.h @ 1151:48befc2bf66d broker

ParseDicomFromWadoCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Nov 2019 17:34:19 +0100
parents a0a33e5ea5bb
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1150:7aad0984d38a 1151:48befc2bf66d
32 { 32 {
33 Type_GetOrthancImage, 33 Type_GetOrthancImage,
34 Type_GetOrthancWebViewerJpeg, 34 Type_GetOrthancWebViewerJpeg,
35 Type_Http, 35 Type_Http,
36 Type_OrthancRestApi, 36 Type_OrthancRestApi,
37 Type_ParseDicomFile, 37 Type_ParseDicomFromFile,
38 Type_ParseDicomFromWado,
38 Type_ReadFile, 39 Type_ReadFile,
39 Type_Sleep 40 Type_Sleep
40 }; 41 };
41 42
42 virtual ~IOracleCommand() 43 virtual ~IOracleCommand()