Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h Mon May 30 09:08:54 2022 +0200 +++ b/OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.h Tue May 31 09:36:00 2022 +0200 @@ -240,7 +240,8 @@ size_t size); static void FromJson(DicomMap& values, - const Json::Value& result); + const Json::Value& result, + const char* fieldName = NULL); static void ExtractDicomSummary(DicomMap& target, DcmItem& dataset,