@aws-sdk/client-medical-imaging 3.1067.0 → 3.1069.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +98 -118
- package/dist-cjs/models/MedicalImagingServiceException.js +4 -8
- package/dist-cjs/models/errors.js +19 -31
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +21 -25
- package/dist-cjs/schemas/schemas_0.js +201 -134
- package/package.json +8 -8
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListDICOMImportJobsResponse$ = exports.ListDICOMImportJobsRequest$ = exports.ListDatastoresResponse$ = exports.ListDatastoresRequest$ = exports.ImageSetsMetadataSummary$ = exports.ImageSetProperties$ = exports.ImageFrameInformation$ = exports.GetImageSetResponse$ = exports.GetImageSetRequest$ = exports.GetImageSetMetadataResponse$ = exports.GetImageSetMetadataRequest$ = exports.GetImageFrameResponse$ = exports.GetImageFrameRequest$ = exports.GetDICOMImportJobResponse$ = exports.GetDICOMImportJobRequest$ = exports.GetDatastoreResponse$ = exports.GetDatastoreRequest$ = exports.DICOMUpdates$ = exports.DICOMTags$ = exports.DICOMStudyDateAndTime$ = exports.DicomMetadataMapping$ = exports.DicomJsonMetadataImportConfiguration$ = exports.DICOMImportJobSummary$ = exports.DICOMImportJobProperties$ = exports.DeleteImageSetResponse$ = exports.DeleteImageSetRequest$ = exports.DeleteDatastoreResponse$ = exports.DeleteDatastoreRequest$ = exports.DatastoreSummary$ = exports.DatastoreProperties$ = exports.CreateDatastoreResponse$ = exports.CreateDatastoreRequest$ = exports.CopySourceImageSetProperties$ = exports.CopySourceImageSetInformation$ = exports.CopyImageSetResponse$ = exports.CopyImageSetRequest$ = exports.CopyImageSetInformation$ = exports.CopyDestinationImageSetProperties$ = exports.CopyDestinationImageSet$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.NotAcceptableException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.BadRequestException$ = exports.AccessDeniedException$ = exports.MedicalImagingServiceException$ = void 0;
|
|
4
|
-
exports.UpdateImageSetMetadata$ = exports.UntagResource$ = exports.TagResource$ = exports.StartDICOMImportJob$ = exports.SearchImageSets$ = exports.ListTagsForResource$ = exports.ListImageSetVersions$ = exports.ListDICOMImportJobs$ = exports.ListDatastores$ = exports.GetImageSetMetadata$ = exports.GetImageSet$ = exports.GetImageFrame$ = exports.GetDICOMImportJob$ = exports.GetDatastore$ = exports.DeleteImageSet$ = exports.DeleteDatastore$ = exports.CreateDatastore$ = exports.CopyImageSet$ = exports.SearchByAttributeValue$ = exports.MetadataUpdates$ = exports.ImportConfiguration$ = exports.UpdateImageSetMetadataResponse$ = exports.UpdateImageSetMetadataRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StartDICOMImportJobResponse$ = exports.StartDICOMImportJobRequest$ = exports.Sort$ = exports.SearchImageSetsResponse$ = exports.SearchImageSetsRequest$ = exports.SearchFilter$ = exports.SearchCriteria$ = exports.Overrides$ = exports.MetadataCopies$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListImageSetVersionsResponse$ = exports.ListImageSetVersionsRequest$ = void 0;
|
|
5
1
|
const _ADE = "AccessDeniedException";
|
|
6
2
|
const _BRE = "BadRequestException";
|
|
7
3
|
const _CA = "CopiableAttributes";
|
|
@@ -210,67 +206,77 @@ const _v = "version";
|
|
|
210
206
|
const _vI = "versionId";
|
|
211
207
|
const _va = "values";
|
|
212
208
|
const n0 = "com.amazonaws.medicalimaging";
|
|
213
|
-
const
|
|
214
|
-
const
|
|
215
|
-
const
|
|
216
|
-
const _s_registry =
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
209
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
210
|
+
const { AccessDeniedException, BadRequestException, ConflictException, InternalServerException, NotAcceptableException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
211
|
+
const { MedicalImagingServiceException } = require("../models/MedicalImagingServiceException");
|
|
212
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
213
|
+
const MedicalImagingServiceException$ = [-3, _s, "MedicalImagingServiceException", 0, [], []];
|
|
214
|
+
exports.MedicalImagingServiceException$ = MedicalImagingServiceException$;
|
|
215
|
+
_s_registry.registerError(MedicalImagingServiceException$, MedicalImagingServiceException);
|
|
216
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
217
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
221
218
|
{ [_e]: _c, [_hE]: 403 },
|
|
222
219
|
[_m],
|
|
223
220
|
[0], 1
|
|
224
221
|
];
|
|
225
|
-
|
|
226
|
-
|
|
222
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
223
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
224
|
+
const BadRequestException$ = [-3, n0, _BRE,
|
|
227
225
|
{ [_e]: _c, [_hE]: 400 },
|
|
228
226
|
[_m],
|
|
229
227
|
[0], 1
|
|
230
228
|
];
|
|
231
|
-
|
|
232
|
-
|
|
229
|
+
exports.BadRequestException$ = BadRequestException$;
|
|
230
|
+
n0_registry.registerError(BadRequestException$, BadRequestException);
|
|
231
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
233
232
|
{ [_e]: _c, [_hE]: 409 },
|
|
234
233
|
[_m],
|
|
235
234
|
[0], 1
|
|
236
235
|
];
|
|
237
|
-
|
|
238
|
-
|
|
236
|
+
exports.ConflictException$ = ConflictException$;
|
|
237
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
238
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
239
239
|
{ [_e]: _se, [_hE]: 500 },
|
|
240
240
|
[_m],
|
|
241
241
|
[0], 1
|
|
242
242
|
];
|
|
243
|
-
|
|
244
|
-
|
|
243
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
244
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
245
|
+
const NotAcceptableException$ = [-3, n0, _NAE,
|
|
245
246
|
{ [_e]: _c, [_hE]: 406 },
|
|
246
247
|
[_m],
|
|
247
248
|
[0], 1
|
|
248
249
|
];
|
|
249
|
-
|
|
250
|
-
|
|
250
|
+
exports.NotAcceptableException$ = NotAcceptableException$;
|
|
251
|
+
n0_registry.registerError(NotAcceptableException$, NotAcceptableException);
|
|
252
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
251
253
|
{ [_e]: _c, [_hE]: 404 },
|
|
252
254
|
[_m],
|
|
253
255
|
[0], 1
|
|
254
256
|
];
|
|
255
|
-
|
|
256
|
-
|
|
257
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
258
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
259
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
257
260
|
{ [_e]: _c, [_hE]: 402 },
|
|
258
261
|
[_m],
|
|
259
262
|
[0], 1
|
|
260
263
|
];
|
|
261
|
-
|
|
262
|
-
|
|
264
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
265
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
266
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
263
267
|
{ [_e]: _c, [_hE]: 429 },
|
|
264
268
|
[_m],
|
|
265
269
|
[0], 1
|
|
266
270
|
];
|
|
267
|
-
|
|
268
|
-
|
|
271
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
272
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
273
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
269
274
|
{ [_e]: _c, [_hE]: 400 },
|
|
270
275
|
[_m],
|
|
271
276
|
[0], 1
|
|
272
277
|
];
|
|
273
|
-
|
|
278
|
+
exports.ValidationException$ = ValidationException$;
|
|
279
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
274
280
|
exports.errorTypeRegistries = [
|
|
275
281
|
_s_registry,
|
|
276
282
|
n0_registry,
|
|
@@ -293,389 +299,450 @@ var DICOMStudyInstanceUID = [0, n0, _DICOMSIUIDt, 8, 0];
|
|
|
293
299
|
var DICOMStudyTime = [0, n0, _DICOMST, 8, 0];
|
|
294
300
|
var ImageSetMetadataBlob = [0, n0, _ISMB, { [_st]: 1 }, 42];
|
|
295
301
|
var PayloadBlob = [0, n0, _PB, { [_st]: 1 }, 42];
|
|
296
|
-
|
|
302
|
+
const CopyDestinationImageSet$ = [3, n0, _CDIS,
|
|
297
303
|
0,
|
|
298
304
|
[_iSI, _lVI],
|
|
299
305
|
[0, 0], 2
|
|
300
306
|
];
|
|
301
|
-
exports.
|
|
307
|
+
exports.CopyDestinationImageSet$ = CopyDestinationImageSet$;
|
|
308
|
+
const CopyDestinationImageSetProperties$ = [3, n0, _CDISP,
|
|
302
309
|
0,
|
|
303
310
|
[_iSI, _lVI, _iSS, _iSWS, _cA, _uA, _iSA],
|
|
304
311
|
[0, 0, 0, 0, 4, 4, 0], 2
|
|
305
312
|
];
|
|
306
|
-
exports.
|
|
313
|
+
exports.CopyDestinationImageSetProperties$ = CopyDestinationImageSetProperties$;
|
|
314
|
+
const CopyImageSetInformation$ = [3, n0, _CISI,
|
|
307
315
|
0,
|
|
308
316
|
[_sIS, _dIS],
|
|
309
|
-
[[() =>
|
|
317
|
+
[[() => CopySourceImageSetInformation$, 0], () => CopyDestinationImageSet$], 1
|
|
310
318
|
];
|
|
311
|
-
exports.
|
|
319
|
+
exports.CopyImageSetInformation$ = CopyImageSetInformation$;
|
|
320
|
+
const CopyImageSetRequest$ = [3, n0, _CISR,
|
|
312
321
|
0,
|
|
313
322
|
[_dI, _sISI, _cISI, _f, _pTP],
|
|
314
|
-
[[0, 1], [0, 1], [() =>
|
|
323
|
+
[[0, 1], [0, 1], [() => CopyImageSetInformation$, 16], [2, { [_hQ]: _f }], [2, { [_hQ]: _pTP }]], 3
|
|
315
324
|
];
|
|
316
|
-
exports.
|
|
325
|
+
exports.CopyImageSetRequest$ = CopyImageSetRequest$;
|
|
326
|
+
const CopyImageSetResponse$ = [3, n0, _CISRo,
|
|
317
327
|
0,
|
|
318
328
|
[_dI, _sISP, _dISP],
|
|
319
|
-
[0, () =>
|
|
329
|
+
[0, () => CopySourceImageSetProperties$, () => CopyDestinationImageSetProperties$], 3
|
|
320
330
|
];
|
|
321
|
-
exports.
|
|
331
|
+
exports.CopyImageSetResponse$ = CopyImageSetResponse$;
|
|
332
|
+
const CopySourceImageSetInformation$ = [3, n0, _CSISI,
|
|
322
333
|
0,
|
|
323
334
|
[_lVI, _DICOMC],
|
|
324
|
-
[0, [() =>
|
|
335
|
+
[0, [() => MetadataCopies$, 0]], 1
|
|
325
336
|
];
|
|
326
|
-
exports.
|
|
337
|
+
exports.CopySourceImageSetInformation$ = CopySourceImageSetInformation$;
|
|
338
|
+
const CopySourceImageSetProperties$ = [3, n0, _CSISP,
|
|
327
339
|
0,
|
|
328
340
|
[_iSI, _lVI, _iSS, _iSWS, _cA, _uA, _iSA],
|
|
329
341
|
[0, 0, 0, 0, 4, 4, 0], 2
|
|
330
342
|
];
|
|
331
|
-
exports.
|
|
343
|
+
exports.CopySourceImageSetProperties$ = CopySourceImageSetProperties$;
|
|
344
|
+
const CreateDatastoreRequest$ = [3, n0, _CDR,
|
|
332
345
|
0,
|
|
333
346
|
[_dN, _cT, _t, _kKA, _lAA, _lSF],
|
|
334
347
|
[0, [0, 4], 128 | 0, 0, 0, 0]
|
|
335
348
|
];
|
|
336
|
-
exports.
|
|
349
|
+
exports.CreateDatastoreRequest$ = CreateDatastoreRequest$;
|
|
350
|
+
const CreateDatastoreResponse$ = [3, n0, _CDRr,
|
|
337
351
|
0,
|
|
338
352
|
[_dI, _dS],
|
|
339
353
|
[0, 0], 2
|
|
340
354
|
];
|
|
341
|
-
exports.
|
|
355
|
+
exports.CreateDatastoreResponse$ = CreateDatastoreResponse$;
|
|
356
|
+
const DatastoreProperties$ = [3, n0, _DP,
|
|
342
357
|
0,
|
|
343
358
|
[_dI, _dN, _dS, _kKA, _lAA, _lSF, _dA, _cA, _uA],
|
|
344
359
|
[0, 0, 0, 0, 0, 0, 0, 4, 4], 3
|
|
345
360
|
];
|
|
346
|
-
exports.
|
|
361
|
+
exports.DatastoreProperties$ = DatastoreProperties$;
|
|
362
|
+
const DatastoreSummary$ = [3, n0, _DS,
|
|
347
363
|
0,
|
|
348
364
|
[_dI, _dN, _dS, _dA, _cA, _uA],
|
|
349
365
|
[0, 0, 0, 0, 4, 4], 3
|
|
350
366
|
];
|
|
351
|
-
exports.
|
|
367
|
+
exports.DatastoreSummary$ = DatastoreSummary$;
|
|
368
|
+
const DeleteDatastoreRequest$ = [3, n0, _DDR,
|
|
352
369
|
0,
|
|
353
370
|
[_dI],
|
|
354
371
|
[[0, 1]], 1
|
|
355
372
|
];
|
|
356
|
-
exports.
|
|
373
|
+
exports.DeleteDatastoreRequest$ = DeleteDatastoreRequest$;
|
|
374
|
+
const DeleteDatastoreResponse$ = [3, n0, _DDRe,
|
|
357
375
|
0,
|
|
358
376
|
[_dI, _dS],
|
|
359
377
|
[0, 0], 2
|
|
360
378
|
];
|
|
361
|
-
exports.
|
|
379
|
+
exports.DeleteDatastoreResponse$ = DeleteDatastoreResponse$;
|
|
380
|
+
const DeleteImageSetRequest$ = [3, n0, _DISR,
|
|
362
381
|
0,
|
|
363
382
|
[_dI, _iSI],
|
|
364
383
|
[[0, 1], [0, 1]], 2
|
|
365
384
|
];
|
|
366
|
-
exports.
|
|
385
|
+
exports.DeleteImageSetRequest$ = DeleteImageSetRequest$;
|
|
386
|
+
const DeleteImageSetResponse$ = [3, n0, _DISRe,
|
|
367
387
|
0,
|
|
368
388
|
[_dI, _iSI, _iSS, _iSWS],
|
|
369
389
|
[0, 0, 0, 0], 4
|
|
370
390
|
];
|
|
371
|
-
exports.
|
|
391
|
+
exports.DeleteImageSetResponse$ = DeleteImageSetResponse$;
|
|
392
|
+
const DICOMImportJobProperties$ = [3, n0, _DICOMIJP,
|
|
372
393
|
0,
|
|
373
394
|
[_jI, _jN, _jS, _dI, _dARA, _iSU, _oSU, _eA, _sA, _m, _iC],
|
|
374
|
-
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0, [() =>
|
|
395
|
+
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0, [() => ImportConfiguration$, 0]], 7
|
|
375
396
|
];
|
|
376
|
-
exports.
|
|
397
|
+
exports.DICOMImportJobProperties$ = DICOMImportJobProperties$;
|
|
398
|
+
const DICOMImportJobSummary$ = [3, n0, _DICOMIJS,
|
|
377
399
|
0,
|
|
378
400
|
[_jI, _jN, _jS, _dI, _dARA, _eA, _sA, _m],
|
|
379
401
|
[0, 0, 0, 0, 0, 4, 4, 0], 4
|
|
380
402
|
];
|
|
381
|
-
exports.
|
|
403
|
+
exports.DICOMImportJobSummary$ = DICOMImportJobSummary$;
|
|
404
|
+
const DicomJsonMetadataImportConfiguration$ = [3, n0, _DJMIC,
|
|
382
405
|
0,
|
|
383
406
|
[_dMM],
|
|
384
407
|
[[() => DicomMetadataMappings, 0]], 1
|
|
385
408
|
];
|
|
386
|
-
exports.
|
|
409
|
+
exports.DicomJsonMetadataImportConfiguration$ = DicomJsonMetadataImportConfiguration$;
|
|
410
|
+
const DicomMetadataMapping$ = [3, n0, _DMM,
|
|
387
411
|
0,
|
|
388
412
|
[_sIUID, _mFP, _sIUIDe],
|
|
389
413
|
[[() => DICOMStudyInstanceUID, 0], 0, [() => DICOMSeriesInstanceUID, 0]], 2
|
|
390
414
|
];
|
|
391
|
-
exports.
|
|
415
|
+
exports.DicomMetadataMapping$ = DicomMetadataMapping$;
|
|
416
|
+
const DICOMStudyDateAndTime$ = [3, n0, _DICOMSDAT,
|
|
392
417
|
0,
|
|
393
418
|
[_DICOMSD, _DICOMST],
|
|
394
419
|
[[() => DICOMStudyDate, 0], [() => DICOMStudyTime, 0]], 1
|
|
395
420
|
];
|
|
396
|
-
exports.
|
|
421
|
+
exports.DICOMStudyDateAndTime$ = DICOMStudyDateAndTime$;
|
|
422
|
+
const DICOMTags$ = [3, n0, _DICOMT,
|
|
397
423
|
0,
|
|
398
424
|
[_DICOMPI, _DICOMPN, _DICOMPBD, _DICOMPS, _DICOMSIUIDt, _DICOMSI, _DICOMSDt, _DICOMNOSRS, _DICOMNOSRI, _DICOMAN, _DICOMSIUID, _DICOMSM, _DICOMSBP, _DICOMSN, _DICOMSD, _DICOMST],
|
|
399
425
|
[[() => DICOMPatientId, 0], [() => DICOMPatientName, 0], [() => DICOMPatientBirthDate, 0], [() => DICOMPatientSex, 0], [() => DICOMStudyInstanceUID, 0], [() => DICOMStudyId, 0], [() => DICOMStudyDescription, 0], 1, 1, [() => DICOMAccessionNumber, 0], [() => DICOMSeriesInstanceUID, 0], [() => DICOMSeriesModality, 0], [() => DICOMSeriesBodyPart, 0], [() => DICOMSeriesNumber, 0], [() => DICOMStudyDate, 0], [() => DICOMStudyTime, 0]]
|
|
400
426
|
];
|
|
401
|
-
exports.
|
|
427
|
+
exports.DICOMTags$ = DICOMTags$;
|
|
428
|
+
const DICOMUpdates$ = [3, n0, _DICOMU,
|
|
402
429
|
0,
|
|
403
430
|
[_rA, _uAp],
|
|
404
431
|
[[() => DICOMAttribute, 0], [() => DICOMAttribute, 0]]
|
|
405
432
|
];
|
|
406
|
-
exports.
|
|
433
|
+
exports.DICOMUpdates$ = DICOMUpdates$;
|
|
434
|
+
const GetDatastoreRequest$ = [3, n0, _GDR,
|
|
407
435
|
0,
|
|
408
436
|
[_dI],
|
|
409
437
|
[[0, 1]], 1
|
|
410
438
|
];
|
|
411
|
-
exports.
|
|
439
|
+
exports.GetDatastoreRequest$ = GetDatastoreRequest$;
|
|
440
|
+
const GetDatastoreResponse$ = [3, n0, _GDRe,
|
|
412
441
|
0,
|
|
413
442
|
[_dP],
|
|
414
|
-
[() =>
|
|
443
|
+
[() => DatastoreProperties$], 1
|
|
415
444
|
];
|
|
416
|
-
exports.
|
|
445
|
+
exports.GetDatastoreResponse$ = GetDatastoreResponse$;
|
|
446
|
+
const GetDICOMImportJobRequest$ = [3, n0, _GDICOMIJR,
|
|
417
447
|
0,
|
|
418
448
|
[_dI, _jI],
|
|
419
449
|
[[0, 1], [0, 1]], 2
|
|
420
450
|
];
|
|
421
|
-
exports.
|
|
451
|
+
exports.GetDICOMImportJobRequest$ = GetDICOMImportJobRequest$;
|
|
452
|
+
const GetDICOMImportJobResponse$ = [3, n0, _GDICOMIJRe,
|
|
422
453
|
0,
|
|
423
454
|
[_jP],
|
|
424
|
-
[[() =>
|
|
455
|
+
[[() => DICOMImportJobProperties$, 0]], 1
|
|
425
456
|
];
|
|
426
|
-
exports.
|
|
457
|
+
exports.GetDICOMImportJobResponse$ = GetDICOMImportJobResponse$;
|
|
458
|
+
const GetImageFrameRequest$ = [3, n0, _GIFR,
|
|
427
459
|
0,
|
|
428
460
|
[_dI, _iSI, _iFI],
|
|
429
|
-
[[0, 1], [0, 1], [() =>
|
|
461
|
+
[[0, 1], [0, 1], [() => ImageFrameInformation$, 16]], 3
|
|
430
462
|
];
|
|
431
|
-
exports.
|
|
463
|
+
exports.GetImageFrameRequest$ = GetImageFrameRequest$;
|
|
464
|
+
const GetImageFrameResponse$ = [3, n0, _GIFRe,
|
|
432
465
|
0,
|
|
433
466
|
[_iFB, _cTo],
|
|
434
467
|
[[() => PayloadBlob, 16], [0, { [_hH]: _CT }]], 1
|
|
435
468
|
];
|
|
436
|
-
exports.
|
|
469
|
+
exports.GetImageFrameResponse$ = GetImageFrameResponse$;
|
|
470
|
+
const GetImageSetMetadataRequest$ = [3, n0, _GISMR,
|
|
437
471
|
0,
|
|
438
472
|
[_dI, _iSI, _vI],
|
|
439
473
|
[[0, 1], [0, 1], [0, { [_hQ]: _v }]], 2
|
|
440
474
|
];
|
|
441
|
-
exports.
|
|
475
|
+
exports.GetImageSetMetadataRequest$ = GetImageSetMetadataRequest$;
|
|
476
|
+
const GetImageSetMetadataResponse$ = [3, n0, _GISMRe,
|
|
442
477
|
0,
|
|
443
478
|
[_iSMB, _cTo, _cE],
|
|
444
479
|
[[() => ImageSetMetadataBlob, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _CE_ }]], 1
|
|
445
480
|
];
|
|
446
|
-
exports.
|
|
481
|
+
exports.GetImageSetMetadataResponse$ = GetImageSetMetadataResponse$;
|
|
482
|
+
const GetImageSetRequest$ = [3, n0, _GISR,
|
|
447
483
|
0,
|
|
448
484
|
[_dI, _iSI, _vI],
|
|
449
485
|
[[0, 1], [0, 1], [0, { [_hQ]: _v }]], 2
|
|
450
486
|
];
|
|
451
|
-
exports.
|
|
487
|
+
exports.GetImageSetRequest$ = GetImageSetRequest$;
|
|
488
|
+
const GetImageSetResponse$ = [3, n0, _GISRe,
|
|
452
489
|
0,
|
|
453
490
|
[_dI, _iSI, _vI, _iSS, _iSWS, _cA, _uA, _dAe, _m, _iSA, _o, _iP, _lAAa, _sT],
|
|
454
|
-
[0, 0, 0, 0, 0, 4, 4, 4, 0, 0, () =>
|
|
491
|
+
[0, 0, 0, 0, 0, 4, 4, 4, 0, 0, () => Overrides$, 2, 4, 0], 4
|
|
455
492
|
];
|
|
456
|
-
exports.
|
|
493
|
+
exports.GetImageSetResponse$ = GetImageSetResponse$;
|
|
494
|
+
const ImageFrameInformation$ = [3, n0, _IFI,
|
|
457
495
|
0,
|
|
458
496
|
[_iFIm],
|
|
459
497
|
[0], 1
|
|
460
498
|
];
|
|
461
|
-
exports.
|
|
499
|
+
exports.ImageFrameInformation$ = ImageFrameInformation$;
|
|
500
|
+
const ImageSetProperties$ = [3, n0, _ISP,
|
|
462
501
|
0,
|
|
463
502
|
[_iSI, _vI, _iSS, _ISWS, _cA, _uA, _dAe, _m, _o, _iP],
|
|
464
|
-
[0, 0, 0, 0, 4, 4, 4, 0, () =>
|
|
503
|
+
[0, 0, 0, 0, 4, 4, 4, 0, () => Overrides$, 2], 3
|
|
465
504
|
];
|
|
466
|
-
exports.
|
|
505
|
+
exports.ImageSetProperties$ = ImageSetProperties$;
|
|
506
|
+
const ImageSetsMetadataSummary$ = [3, n0, _ISMS,
|
|
467
507
|
0,
|
|
468
508
|
[_iSI, _v, _cA, _uA, _lAAa, _sT, _DICOMT, _iP],
|
|
469
|
-
[0, 1, 4, 4, 4, 0, [() =>
|
|
509
|
+
[0, 1, 4, 4, 4, 0, [() => DICOMTags$, 0], 2], 1
|
|
470
510
|
];
|
|
471
|
-
exports.
|
|
511
|
+
exports.ImageSetsMetadataSummary$ = ImageSetsMetadataSummary$;
|
|
512
|
+
const ListDatastoresRequest$ = [3, n0, _LDR,
|
|
472
513
|
0,
|
|
473
514
|
[_dS, _nT, _mR],
|
|
474
515
|
[[0, { [_hQ]: _dS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
475
516
|
];
|
|
476
|
-
exports.
|
|
517
|
+
exports.ListDatastoresRequest$ = ListDatastoresRequest$;
|
|
518
|
+
const ListDatastoresResponse$ = [3, n0, _LDRi,
|
|
477
519
|
0,
|
|
478
520
|
[_dSa, _nT],
|
|
479
521
|
[() => DatastoreSummaries, 0]
|
|
480
522
|
];
|
|
481
|
-
exports.
|
|
523
|
+
exports.ListDatastoresResponse$ = ListDatastoresResponse$;
|
|
524
|
+
const ListDICOMImportJobsRequest$ = [3, n0, _LDICOMIJR,
|
|
482
525
|
0,
|
|
483
526
|
[_dI, _jS, _nT, _mR],
|
|
484
527
|
[[0, 1], [0, { [_hQ]: _jS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
485
528
|
];
|
|
486
|
-
exports.
|
|
529
|
+
exports.ListDICOMImportJobsRequest$ = ListDICOMImportJobsRequest$;
|
|
530
|
+
const ListDICOMImportJobsResponse$ = [3, n0, _LDICOMIJRi,
|
|
487
531
|
0,
|
|
488
532
|
[_jSo, _nT],
|
|
489
533
|
[() => DICOMImportJobSummaries, 0], 1
|
|
490
534
|
];
|
|
491
|
-
exports.
|
|
535
|
+
exports.ListDICOMImportJobsResponse$ = ListDICOMImportJobsResponse$;
|
|
536
|
+
const ListImageSetVersionsRequest$ = [3, n0, _LISVR,
|
|
492
537
|
0,
|
|
493
538
|
[_dI, _iSI, _nT, _mR],
|
|
494
539
|
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
495
540
|
];
|
|
496
|
-
exports.
|
|
541
|
+
exports.ListImageSetVersionsRequest$ = ListImageSetVersionsRequest$;
|
|
542
|
+
const ListImageSetVersionsResponse$ = [3, n0, _LISVRi,
|
|
497
543
|
0,
|
|
498
544
|
[_iSPL, _nT],
|
|
499
545
|
[() => ImageSetPropertiesList, 0], 1
|
|
500
546
|
];
|
|
501
|
-
exports.
|
|
547
|
+
exports.ListImageSetVersionsResponse$ = ListImageSetVersionsResponse$;
|
|
548
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
502
549
|
0,
|
|
503
550
|
[_rAe],
|
|
504
551
|
[[0, 1]], 1
|
|
505
552
|
];
|
|
506
|
-
exports.
|
|
553
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
554
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
507
555
|
0,
|
|
508
556
|
[_t],
|
|
509
557
|
[128 | 0], 1
|
|
510
558
|
];
|
|
511
|
-
exports.
|
|
559
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
560
|
+
const MetadataCopies$ = [3, n0, _MC,
|
|
512
561
|
0,
|
|
513
562
|
[_cAo],
|
|
514
563
|
[[() => CopiableAttributes, 0]], 1
|
|
515
564
|
];
|
|
516
|
-
exports.
|
|
565
|
+
exports.MetadataCopies$ = MetadataCopies$;
|
|
566
|
+
const Overrides$ = [3, n0, _O,
|
|
517
567
|
0,
|
|
518
568
|
[_fo],
|
|
519
569
|
[2]
|
|
520
570
|
];
|
|
521
|
-
exports.
|
|
571
|
+
exports.Overrides$ = Overrides$;
|
|
572
|
+
const SearchCriteria$ = [3, n0, _SC,
|
|
522
573
|
8,
|
|
523
574
|
[_fi, _so],
|
|
524
|
-
[[() => SearchFilters, 0], () =>
|
|
575
|
+
[[() => SearchFilters, 0], () => Sort$]
|
|
525
576
|
];
|
|
526
|
-
exports.
|
|
577
|
+
exports.SearchCriteria$ = SearchCriteria$;
|
|
578
|
+
const SearchFilter$ = [3, n0, _SF,
|
|
527
579
|
0,
|
|
528
580
|
[_va, _op],
|
|
529
581
|
[[() => SearchByAttributeValues, 0], 0], 2
|
|
530
582
|
];
|
|
531
|
-
exports.
|
|
583
|
+
exports.SearchFilter$ = SearchFilter$;
|
|
584
|
+
const SearchImageSetsRequest$ = [3, n0, _SISR,
|
|
532
585
|
0,
|
|
533
586
|
[_dI, _sC, _mR, _nT],
|
|
534
|
-
[[0, 1], [() =>
|
|
587
|
+
[[0, 1], [() => SearchCriteria$, 16], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
535
588
|
];
|
|
536
|
-
exports.
|
|
589
|
+
exports.SearchImageSetsRequest$ = SearchImageSetsRequest$;
|
|
590
|
+
const SearchImageSetsResponse$ = [3, n0, _SISRe,
|
|
537
591
|
0,
|
|
538
592
|
[_iSMS, _so, _nT],
|
|
539
|
-
[[() => ImageSetsMetadataSummaries, 0], () =>
|
|
593
|
+
[[() => ImageSetsMetadataSummaries, 0], () => Sort$, 0], 1
|
|
540
594
|
];
|
|
541
|
-
exports.
|
|
595
|
+
exports.SearchImageSetsResponse$ = SearchImageSetsResponse$;
|
|
596
|
+
const Sort$ = [3, n0, _S,
|
|
542
597
|
0,
|
|
543
598
|
[_sO, _sF],
|
|
544
599
|
[0, 0], 2
|
|
545
600
|
];
|
|
546
|
-
exports.
|
|
601
|
+
exports.Sort$ = Sort$;
|
|
602
|
+
const StartDICOMImportJobRequest$ = [3, n0, _SDICOMIJR,
|
|
547
603
|
0,
|
|
548
604
|
[_dARA, _dI, _iSU, _oSU, _jN, _cT, _iOAI, _iC],
|
|
549
|
-
[0, [0, 1], 0, 0, 0, [0, 4], 0, [() =>
|
|
605
|
+
[0, [0, 1], 0, 0, 0, [0, 4], 0, [() => ImportConfiguration$, 0]], 4
|
|
550
606
|
];
|
|
551
|
-
exports.
|
|
607
|
+
exports.StartDICOMImportJobRequest$ = StartDICOMImportJobRequest$;
|
|
608
|
+
const StartDICOMImportJobResponse$ = [3, n0, _SDICOMIJRt,
|
|
552
609
|
0,
|
|
553
610
|
[_dI, _jI, _jS, _sA],
|
|
554
611
|
[0, 0, 0, 4], 4
|
|
555
612
|
];
|
|
556
|
-
exports.
|
|
613
|
+
exports.StartDICOMImportJobResponse$ = StartDICOMImportJobResponse$;
|
|
614
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
557
615
|
0,
|
|
558
616
|
[_rAe, _t],
|
|
559
617
|
[[0, 1], 128 | 0], 2
|
|
560
618
|
];
|
|
561
|
-
exports.
|
|
619
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
620
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
562
621
|
0,
|
|
563
622
|
[],
|
|
564
623
|
[]
|
|
565
624
|
];
|
|
566
|
-
exports.
|
|
625
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
626
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
567
627
|
0,
|
|
568
628
|
[_rAe, _tK],
|
|
569
629
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
570
630
|
];
|
|
571
|
-
exports.
|
|
631
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
632
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
572
633
|
0,
|
|
573
634
|
[],
|
|
574
635
|
[]
|
|
575
636
|
];
|
|
576
|
-
exports.
|
|
637
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
638
|
+
const UpdateImageSetMetadataRequest$ = [3, n0, _UISMR,
|
|
577
639
|
0,
|
|
578
640
|
[_dI, _iSI, _lVI, _uISMU, _f, _iSIS],
|
|
579
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _lV }], [() =>
|
|
641
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _lV }], [() => MetadataUpdates$, 16], [2, { [_hQ]: _f }], [2, { [_hQ]: _iSIS }]], 4
|
|
580
642
|
];
|
|
581
|
-
exports.
|
|
643
|
+
exports.UpdateImageSetMetadataRequest$ = UpdateImageSetMetadataRequest$;
|
|
644
|
+
const UpdateImageSetMetadataResponse$ = [3, n0, _UISMRp,
|
|
582
645
|
0,
|
|
583
646
|
[_dI, _iSI, _lVI, _iSS, _iSWS, _cA, _uA, _m],
|
|
584
647
|
[0, 0, 0, 0, 0, 4, 4, 0], 4
|
|
585
648
|
];
|
|
649
|
+
exports.UpdateImageSetMetadataResponse$ = UpdateImageSetMetadataResponse$;
|
|
586
650
|
var DatastoreSummaries = [1, n0, _DSa,
|
|
587
|
-
0, () =>
|
|
651
|
+
0, () => DatastoreSummary$
|
|
588
652
|
];
|
|
589
653
|
var DICOMImportJobSummaries = [1, n0, _DICOMIJSm,
|
|
590
|
-
0, () =>
|
|
654
|
+
0, () => DICOMImportJobSummary$
|
|
591
655
|
];
|
|
592
656
|
var DicomMetadataMappings = [1, n0, _DMMi,
|
|
593
|
-
0, [() =>
|
|
657
|
+
0, [() => DicomMetadataMapping$,
|
|
594
658
|
0]
|
|
595
659
|
];
|
|
596
660
|
var ImageSetPropertiesList = [1, n0, _ISPL,
|
|
597
|
-
0, () =>
|
|
661
|
+
0, () => ImageSetProperties$
|
|
598
662
|
];
|
|
599
663
|
var ImageSetsMetadataSummaries = [1, n0, _ISMSm,
|
|
600
|
-
0, [() =>
|
|
664
|
+
0, [() => ImageSetsMetadataSummary$,
|
|
601
665
|
0]
|
|
602
666
|
];
|
|
603
667
|
var SearchByAttributeValues = [1, n0, _SBAV,
|
|
604
|
-
0, [() =>
|
|
668
|
+
0, [() => SearchByAttributeValue$,
|
|
605
669
|
0]
|
|
606
670
|
];
|
|
607
671
|
var SearchFilters = [1, n0, _SFe,
|
|
608
|
-
0, [() =>
|
|
672
|
+
0, [() => SearchFilter$,
|
|
609
673
|
0]
|
|
610
674
|
];
|
|
611
675
|
var TagKeyList = 64 | 0;
|
|
612
676
|
var TagMap = 128 | 0;
|
|
613
|
-
|
|
677
|
+
const ImportConfiguration$ = [4, n0, _IC,
|
|
614
678
|
0,
|
|
615
679
|
[_dJMIC],
|
|
616
|
-
[[() =>
|
|
680
|
+
[[() => DicomJsonMetadataImportConfiguration$, 0]]
|
|
617
681
|
];
|
|
618
|
-
exports.
|
|
682
|
+
exports.ImportConfiguration$ = ImportConfiguration$;
|
|
683
|
+
const MetadataUpdates$ = [4, n0, _MU,
|
|
619
684
|
0,
|
|
620
685
|
[_DICOMU, _rTVI],
|
|
621
|
-
[[() =>
|
|
686
|
+
[[() => DICOMUpdates$, 0], 0]
|
|
622
687
|
];
|
|
623
|
-
exports.
|
|
688
|
+
exports.MetadataUpdates$ = MetadataUpdates$;
|
|
689
|
+
const SearchByAttributeValue$ = [4, n0, _SBAVe,
|
|
624
690
|
0,
|
|
625
691
|
[_DICOMPI, _DICOMAN, _DICOMSI, _DICOMSIUIDt, _DICOMSIUID, _cA, _uA, _DICOMSDAT, _iP],
|
|
626
|
-
[[() => DICOMPatientId, 0], [() => DICOMAccessionNumber, 0], [() => DICOMStudyId, 0], [() => DICOMStudyInstanceUID, 0], [() => DICOMSeriesInstanceUID, 0], 4, 4, [() =>
|
|
692
|
+
[[() => DICOMPatientId, 0], [() => DICOMAccessionNumber, 0], [() => DICOMStudyId, 0], [() => DICOMStudyInstanceUID, 0], [() => DICOMSeriesInstanceUID, 0], 4, 4, [() => DICOMStudyDateAndTime$, 0], 2]
|
|
627
693
|
];
|
|
694
|
+
exports.SearchByAttributeValue$ = SearchByAttributeValue$;
|
|
628
695
|
exports.CopyImageSet$ = [9, n0, _CIS,
|
|
629
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet", 200] }, () =>
|
|
696
|
+
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet", 200] }, () => CopyImageSetRequest$, () => CopyImageSetResponse$
|
|
630
697
|
];
|
|
631
698
|
exports.CreateDatastore$ = [9, n0, _CD,
|
|
632
|
-
{ [_h]: ["POST", "/datastore", 200] }, () =>
|
|
699
|
+
{ [_h]: ["POST", "/datastore", 200] }, () => CreateDatastoreRequest$, () => CreateDatastoreResponse$
|
|
633
700
|
];
|
|
634
701
|
exports.DeleteDatastore$ = [9, n0, _DD,
|
|
635
|
-
{ [_h]: ["DELETE", "/datastore/{datastoreId}", 200] }, () =>
|
|
702
|
+
{ [_h]: ["DELETE", "/datastore/{datastoreId}", 200] }, () => DeleteDatastoreRequest$, () => DeleteDatastoreResponse$
|
|
636
703
|
];
|
|
637
704
|
exports.DeleteImageSet$ = [9, n0, _DIS,
|
|
638
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet", 200] }, () =>
|
|
705
|
+
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet", 200] }, () => DeleteImageSetRequest$, () => DeleteImageSetResponse$
|
|
639
706
|
];
|
|
640
707
|
exports.GetDatastore$ = [9, n0, _GD,
|
|
641
|
-
{ [_h]: ["GET", "/datastore/{datastoreId}", 200] }, () =>
|
|
708
|
+
{ [_h]: ["GET", "/datastore/{datastoreId}", 200] }, () => GetDatastoreRequest$, () => GetDatastoreResponse$
|
|
642
709
|
];
|
|
643
710
|
exports.GetDICOMImportJob$ = [9, n0, _GDICOMIJ,
|
|
644
|
-
{ [_h]: ["GET", "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}", 200] }, () =>
|
|
711
|
+
{ [_h]: ["GET", "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}", 200] }, () => GetDICOMImportJobRequest$, () => GetDICOMImportJobResponse$
|
|
645
712
|
];
|
|
646
713
|
exports.GetImageFrame$ = [9, n0, _GIF,
|
|
647
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame", 200] }, () =>
|
|
714
|
+
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame", 200] }, () => GetImageFrameRequest$, () => GetImageFrameResponse$
|
|
648
715
|
];
|
|
649
716
|
exports.GetImageSet$ = [9, n0, _GIS,
|
|
650
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet", 200] }, () =>
|
|
717
|
+
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet", 200] }, () => GetImageSetRequest$, () => GetImageSetResponse$
|
|
651
718
|
];
|
|
652
719
|
exports.GetImageSetMetadata$ = [9, n0, _GISM,
|
|
653
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata", 200] }, () =>
|
|
720
|
+
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata", 200] }, () => GetImageSetMetadataRequest$, () => GetImageSetMetadataResponse$
|
|
654
721
|
];
|
|
655
722
|
exports.ListDatastores$ = [9, n0, _LD,
|
|
656
|
-
{ [_h]: ["GET", "/datastore", 200] }, () =>
|
|
723
|
+
{ [_h]: ["GET", "/datastore", 200] }, () => ListDatastoresRequest$, () => ListDatastoresResponse$
|
|
657
724
|
];
|
|
658
725
|
exports.ListDICOMImportJobs$ = [9, n0, _LDICOMIJ,
|
|
659
|
-
{ [_h]: ["GET", "/listDICOMImportJobs/datastore/{datastoreId}", 200] }, () =>
|
|
726
|
+
{ [_h]: ["GET", "/listDICOMImportJobs/datastore/{datastoreId}", 200] }, () => ListDICOMImportJobsRequest$, () => ListDICOMImportJobsResponse$
|
|
660
727
|
];
|
|
661
728
|
exports.ListImageSetVersions$ = [9, n0, _LISV,
|
|
662
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions", 200] }, () =>
|
|
729
|
+
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions", 200] }, () => ListImageSetVersionsRequest$, () => ListImageSetVersionsResponse$
|
|
663
730
|
];
|
|
664
731
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
665
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () =>
|
|
732
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
666
733
|
];
|
|
667
734
|
exports.SearchImageSets$ = [9, n0, _SIS,
|
|
668
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/searchImageSets", 200] }, () =>
|
|
735
|
+
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/searchImageSets", 200] }, () => SearchImageSetsRequest$, () => SearchImageSetsResponse$
|
|
669
736
|
];
|
|
670
737
|
exports.StartDICOMImportJob$ = [9, n0, _SDICOMIJ,
|
|
671
|
-
{ [_h]: ["POST", "/startDICOMImportJob/datastore/{datastoreId}", 200] }, () =>
|
|
738
|
+
{ [_h]: ["POST", "/startDICOMImportJob/datastore/{datastoreId}", 200] }, () => StartDICOMImportJobRequest$, () => StartDICOMImportJobResponse$
|
|
672
739
|
];
|
|
673
740
|
exports.TagResource$ = [9, n0, _TR,
|
|
674
|
-
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () =>
|
|
741
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
675
742
|
];
|
|
676
743
|
exports.UntagResource$ = [9, n0, _UR,
|
|
677
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () =>
|
|
744
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
678
745
|
];
|
|
679
746
|
exports.UpdateImageSetMetadata$ = [9, n0, _UISM,
|
|
680
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata", 200] }, () =>
|
|
747
|
+
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata", 200] }, () => UpdateImageSetMetadataRequest$, () => UpdateImageSetMetadataResponse$
|
|
681
748
|
];
|