Searched refs:FhirStore (Results 1 – 3 of 3) sorted by relevance
22 use Google\Service\CloudHealthcare\FhirStore; alias46 * @param FhirStore $postBody51 * @return FhirStore53 public function create($parent, FhirStore $postBody, $optParams = [])57 return $this->call('create', [$params], FhirStore::class);123 * @return FhirStore129 return $this->call('get', [$params], FhirStore::class);276 * @param FhirStore $postBody282 * @return FhirStore284 public function patch($name, FhirStore $postBody, $optParams = [])[all …]
23 protected $fhirStoresType = FhirStore::class;31 * @param FhirStore[]38 * @return FhirStore[]
20 class FhirStore extends \Google\Collection class201 class_alias(FhirStore::class, 'Google_Service_CloudHealthcare_FhirStore');