comparison Framework/Oracle/WebAssemblyOracle.h @ 1484:121d01aa328e

SeriesThumbnailsLoader working on raw dicom files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Jun 2020 17:46:40 +0200
parents 28c64c246312
children 7f16987131e1
comparison
equal deleted inserted replaced
1483:6abd819aa534 1484:121d01aa328e
30 #if ORTHANC_ENABLE_WASM != 1 30 #if ORTHANC_ENABLE_WASM != 1
31 # error This file can only compiled for WebAssembly 31 # error This file can only compiled for WebAssembly
32 #endif 32 #endif
33 33
34 #include "../Messages/IObservable.h" 34 #include "../Messages/IObservable.h"
35 #include "GetOrthancImageCommand.h" 35 #include "../Messages/IMessageEmitter.h"
36 #include "GetOrthancWebViewerJpegCommand.h"
37 #include "HttpCommand.h"
38 #include "IOracle.h" 36 #include "IOracle.h"
39 #include "OrthancRestApiCommand.h"
40 #include "ParseDicomFromWadoCommand.h"
41 37
42 #if ORTHANC_ENABLE_DCMTK == 1 38 #if ORTHANC_ENABLE_DCMTK == 1
43 # include "../Toolbox/ParsedDicomCache.h" 39 # include "../Toolbox/ParsedDicomCache.h"
44 #endif 40 #endif
45 41
46 #include <WebServiceParameters.h> 42 #include <WebServiceParameters.h>
47 43
48 44
49 namespace OrthancStone 45 namespace OrthancStone
50 { 46 {
47 class GetOrthancImageCommand;
48 class GetOrthancWebViewerJpegCommand;
49 class HttpCommand;
50 class OrthancRestApiCommand;
51 class ParseDicomFromWadoCommand;
52
51 class WebAssemblyOracle : 53 class WebAssemblyOracle :
52 public IOracle, 54 public IOracle,
53 public IMessageEmitter 55 public IMessageEmitter
54 { 56 {
55 private: 57 private: