8000 Update deidentify region tag. (#2243) · pardeep-tm/python-docs-samples@8328c81 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8328c81

Browse files
noerogengelke
authored andcommitted
Update deidentify region tag. (GoogleCloudPlatform#2243)
1 parent 8b6b682 commit 8328c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

healthcare/api-client/datasets/datasets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def patch_dataset(
169169
# [END healthcare_patch_dataset]
170170

171171

172-
# [START healthcare_deidentify_dataset]
172+
# [START healthcare_dicom_keeplist_deidentify_dataset]
173173
def deidentify_dataset(
174174
service_account_json,
175175
project_id,
@@ -229,7 +229,7 @@ def deidentify_dataset(
229229
except HttpError as e:
230230
print('Error, data could not be deidentified: {}'.format(e))
231231
return ""
232-
# [END healthcare_deidentify_dataset]
232+
# [END healthcare_dicom_keeplist_deidentify_dataset]
233233

234234

235235
# [START healthcare_dataset_get_iam_policy]

0 commit comments

Comments
 (0)
0