Google_Service_CloudHealthcare
extends Google_Service
in package
Service definition for CloudHealthcare (v1).
Manage, store, and access healthcare data in Google Cloud Platform.
For more information about this service, see the API Documentation
Tags
Table of Contents
- CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"
- View and manage your data across Google Cloud Platform services.
- $availableScopes : mixed
- $batchPath : mixed
- $projects_locations : mixed
- $projects_locations_datasets : mixed
- $projects_locations_datasets_dicomStores : mixed
- $projects_locations_datasets_dicomStores_studies : mixed
- $projects_locations_datasets_dicomStores_studies_series : mixed
- $projects_locations_datasets_dicomStores_studies_series_instances : mixed
- $projects_locations_datasets_dicomStores_studies_series_instances_frames : mixed
- $projects_locations_datasets_fhirStores : mixed
- $projects_locations_datasets_fhirStores_fhir : mixed
- $projects_locations_datasets_hl7V2Stores : mixed
- $projects_locations_datasets_hl7V2Stores_messages : mixed
- $projects_locations_datasets_operations : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the CloudHealthcare service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
CLOUD_PLATFORM
View and manage your data across Google Cloud Platform services.
public
mixed
CLOUD_PLATFORM
= "https://www.googleapis.com/auth/cloud-platform"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$projects_locations
public
mixed
$projects_locations
$projects_locations_datasets
public
mixed
$projects_locations_datasets
$projects_locations_datasets_dicomStores
public
mixed
$projects_locations_datasets_dicomStores
$projects_locations_datasets_dicomStores_studies
public
mixed
$projects_locations_datasets_dicomStores_studies
$projects_locations_datasets_dicomStores_studies_series
public
mixed
$projects_locations_datasets_dicomStores_studies_series
$projects_locations_datasets_dicomStores_studies_series_instances
public
mixed
$projects_locations_datasets_dicomStores_studies_series_instances
$projects_locations_datasets_dicomStores_studies_series_instances_frames
public
mixed
$projects_locations_datasets_dicomStores_studies_series_instances_frames
$projects_locations_datasets_fhirStores
public
mixed
$projects_locations_datasets_fhirStores
$projects_locations_datasets_fhirStores_fhir
public
mixed
$projects_locations_datasets_fhirStores_fhir
$projects_locations_datasets_hl7V2Stores
public
mixed
$projects_locations_datasets_hl7V2Stores
$projects_locations_datasets_hl7V2Stores_messages
public
mixed
$projects_locations_datasets_hl7V2Stores_messages
$projects_locations_datasets_operations
public
mixed
$projects_locations_datasets_operations
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the CloudHealthcare service.
public
__construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
- $client : Google_Client
-
The client used to deliver requests.
- $rootUrl : string = null
-
The root URL used for requests to the service.
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client