comparison OrthancServer/FromDcmtkBridge.h @ 2209:e3fd5bc429a2

URI to reconstruct the main DICOM tags, the JSON summary and the metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Dec 2016 17:20:21 +0100
parents 6dc3bdb4088b
children 3eefb84ac0bd
comparison
equal deleted inserted replaced
2208:90ea60bee5ff 2209:e3fd5bc429a2
197 static DcmFileFormat* LoadFromMemoryBuffer(const void* buffer, 197 static DcmFileFormat* LoadFromMemoryBuffer(const void* buffer,
198 size_t size); 198 size_t size);
199 199
200 static void FromJson(DicomMap& values, 200 static void FromJson(DicomMap& values,
201 const Json::Value& result); 201 const Json::Value& result);
202
203 static bool LookupTransferSyntax(std::string& result,
204 DcmFileFormat& dicom);
202 }; 205 };
203 } 206 }