comparison OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp @ 1652:69f7822ee254

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 28 Sep 2015 13:49:35 +0200
parents 1558b3226b18
children 26083d84d237
comparison
equal deleted inserted replaced
1646:da799f767e5d 1652:69f7822ee254
363 363
364 364
365 365
366 static void ModifyInstance(RestApiPostCall& call) 366 static void ModifyInstance(RestApiPostCall& call)
367 { 367 {
368 throw OrthancException(ErrorCode_CannotStoreInstance);
369
370 DicomModification modification; 368 DicomModification modification;
371 modification.SetAllowManualIdentifiers(true); 369 modification.SetAllowManualIdentifiers(true);
372 370
373 if (ParseModifyRequest(modification, call)) 371 if (ParseModifyRequest(modification, call))
374 { 372 {