comparison 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
comparison
equal deleted inserted replaced
2123:1cf093cbdad8 2124:2b1520efa282
672 { 672 {
673 // Error: No instance (should never happen) 673 // Error: No instance (should never happen)
674 throw OrthancException(ErrorCode_InternalError); 674 throw OrthancException(ErrorCode_InternalError);
675 } 675 }
676 676
677 context.ReadJson(siblingTags, siblingInstances.front()); 677 context.ReadDicomAsJson(siblingTags, siblingInstances.front());
678 } 678 }
679 679
680 680
681 // Choose the same encoding as the parent resource 681 // Choose the same encoding as the parent resource
682 { 682 {