You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api.js
+37-37Lines changed: 37 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -214,75 +214,75 @@ class DICOMwebClient {
214
214
* @param {String} url
215
215
* @param {String} method
216
216
* @param {Object} headers
217
-
* @param {Request} [request] - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
217
+
* @param {Request} [request] - Request Options
218
218
* @param {Array} [request.data] - Data that should be stored
* @param {Array} data - Data that should be stored
792
-
* @param {Request} request - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
* @param {Request} [options.request] - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
* @param {Request} [options.request] - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
* @param {Request} [options.request] - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
* @param {Request} [options.request] - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
* @param {Request} options.request - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
* @returns {Promise<ArrayBuffer>} DICOM Part 10 file as Arraybuffer
1680
1680
*/
1681
1681
retrieveInstance(options){
@@ -1817,7 +1817,7 @@ class DICOMwebClient {
1817
1817
* @param {string} options.BulkDataURI to retrieve
1818
1818
* @param {Array} options.mediaTypes to use to fetch the URI
1819
1819
* @param {string} options.byteRange to request a sub-range (only valid on single part)
1820
-
* @param {Request} options.request - if specified, the request to use, otherwise one will be created; useful for adding custom upload and abort listeners/objects
0 commit comments