Mercurial > hg > orthanc
diff OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp @ 2124:2b1520efa282
cleaning up
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 07 Nov 2016 12:11:34 +0100 |
parents | b5d4f9c156ad |
children | aa4b8895cd23 |
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp Mon Nov 07 11:51:40 2016 +0100 +++ b/OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp Mon Nov 07 12:11:34 2016 +0100 @@ -674,7 +674,7 @@ throw OrthancException(ErrorCode_InternalError); } - context.ReadJson(siblingTags, siblingInstances.front()); + context.ReadDicomAsJson(siblingTags, siblingInstances.front()); }