Mercurial > hg > orthanc
comparison OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp @ 1645:1558b3226b18
IHttpExceptionFormatter
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 24 Sep 2015 15:55:17 +0200 |
parents | 4e56b5a206b7 |
children | 69f7822ee254 |
comparison
equal
deleted
inserted
replaced
1644:939b921b2c81 | 1645:1558b3226b18 |
---|---|
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 | |
368 DicomModification modification; | 370 DicomModification modification; |
369 modification.SetAllowManualIdentifiers(true); | 371 modification.SetAllowManualIdentifiers(true); |
370 | 372 |
371 if (ParseModifyRequest(modification, call)) | 373 if (ParseModifyRequest(modification, call)) |
372 { | 374 { |