# HG changeset patch # User Sebastien Jodogne # Date 1358771006 -3600 # Node ID cd6749e53a0387f816988d53a76ca1f7f5767a9a # Parent b1edbd636cb8aaa0e0340bc35eea2b51873891b4 anonymization from orthanc explorer diff -r b1edbd636cb8 -r cd6749e53a03 OrthancExplorer/explorer.html --- a/OrthancExplorer/explorer.html Fri Jan 18 10:25:55 2013 +0100 +++ b/OrthancExplorer/explorer.html Mon Jan 21 13:23:26 2013 +0100 @@ -123,6 +123,7 @@

Delete this study Download ZIP + Anonymize

@@ -159,6 +160,7 @@ Preview this series Store in another DICOM modality Download ZIP + Anonymize

diff -r b1edbd636cb8 -r cd6749e53a03 OrthancExplorer/explorer.js --- a/OrthancExplorer/explorer.js Fri Jan 18 10:25:55 2013 +0100 +++ b/OrthancExplorer/explorer.js Mon Jan 21 13:23:26 2013 +0100 @@ -144,6 +144,7 @@ url: '../' + type + '/' + uuid, dataType: 'json', async: false, + cache: false, success: function(s) { callback(s); } @@ -159,6 +160,7 @@ url: '../' + type, dataType: 'json', async: false, + cache: false, success: function(s) { uuids = s; } @@ -171,6 +173,7 @@ url: '../' + type + '/' + uuid, dataType: 'json', async: true, + cache: false, success: function(s) { resources.push(s); } @@ -324,6 +327,7 @@ url: '../system', dataType: 'json', async: false, + cache: false, success: function(s) { if (s.Name != "") { $('.orthanc-name').html('' + s.Name + ' » '); @@ -385,6 +389,7 @@ type: 'GET', dataType: 'text', async: false, + cache: false, success: function (s) { var v = (s == '1') ? 'on' : 'off'; $('#protection').val(v).slider('refresh'); @@ -542,6 +547,7 @@ $.ajax({ url: '../instances/' + instance.ID + '/tags', + cache: false, dataType: 'json', success: function(s) { $('#dicom-tree').tree('loadData', ConvertForTree(s)); @@ -707,6 +713,7 @@ type: 'GET', dataType: 'json', async: false, + cache: false, success: function(modalities) { var clickedModality = ''; var items = $('