Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource

The "operations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource

Constructors

OperationsResource(IClientService)

Constructs a new resource.

Declaration
public OperationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

DeleteFhirOperation(string)

Deletes operations as defined in the FHIR specification. Implements the FHIR implementation guide bulk data delete request. Returns success if the operation was successfully cancelled. If the operation is complete, or has already been cancelled, returns an error response.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource.DeleteFhirOperationRequest DeleteFhirOperation(string name)
Parameters
Type Name Description
string name

Required. Name of the operation to be deleted, in the format projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/operations/{operation_id}.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource.DeleteFhirOperationRequest

GetFhirOperationStatus(string)

Gets the status of operations as defined in the FHIR specification. Implements the FHIR implementation guide bulk data status request. Operations can have one of these states: * in-progress: response status code is 202 and X-Progress header is set to in progress. * complete: response status code is 200 and the body is a JSON-encoded operation response as defined by the spec. For a bulk export, this response is defined in https://build.fhir.org/ig/HL7/bulk-data/export.html#response---complete-status. * error: response status code is 5XX, and the body is a JSON-encoded OperationOutcome resource describing the reason for the error.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource.GetFhirOperationStatusRequest GetFhirOperationStatus(string name)
Parameters
Type Name Description
string name

Required. Name of the operation to query, in the format projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/operations/{operation_id}.

Returns
Type Description
ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource.GetFhirOperationStatusRequest
In this article
Back to top Generated by DocFX