Home
last modified time | relevance | path

Searched refs:dicomWebPath (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/
DProjectsLocationsDatasetsDicomStoresStudies.php44 * @param string $dicomWebPath The path of the DeleteStudy request. For example,
49 public function delete($parent, $dicomWebPath, $optParams = []) argument
51 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
69 * @param string $dicomWebPath The path of the RetrieveStudyMetadata DICOMweb
74 public function retrieveMetadata($parent, $dicomWebPath, $optParams = []) argument
76 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
93 * @param string $dicomWebPath The path of the RetrieveStudy DICOMweb request.
98 public function retrieveStudy($parent, $dicomWebPath, $optParams = []) argument
100 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
118 * @param string $dicomWebPath The path of the SearchForInstancesRequest
[all …]
DProjectsLocationsDatasetsDicomStoresStudiesSeries.php46 * @param string $dicomWebPath The path of the DeleteSeries request. For
51 public function delete($parent, $dicomWebPath, $optParams = []) argument
53 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
72 * @param string $dicomWebPath The path of the RetrieveSeriesMetadata DICOMweb
77 public function retrieveMetadata($parent, $dicomWebPath, $optParams = []) argument
79 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
96 * @param string $dicomWebPath The path of the RetrieveSeries DICOMweb request.
101 public function retrieveSeries($parent, $dicomWebPath, $optParams = []) argument
103 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
121 * @param string $dicomWebPath The path of the SearchForInstancesRequest
[all …]
DProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.php46 * @param string $dicomWebPath The path of the DeleteInstance request. For
51 public function delete($parent, $dicomWebPath, $optParams = []) argument
53 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
73 * @param string $dicomWebPath The path of the RetrieveInstance DICOMweb
79 public function retrieveInstance($parent, $dicomWebPath, $optParams = []) argument
81 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
100 * @param string $dicomWebPath The path of the RetrieveInstanceMetadata DICOMweb
106 public function retrieveMetadata($parent, $dicomWebPath, $optParams = []) argument
108 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
127 * @param string $dicomWebPath The path of the RetrieveRenderedInstance DICOMweb
[all …]
DProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.php46 * @param string $dicomWebPath The path of the RetrieveFrames DICOMweb request.
52 public function retrieveFrames($parent, $dicomWebPath, $optParams = []) argument
54 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
73 * @param string $dicomWebPath The path of the RetrieveRenderedFrames DICOMweb
79 public function retrieveRendered($parent, $dicomWebPath, $optParams = []) argument
81 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
DProjectsLocationsDatasetsDicomStores.php256 * @param string $dicomWebPath The path of the SearchForInstancesRequest
262 public function searchForInstances($parent, $dicomWebPath, $optParams = []) argument
264 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
282 * @param string $dicomWebPath The path of the SearchForSeries DICOMweb request.
287 public function searchForSeries($parent, $dicomWebPath, $optParams = []) argument
289 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
307 * @param string $dicomWebPath The path of the SearchForStudies DICOMweb
312 public function searchForStudies($parent, $dicomWebPath, $optParams = []) argument
314 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath];
349 * @param string $dicomWebPath The path of the StoreInstances DICOMweb request.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudHealthcare.php869 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}',
877 'dicomWebPath' => [
884 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}',
892 'dicomWebPath' => [
899 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}',
907 'dicomWebPath' => [
924 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}',
932 'dicomWebPath' => [
959 'path' => 'v1/{+parent}/dicomWeb/{+dicomWebPath}',
967 'dicomWebPath' => [
[all …]