We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8328c81 commit 1a42e91Copy full SHA for 1a42e91
healthcare/api-client/dicom/dicom_stores.py
@@ -190,7 +190,7 @@ def patch_dicom_store(
190
# [END healthcare_patch_dicom_store]
191
192
193
-# [START healthcare_export_dicom_instance]
+# [START healthcare_export_dicom_instance_gcs]
194
def export_dicom_instance(
195
service_account_json,
196
project_id,
@@ -222,7 +222,7 @@ def export_dicom_instance(
222
except HttpError as e:
223
print('Error, DICOM instances not exported: {}'.format(e))
224
return ""
225
-# [END healthcare_export_dicom_instance]
+# [END healthcare_export_dicom_instance_gcs]
226
227
228
# [START healthcare_import_dicom_instance]
0 commit comments