Class ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource.GetFhirOperationStatusRequest
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.
Inheritance
Inherited Members
Namespace: Google.Apis.CloudHealthcare .v1beta1
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.OperationsResource.GetFhirOperationStatusRequest : CloudHealthcareBaseServiceRequest<HttpBody>, IClientServiceRequest<HttpBody>, IClientServiceRequest
Constructors
GetFhirOperationStatusRequest(IClientService, string)
Constructs a new GetFhirOperationStatus request.
Declaration
public GetFhirOperationStatusRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClient |
service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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}
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetFhirOperationStatus parameter list.
Declaration
protected override void InitParameters()