comparison OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp @ 2354:415450f11cc7

rename Orthanc 1.2.1 as 1.3.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jul 2017 09:09:53 +0200
parents 53df86a17e99
children f58b6bdbd63b
comparison
equal deleted inserted replaced
2352:3ab96768d144 2354:415450f11cc7
232 return false; 232 return false;
233 } 233 }
234 234
235 bool force = GetBooleanValue("Force", request, false); 235 bool force = GetBooleanValue("Force", request, false);
236 236
237 // As of Orthanc 1.2.1, the default anonymization is done 237 // As of Orthanc 1.3.0, the default anonymization is done
238 // according to PS 3.15-2017c Table E.1-1 (basic profile) 238 // according to PS 3.15-2017c Table E.1-1 (basic profile)
239 DicomVersion version = DicomVersion_2017c; 239 DicomVersion version = DicomVersion_2017c;
240 if (request.isMember("DicomVersion")) 240 if (request.isMember("DicomVersion"))
241 { 241 {
242 if (request["DicomVersion"].type() != Json::stringValue) 242 if (request["DicomVersion"].type() != Json::stringValue)