Home
last modified time | relevance | path

Searched refs:FhirStore (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/
H A DProjectsLocationsDatasetsFhirStores.php22 use Google\Service\CloudHealthcare\FhirStore; alias
46 * @param FhirStore $postBody
51 * @return FhirStore
53 public function create($parent, FhirStore $postBody, $optParams = [])
57 return $this->call('create', [$params], FhirStore::class);
123 * @return FhirStore
129 return $this->call('get', [$params], FhirStore::class);
276 * @param FhirStore $postBody
282 * @return FhirStore
284 public function patch($name, FhirStore $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DListFhirStoresResponse.php23 protected $fhirStoresType = FhirStore::class;
31 * @param FhirStore[]
38 * @return FhirStore[]
H A DFhirStore.php20 class FhirStore extends \Google\Collection class
201 class_alias(FhirStore::class, 'Google_Service_CloudHealthcare_FhirStore');