Full name: projects.locations.datasets.dicomStores.deidentify
Creates a new DICOM store containing de-identified data from the source store. The metadata
field type is OperationMetadata
. If the request is successful, the response
field type is DeidentifyDicomStoreSummary
. If errors occur, error
google.rpc.Status.error
field type is DeidentifyErrorDetails
. Errors are also logged to Stackdriver (see Viewing logs).
HTTP request
POST https://healthcare.googleapis.com/v1beta1/{sourceStore=projects/*/locations/*/datasets/*/dicomStores/*}:deidentify
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
sourceStore |
Source DICOM store resource name. For example, |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "destinationStore": string, "config": { object( |
Fields | |
---|---|
destinationStore |
The name of the DICOM store to create and write the redacted data to. For example,
|
config |
De-identify configuration. |
filterConfig |
Filter configuration. |
Response body
If successful, the response body contains an instance of Operation
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-healthcare
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
DicomFilterConfig
Specifies the filter configuration for DICOM resources.
JSON representation | |
---|---|
{ "resourcePathsGcsUri": string } |
Fields | |
---|---|
resourcePathsGcsUri |
The Cloud Storage location of the filter configuration file. The The Cloud Healthcare API service account must have the |