comparison OrthancFramework/Sources/DicomParsing/FromDcmtkBridge.cpp @ 4476:c1f36fd13730

migrate remaining links to issues in bitbucket to mercurial server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 18:25:52 +0100
parents d9473bd5ed43
children 11c2ddb4e2ca
comparison
equal deleted inserted replaced
4475:a24d2126efd2 4476:c1f36fd13730
1480 if (tag.IsPrivate() && 1480 if (tag.IsPrivate() &&
1481 privateCreator.empty()) 1481 privateCreator.empty())
1482 { 1482 {
1483 // This solves issue 140 (Modifying private tags with REST API 1483 // This solves issue 140 (Modifying private tags with REST API
1484 // changes VR from LO to UN) 1484 // changes VR from LO to UN)
1485 // https://bitbucket.org/sjodogne/orthanc/issues/140 1485 // https://bugs.orthanc-server.com/show_bug.cgi?id=140
1486 LOG(WARNING) << "Private creator should not be empty while creating a private tag: " << tag.Format(); 1486 LOG(WARNING) << "Private creator should not be empty while creating a private tag: " << tag.Format();
1487 } 1487 }
1488 1488
1489 #if DCMTK_VERSION_NUMBER >= 362 1489 #if DCMTK_VERSION_NUMBER >= 362
1490 DcmTag key(tag.GetGroup(), tag.GetElement()); 1490 DcmTag key(tag.GetGroup(), tag.GetElement());