8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6b682 commit 8328c81Copy full SHA for 8328c81
healthcare/api-client/datasets/datasets.py
@@ -169,7 +169,7 @@ def patch_dataset(
169
# [END healthcare_patch_dataset]
170
171
172
-# [START healthcare_deidentify_dataset]
+# [START healthcare_dicom_keeplist_deidentify_dataset]
173
def deidentify_dataset(
174
service_account_json,
175
project_id,
@@ -229,7 +229,7 @@ def deidentify_dataset(
229
except HttpError as e:
230
print('Error, data could not be deidentified: {}'.format(e))
231
return ""
232
-# [END healthcare_deidentify_dataset]
+# [END healthcare_dicom_keeplist_deidentify_dataset]
233
234
235
# [START healthcare_dataset_get_iam_policy]
0 commit comments