# HG changeset patch # User Sebastien Jodogne # Date 1367328203 -7200 # Node ID 97a00b30abccac8846c2c754316286a7cb42bb91 # Parent 4b9a7010b1ea9d79b82fda0e52a55556978c8f65 sending of studies and patients with orthanc explorer diff -r 4b9a7010b1ea -r 97a00b30abcc OrthancExplorer/explorer.html --- a/OrthancExplorer/explorer.html Tue Apr 30 12:54:21 2013 +0200 +++ b/OrthancExplorer/explorer.html Tue Apr 30 15:23:23 2013 +0200 @@ -90,6 +90,7 @@ Delete this patient + Store in another DICOM modality Download ZIP Anonymize

@@ -123,6 +124,7 @@

Delete this study + Store in another DICOM modality Download ZIP Anonymize

diff -r 4b9a7010b1ea -r 97a00b30abcc OrthancExplorer/explorer.js --- a/OrthancExplorer/explorer.js Tue Apr 30 12:54:21 2013 +0200 +++ b/OrthancExplorer/explorer.js Tue Apr 30 15:23:23 2013 +0200 @@ -753,7 +753,7 @@ } -$('#instance-store,#series-store').live('click', function(e) { +$('#instance-store,#series-store,#study-store,#patient-store').live('click', function(e) { ChooseDicomModality(function(modality) { if (modality != '') { $.ajax({ @@ -769,7 +769,6 @@ $.unblockUI(); }, success: function(s) { - //console.log('done !'); }, error: function() { alert('Error during C-Store');