Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h @ 5011:c014ab79fca5
fixed /move documentation + improved error reporting
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 31 May 2022 09:36:00 +0200 |
parents | e1495a34cd39 |
children | 0ea402b4d901 |
comparison
equal
deleted
inserted
replaced
5010:88d838c6b4c7 | 5011:c014ab79fca5 |
---|---|
238 | 238 |
239 static DcmFileFormat* LoadFromMemoryBuffer(const void* buffer, | 239 static DcmFileFormat* LoadFromMemoryBuffer(const void* buffer, |
240 size_t size); | 240 size_t size); |
241 | 241 |
242 static void FromJson(DicomMap& values, | 242 static void FromJson(DicomMap& values, |
243 const Json::Value& result); | 243 const Json::Value& result, |
244 const char* fieldName = NULL); | |
244 | 245 |
245 static void ExtractDicomSummary(DicomMap& target, | 246 static void ExtractDicomSummary(DicomMap& target, |
246 DcmItem& dataset, | 247 DcmItem& dataset, |
247 unsigned int maxStringLength, | 248 unsigned int maxStringLength, |
248 const std::set<DicomTag>& ignoreTagLength); | 249 const std::set<DicomTag>& ignoreTagLength); |