# HG changeset patch # User Alain Mazy # Date 1591625409 -7200 # Node ID 1e9f6d70623736920d6df77ec55e4ed40de5f37c # Parent dc6e7c7372ae338589f6385f6f7136dd3389736d cleanup diff -r dc6e7c7372ae -r 1e9f6d706237 Core/DicomParsing/ParsedDicomFile.cpp --- a/Core/DicomParsing/ParsedDicomFile.cpp Mon Jun 08 16:04:43 2020 +0200 +++ b/Core/DicomParsing/ParsedDicomFile.cpp Mon Jun 08 16:10:09 2020 +0200 @@ -657,12 +657,6 @@ void ParsedDicomFile::ReplacePlainString(const DicomTag& tag, const std::string& utf8Value) { -// if (tag.GetElement() == 4257 && tag.GetGroup() == 1031) -// { -// Replace(tag, utf8Value, false, DicomReplaceMode_InsertIfAbsent, -// "99CZM_CapeCod_OctGeneral"); -// } -// else if (tag.IsPrivate()) { throw OrthancException(ErrorCode_InternalError,