MedicalImagingClient.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. namespace Aws\MedicalImaging;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS Health Imaging** service.
  6. * @method \Aws\Result copyImageSet(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise copyImageSetAsync(array $args = [])
  8. * @method \Aws\Result createDatastore(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createDatastoreAsync(array $args = [])
  10. * @method \Aws\Result deleteDatastore(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteDatastoreAsync(array $args = [])
  12. * @method \Aws\Result deleteImageSet(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteImageSetAsync(array $args = [])
  14. * @method \Aws\Result getDICOMImportJob(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise getDICOMImportJobAsync(array $args = [])
  16. * @method \Aws\Result getDatastore(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise getDatastoreAsync(array $args = [])
  18. * @method \Aws\Result getImageFrame(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise getImageFrameAsync(array $args = [])
  20. * @method \Aws\Result getImageSet(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise getImageSetAsync(array $args = [])
  22. * @method \Aws\Result getImageSetMetadata(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise getImageSetMetadataAsync(array $args = [])
  24. * @method \Aws\Result listDICOMImportJobs(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise listDICOMImportJobsAsync(array $args = [])
  26. * @method \Aws\Result listDatastores(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise listDatastoresAsync(array $args = [])
  28. * @method \Aws\Result listImageSetVersions(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise listImageSetVersionsAsync(array $args = [])
  30. * @method \Aws\Result listTagsForResource(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  32. * @method \Aws\Result searchImageSets(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise searchImageSetsAsync(array $args = [])
  34. * @method \Aws\Result startDICOMImportJob(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise startDICOMImportJobAsync(array $args = [])
  36. * @method \Aws\Result tagResource(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  38. * @method \Aws\Result untagResource(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  40. * @method \Aws\Result updateImageSetMetadata(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise updateImageSetMetadataAsync(array $args = [])
  42. */
  43. class MedicalImagingClient extends AwsClient {}