google_api_health_care v0.7.0 GoogleApi.HealthCare.V1beta1.Model.DeidentifyDicomStoreRequest View Source
Creates a new DICOM store with sensitive information de-identified.
Attributes
config
(type:GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig.t
, default:nil
) - De-identify configuration.destinationStore
(type:String.t
, default:nil
) - The name of the DICOM store to create and write the redacted data to. For example,projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}
.- The destination dataset must exist.
- The source dataset and destination dataset must both reside in the same project. De-identifying data across multiple projects is not supported.
- The destination DICOM store must not exist.
- The caller must have the necessary permissions to create the destination DICOM store.
filterConfig
(type:GoogleApi.HealthCare.V1beta1.Model.DicomFilterConfig.t
, default:nil
) - Filter configuration.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.HealthCare.V1beta1.Model.DeidentifyDicomStoreRequest{ config: GoogleApi.HealthCare.V1beta1.Model.DeidentifyConfig.t(), destinationStore: String.t(), filterConfig: GoogleApi.HealthCare.V1beta1.Model.DicomFilterConfig.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.