comparison OrthancFramework/Resources/Graveyard/FromDcmtkBridge.cpp @ 5432:59e3b6f8c5be

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:16:31 +0100
parents 0ea402b4d901
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5431:4be5f117aa0d 5432:59e3b6f8c5be
27 27
28 if (tag.IsPrivate()) 28 if (tag.IsPrivate())
29 { 29 {
30 // This raises BitBucket issue 140 (Modifying private tags with 30 // This raises BitBucket issue 140 (Modifying private tags with
31 // REST API changes VR from LO to UN) 31 // REST API changes VR from LO to UN)
32 // https://bugs.orthanc-server.com/show_bug.cgi?id=140 32 // https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=140
33 LOG(WARNING) << "You are using DCMTK < 3.6.1: All the private tags " 33 LOG(WARNING) << "You are using DCMTK < 3.6.1: All the private tags "
34 "are considered as having a binary value representation"; 34 "are considered as having a binary value representation";
35 return new DcmOtherByteOtherWord(key); 35 return new DcmOtherByteOtherWord(key);
36 } 36 }
37 else if (IsBinaryTag(key)) 37 else if (IsBinaryTag(key))