comparison OrthancServer/ServerToolbox.h @ 1859:4e7c318a3f69

C-FIND SCP will return tags with sequence value representation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Dec 2015 11:22:05 +0100
parents 38dda23c7d7d
children b1291df2f780
comparison
equal deleted inserted replaced
1856:36ab170733d6 1859:4e7c318a3f69
40 namespace Orthanc 40 namespace Orthanc
41 { 41 {
42 namespace Toolbox 42 namespace Toolbox
43 { 43 {
44 void SimplifyTags(Json::Value& target, 44 void SimplifyTags(Json::Value& target,
45 const Json::Value& source); 45 const Json::Value& source,
46 DicomToJsonFormat format);
46 47
47 void LogMissingRequiredTag(const DicomMap& summary); 48 void LogMissingRequiredTag(const DicomMap& summary);
48 49
49 void SetMainDicomTags(IDatabaseWrapper& database, 50 void SetMainDicomTags(IDatabaseWrapper& database,
50 int64_t resource, 51 int64_t resource,