comparison OrthancExplorer/query-retrieve.js @ 1373:21a2929e541d query-retrieve

Move SCU conformance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 May 2015 12:19:26 +0200
parents f528849ee9f7
children aaf368280f5a
comparison
equal deleted inserted replaced
1372:1412ec22ee0b 1373:21a2929e541d
104 dataType: 'json', 104 dataType: 'json',
105 async: false, 105 async: false,
106 success: function(system) { 106 success: function(system) {
107 $('<div>').simpledialog2({ 107 $('<div>').simpledialog2({
108 mode: 'button', 108 mode: 'button',
109 headerText: 'Retrieve destination', 109 headerText: 'Target',
110 headerClose: true, 110 headerClose: true,
111 buttonPrompt: 'Enter Application Entity Title (AET):', 111 buttonPrompt: 'Enter Application Entity Title (AET):',
112 buttonInput: true, 112 buttonInput: true,
113 buttonInputDefault: system['DicomAet'], 113 buttonInputDefault: system['DicomAet'],
114 buttons : { 114 buttons : {