comparison OrthancServer/Sources/OrthancInitialization.cpp @ 5040:1c08cd68250a

removed the 'name' of MainDicomTags to simplify code -> DicomMap::ParseMainDicomTags has been deprecated and one should use DicomMap::FromDicomAsJson on 'full' formatted tags
author Alain Mazy <am@osimis.io>
date Mon, 27 Jun 2022 12:39:51 +0200
parents 3444990cf295
children d7274e43ea7c f2dcdbe05884
comparison
equal deleted inserted replaced
5039:28db9663fc2d 5040:1c08cd68250a
246 } 246 }
247 else 247 else
248 { 248 {
249 LOG(INFO) << " - " << tagName; 249 LOG(INFO) << " - " << tagName;
250 } 250 }
251 DicomMap::AddMainDicomTag(tag, tagName, level); 251 DicomMap::AddMainDicomTag(tag, level);
252 } 252 }
253 } 253 }
254 } 254 }
255 } 255 }
256 } 256 }