Mercurial > hg > orthanc
comparison OrthancServer/Sources/ServerContext.h @ 4513:1f455b86b054
simplification in ServerContext
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 12 Feb 2021 12:13:19 +0100 |
parents | 1ec156a0da38 |
children | f7d5372b59b3 |
comparison
equal
deleted
inserted
replaced
4512:cff7fdfc83a4 | 4513:1f455b86b054 |
---|---|
310 | 310 |
311 void ChangeAttachmentCompression(const std::string& resourceId, | 311 void ChangeAttachmentCompression(const std::string& resourceId, |
312 FileContentType attachmentType, | 312 FileContentType attachmentType, |
313 CompressionType compression); | 313 CompressionType compression); |
314 | 314 |
315 void ReadDicomAsJson(std::string& result, | |
316 const std::string& instancePublicId); | |
317 | |
318 void ReadDicomAsJson(Json::Value& result, | 315 void ReadDicomAsJson(Json::Value& result, |
319 const std::string& instancePublicId, | 316 const std::string& instancePublicId, |
320 const std::set<DicomTag>& ignoreTagLength); | 317 const std::set<DicomTag>& ignoreTagLength); |
321 | 318 |
322 void ReadDicomAsJson(Json::Value& result, | 319 void ReadDicomAsJson(Json::Value& result, |