comparison OrthancServer/Sources/OrthancInitialization.cpp @ 5281:3de0235dedb6

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Apr 2023 18:45:07 +0200
parents e7529e6241d2
children fddb5d8d0021
comparison
equal deleted inserted replaced
5280:49477780e25a 5281:3de0235dedb6
239 const std::string& tagName = content[t].asString(); 239 const std::string& tagName = content[t].asString();
240 DicomTag tag(FromDcmtkBridge::ParseTag(tagName)); 240 DicomTag tag(FromDcmtkBridge::ParseTag(tagName));
241 241
242 if (DicomMap::IsComputedTag(tag)) 242 if (DicomMap::IsComputedTag(tag))
243 { 243 {
244 LOG(WARNING) << " - " << tagName << " can not be added in the Extra Main Dicom Tags since the value of this tag is computed when requested"; 244 LOG(WARNING) << " - " << tagName << " cannot be added in the Extra Main Dicom Tags since the value of this tag is computed when requested";
245 } 245 }
246 else 246 else
247 { 247 {
248 ValueRepresentation vr = FromDcmtkBridge::LookupValueRepresentation(tag); 248 ValueRepresentation vr = FromDcmtkBridge::LookupValueRepresentation(tag);
249 if (vr == ValueRepresentation_Sequence) 249 if (vr == ValueRepresentation_Sequence)