Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.dicomStores.deidentify
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 DeidentifyDicomStoreSummary. If errors occur, error is set. The LRO result may still be successful if de-identification fails for some DICOM instances. The output DICOM store will not contain these failed resources. Failed resource totals are tracked in Operation.metadata. Error details are also logged to Cloud Logging (see Viewing error logs in Cloud Logging).
HTTP request
POST https://healthcare.googleapis.com/v1/{sourceStore=projects/*/locations/*/datasets/*/dicomStores/*}:deidentify
Required. The name of the DICOM store to create and write the redacted data to. For example, projects/{projectId}/locations/{locationId}/datasets/{datasetId}/dicomStores/{dicomStoreId}.
The destination dataset must exist.
The source dataset and destination dataset must both reside in the same location. De-identifying data across multiple locations is not supported.
The destination DICOM store must not exist.
The caller must have the necessary permissions to create the destination DICOM store.
Deidentify configuration. Only one of config and gcsConfigUri can be specified.
gcsConfigUri
string
Cloud Storage location to read the JSON cloud.healthcare.deidentify.DeidentifyConfig from, overriding the default config. Must be of the form gs://{bucket_id}/path/to/object. The Cloud Storage location must grant the Cloud IAM role roles/storage.objectViewer to the project's Cloud Healthcare Service Agent service account. Only one of config and gcsConfigUri can be specified.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["This function de-identifies data from a source DICOM store and writes it to a specified destination DICOM store."],["The request requires the `sourceStore` path parameter, and the request body must contain the `destinationStore` and either a `config` or `gcsConfigUri` for de-identification, along with an optional `filterConfig`."],["The `destinationStore` must be in the same location as the source, the dataset must already exist, and the DICOM store must not yet exist."],["Successful requests return an `Operation`, and the result of the operation is a `DeidentifyDicomStoreSummary`, while errors are logged in Cloud Logging and tracked in `Operation.metadata`."],["Only one of `config` or `gcsConfigUri` can be specified for configuration."]]],[]]