Mercurial > hg > orthanc
comparison Plugins/Engine/OrthancPluginDatabase.cpp @ 2007:655489d9165d
DicomMap::ParseDicomMetaInformation()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 09 Jun 2016 15:46:33 +0200 |
parents | b1291df2f780 |
children | dd609a99d39a |
comparison
equal
deleted
inserted
replaced
2006:6301bbcbcaed | 2007:655489d9165d |
---|---|
984 | 984 |
985 case _OrthancPluginDatabaseAnswerType_DicomTag: | 985 case _OrthancPluginDatabaseAnswerType_DicomTag: |
986 { | 986 { |
987 const OrthancPluginDicomTag& tag = *reinterpret_cast<const OrthancPluginDicomTag*>(answer.valueGeneric); | 987 const OrthancPluginDicomTag& tag = *reinterpret_cast<const OrthancPluginDicomTag*>(answer.valueGeneric); |
988 assert(answerDicomMap_ != NULL); | 988 assert(answerDicomMap_ != NULL); |
989 answerDicomMap_->SetValue(tag.group, tag.element, std::string(tag.value)); | 989 answerDicomMap_->SetValue(tag.group, tag.element, std::string(tag.value), false); |
990 break; | 990 break; |
991 } | 991 } |
992 | 992 |
993 case _OrthancPluginDatabaseAnswerType_String: | 993 case _OrthancPluginDatabaseAnswerType_String: |
994 { | 994 { |