Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/FromDcmtkBridge.h Fri Dec 09 14:48:31 2016 +0100 +++ b/OrthancServer/FromDcmtkBridge.h Fri Dec 09 17:20:21 2016 +0100 @@ -199,5 +199,8 @@ static void FromJson(DicomMap& values, const Json::Value& result); + + static bool LookupTransferSyntax(std::string& result, + DcmFileFormat& dicom); }; }