8000 Update DICOM export to GCS region tag. (#2238) · crowdus/python-docs-samples@1a42e91 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a42e91

Browse files
noerogengelke
authored andcommitted
Update DICOM export to GCS region tag. (GoogleCloudPlatform#2238)
1 parent 8328c81 commit 1a42e91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

healthcare/api-client/dicom/dicom_stores.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def patch_dicom_store(
190190
# [END healthcare_patch_dicom_store]
191191

192192

193-
# [START healthcare_export_dicom_instance]
193+
# [START healthcare_export_dicom_instance_gcs]
194194
def export_dicom_instance(
195195
service_account_json,
196196
project_id,
@@ -222,7 +222,7 @@ def export_dicom_instance(
222222
except HttpError as e:
223223
print('Error, DICOM instances not exported: {}'.format(e))
224224
return ""
225-
# [END healthcare_export_dicom_instance]
225+
# [END healthcare_export_dicom_instance_gcs]
226226

227227

228228
# [START healthcare_import_dicom_instance]

0 commit comments

Comments
 (0)
0