comparison 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
comparison
equal deleted inserted replaced
5039:28db9663fc2d 5040:1c08cd68250a
34 34
35 Plugins 35 Plugins
36 ------- 36 -------
37 37
38 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier" 38 * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier"
39
40
41 OrthancFramework (C++)
42 ----------------------
43
44 * DicomMap::ParseMainDicomTags has been deprecated -> retrieve "full" tags
45 and use DicomMap::FromDicomAsJson instead
39 46
40 47
41 Version 1.11.0 (2022-05-09) 48 Version 1.11.0 (2022-05-09)
42 =========================== 49 ===========================
43 50