Searched refs:DicomStore (Results 1 – 3 of 3) sorted by relevance
21 use Google\Service\CloudHealthcare\DicomStore; alias47 * @param DicomStore $postBody52 * @return DicomStore54 public function create($parent, DicomStore $postBody, $optParams = [])58 return $this->call('create', [$params], DicomStore::class);123 * @return DicomStore129 return $this->call('get', [$params], DicomStore::class);228 * @param DicomStore $postBody234 * @return DicomStore236 public function patch($name, DicomStore $postBody, $optParams = [])[all …]
23 protected $dicomStoresType = DicomStore::class;31 * @param DicomStore[]38 * @return DicomStore[]
20 class DicomStore extends \Google\Model class78 class_alias(DicomStore::class, 'Google_Service_CloudHealthcare_DicomStore');