dicomStores = $dicomStores; } /** * @return Google_Service_CloudHealthcare_DicomStore */ public function getDicomStores() { return $this->dicomStores; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }