diff 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
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancInitialization.cpp	Mon Jun 27 10:48:46 2022 +0200
+++ b/OrthancServer/Sources/OrthancInitialization.cpp	Mon Jun 27 12:39:51 2022 +0200
@@ -248,7 +248,7 @@
             {
               LOG(INFO) << "  - " << tagName;
             }
-            DicomMap::AddMainDicomTag(tag, tagName, level);
+            DicomMap::AddMainDicomTag(tag, level);
           }
         }
       }