Mercurial > hg > orthanc
diff OrthancServer/FromDcmtkBridge.h @ 1368:b22ba8c5edbe query-retrieve
query retrieve
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 26 May 2015 17:54:34 +0200 |
parents | 0649c5aef34a |
children | 8e23f16a198d |
line wrap: on
line diff
--- a/OrthancServer/FromDcmtkBridge.h Fri May 22 17:40:10 2015 +0200 +++ b/OrthancServer/FromDcmtkBridge.h Tue May 26 17:54:34 2015 +0200 @@ -99,7 +99,8 @@ const DicomMap& m); static void ToJson(Json::Value& result, - const DicomMap& values); + const DicomMap& values, + bool simplify); static std::string GenerateUniqueIdentifier(ResourceType level);