comparison Applications/Platforms/WebAssembly/WebAssemblyOracle.h @ 1678:1393e3393a0b

fix mpr sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Nov 2020 07:40:19 +0100
parents 6fa05252b085
children 81273beabc9f
comparison
equal deleted inserted replaced
1677:51bab5188a13 1678:1393e3393a0b
135 CachedInstanceAccessor(WebAssemblyOracle& oracle, 135 CachedInstanceAccessor(WebAssemblyOracle& oracle,
136 const std::string& sopInstanceUid); 136 const std::string& sopInstanceUid);
137 137
138 bool IsValid() const; 138 bool IsValid() const;
139 139
140 #if ORTHANC_ENABLE_DCMTK == 1
140 const Orthanc::ParsedDicomFile& GetDicom() const; 141 const Orthanc::ParsedDicomFile& GetDicom() const;
142 #endif
141 143
142 size_t GetFileSize() const; 144 size_t GetFileSize() const;
143 145
144 bool HasPixelData() const; 146 bool HasPixelData() const;
145 }; 147 };
146
147 }; 148 };
148 } 149 }