Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.deidentify
Creates a new dataset containing de-identified data from the source dataset. The metadata field type is OperationMetadata. If the request is successful, the response field type is DeidentifySummary. If errors occur, error is set. The LRO result may still be successful if de-identification fails for some DICOM instances. The new de-identified dataset will not contain these failed resources. Failed resource totals are tracked in Operation.metadata. Error details are also logged to Cloud Logging. For more information, see Viewing error logs in Cloud Logging.
HTTP request
POST https://healthcare.googleapis.com/v1/{sourceDataset=projects/*/locations/*/datasets/*}:deidentify
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.
Response body
If successful, the response body contains an instance of Operation.
[[["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 operation creates a new dataset with de-identified data from a specified source dataset."],["The request requires the source dataset's resource name and specifies a destination dataset that must be new and in the same location."],["De-identification can be configured either directly in the request body or by referencing a configuration file in Google Cloud Storage."],["The operation may result in some DICOM instances failing de-identification, which are not included in the new dataset and are tracked in the operation's metadata."],["The response from this operation will contain an instance of `Operation`, and success is defined by the response field `DeidentifySummary`."]]],[]]