PluginProbe ʕ •ᴥ•ʔ
Transferito: WP Migration / trunk
Transferito: WP Migration vtrunk
trunk 11.4.0 12.0.0 13.1.0 14.0.0 14.0.11 14.0.7 14.1.0 14.1.1 14.1.2 14.1.3 14.1.4
transferito / vendor / aws / aws-sdk-php / src / MedicalImaging / MedicalImagingClient.php
transferito / vendor / aws / aws-sdk-php / src / MedicalImaging Last commit date
Exception 11 months ago MedicalImagingClient.php 11 months ago
MedicalImagingClient.php
46 lines
1 <?php
2 namespace Aws\MedicalImaging;
3
4 use Aws\AwsClient;
5
6 /**
7 * This client is used to interact with the **AWS Health Imaging** service.
8 * @method \Aws\Result copyImageSet(array $args = [])
9 * @method \GuzzleHttp\Promise\Promise copyImageSetAsync(array $args = [])
10 * @method \Aws\Result createDatastore(array $args = [])
11 * @method \GuzzleHttp\Promise\Promise createDatastoreAsync(array $args = [])
12 * @method \Aws\Result deleteDatastore(array $args = [])
13 * @method \GuzzleHttp\Promise\Promise deleteDatastoreAsync(array $args = [])
14 * @method \Aws\Result deleteImageSet(array $args = [])
15 * @method \GuzzleHttp\Promise\Promise deleteImageSetAsync(array $args = [])
16 * @method \Aws\Result getDICOMImportJob(array $args = [])
17 * @method \GuzzleHttp\Promise\Promise getDICOMImportJobAsync(array $args = [])
18 * @method \Aws\Result getDatastore(array $args = [])
19 * @method \GuzzleHttp\Promise\Promise getDatastoreAsync(array $args = [])
20 * @method \Aws\Result getImageFrame(array $args = [])
21 * @method \GuzzleHttp\Promise\Promise getImageFrameAsync(array $args = [])
22 * @method \Aws\Result getImageSet(array $args = [])
23 * @method \GuzzleHttp\Promise\Promise getImageSetAsync(array $args = [])
24 * @method \Aws\Result getImageSetMetadata(array $args = [])
25 * @method \GuzzleHttp\Promise\Promise getImageSetMetadataAsync(array $args = [])
26 * @method \Aws\Result listDICOMImportJobs(array $args = [])
27 * @method \GuzzleHttp\Promise\Promise listDICOMImportJobsAsync(array $args = [])
28 * @method \Aws\Result listDatastores(array $args = [])
29 * @method \GuzzleHttp\Promise\Promise listDatastoresAsync(array $args = [])
30 * @method \Aws\Result listImageSetVersions(array $args = [])
31 * @method \GuzzleHttp\Promise\Promise listImageSetVersionsAsync(array $args = [])
32 * @method \Aws\Result listTagsForResource(array $args = [])
33 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
34 * @method \Aws\Result searchImageSets(array $args = [])
35 * @method \GuzzleHttp\Promise\Promise searchImageSetsAsync(array $args = [])
36 * @method \Aws\Result startDICOMImportJob(array $args = [])
37 * @method \GuzzleHttp\Promise\Promise startDICOMImportJobAsync(array $args = [])
38 * @method \Aws\Result tagResource(array $args = [])
39 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
40 * @method \Aws\Result untagResource(array $args = [])
41 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
42 * @method \Aws\Result updateImageSetMetadata(array $args = [])
43 * @method \GuzzleHttp\Promise\Promise updateImageSetMetadataAsync(array $args = [])
44 */
45 class MedicalImagingClient extends AwsClient {}
46