Class ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource
The "operations" collection of methods.
Inheritance
Inherited Members
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
|
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
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource.GetFhirOperationStatusRequest |