Class ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.DeidentifyRequest
De-identifies data from the source store and writes it to the destination store. The metadata field type is OperationMetadata. If the request is successful, the response field type is DeidentifyFhirStoreSummary. If errors occur, error is set. Error details are also logged to Cloud Logging (see Viewing error logs in Cloud Logging).
Inheritance
ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.DeidentifyRequest
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.DeidentifyRequest : CloudHealthcareBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
DeidentifyRequest(IClientService, DeidentifyFhirStoreRequest, string)
Constructs a new Deidentify request.
Declaration
public DeidentifyRequest(IClientService service, DeidentifyFhirStoreRequest body, string sourceStore)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| DeidentifyFhirStoreRequest | body | |
| string | sourceStore |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.Operation>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.Operation>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.Operation>.RestPath
SourceStore
Source FHIR store resource name. For example,
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}.
Declaration
[RequestParameter("sourceStore", RequestParameterType.Path)]
public virtual string SourceStore { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.Operation>.GetBody()
InitParameters()
Initializes Deidentify parameter list.
Declaration
protected override void InitParameters()