diff OrthancExplorer/explorer.js @ 354:4d76fce206ef

fixes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Jan 2013 14:34:36 +0100
parents 64625960af22
children 97a00b30abcc
line wrap: on
line diff
--- a/OrthancExplorer/explorer.js	Mon Jan 28 16:58:07 2013 +0100
+++ b/OrthancExplorer/explorer.js	Wed Jan 30 14:34:36 2013 +0100
@@ -832,7 +832,7 @@
           $.ajax({
             url: path + '/anonymize',
             type: 'POST',
-            data: '{}',
+            data: '{ "Keep" : [ "SeriesDescription", "StudyDescription" ] }',
             dataType: 'json',
             async: false,
             cache: false,