comparison Framework/Oracle/IOracleCommand.h @ 1110:b82b74d13830 broker

ParseDicomFileCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Oct 2019 15:05:46 +0100
parents 98cdfe5768a4
children 8e3763d1736a
comparison
equal deleted inserted replaced
1109:79b1b541fe15 1110:b82b74d13830
33 Type_Custom, 33 Type_Custom,
34 Type_GetOrthancImage, 34 Type_GetOrthancImage,
35 Type_GetOrthancWebViewerJpeg, 35 Type_GetOrthancWebViewerJpeg,
36 Type_Http, 36 Type_Http,
37 Type_OrthancRestApi, 37 Type_OrthancRestApi,
38 Type_ParseDicomFile,
38 Type_ReadFile, 39 Type_ReadFile,
39 Type_Sleep 40 Type_Sleep
40 }; 41 };
41 42
42 virtual ~IOracleCommand() 43 virtual ~IOracleCommand()