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 logs).
Inheritance
System.Object
ProjectsResource.LocationsResource.DatasetsResource.FhirStoresResource.DeidentifyRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class 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 | |
| System.String | sourceStore |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.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 |
|---|---|
| System.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/{loc
ation_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}.
Declaration
[RequestParameter("sourceStore", RequestParameterType.Path)]
public virtual string SourceStore { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudHealthcare.v1.Data.Operation>.GetBody()
InitParameters()
Initializes Deidentify parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudHealthcare.v1.CloudHealthcareBaseServiceRequest<Google.Apis.CloudHealthcare.v1.Data.Operation>.InitParameters()