comparison OrthancFramework/Sources/DicomParsing/DicomModification.h @ 4677:521e39b3f2c0

Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 03 Jun 2021 21:06:34 +0200
parents d9473bd5ed43
children 2e850edf03d6
comparison
equal deleted inserted replaced
4676:caf963ee3de9 4677:521e39b3f2c0
101 101
102 void SetupAnonymization2008(); 102 void SetupAnonymization2008();
103 103
104 void SetupAnonymization2017c(); 104 void SetupAnonymization2017c();
105 105
106 void SetupAnonymization2021b();
107
106 void UnserializeUidMap(ResourceType level, 108 void UnserializeUidMap(ResourceType level,
107 const Json::Value& serialized, 109 const Json::Value& serialized,
108 const char* field); 110 const char* field);
109 111
110 public: 112 public: