diff NEWS @ 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 877bc3b96476
children ec5c203a97ea
line wrap: on
line diff
--- a/NEWS	Mon Jun 27 10:48:46 2022 +0200
+++ b/NEWS	Mon Jun 27 12:39:51 2022 +0200
@@ -38,6 +38,13 @@
 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier"
 
 
+OrthancFramework (C++)
+----------------------
+
+* DicomMap::ParseMainDicomTags has been deprecated -> retrieve "full" tags
+  and use DicomMap::FromDicomAsJson instead
+
+
 Version 1.11.0 (2022-05-09)
 ===========================