GoogleApi.HealthCare.V1.Model.DeidentifyDicomStoreRequest (google_api_health_care v0.33.2) View Source
Creates a new DICOM store with sensitive information de-identified.
Attributes
-
config
(type:GoogleApi.HealthCare.V1.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.V1.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
Specs
t() :: %GoogleApi.HealthCare.V1.Model.DeidentifyDicomStoreRequest{ config: GoogleApi.HealthCare.V1.Model.DeidentifyConfig.t() | nil, destinationStore: String.t() | nil, filterConfig: GoogleApi.HealthCare.V1.Model.DicomFilterConfig.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.