8000 Update FHIR resource export region tag. (#2252) · niralkk/python-docs-samples@8b6b682 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b6b682

Browse files
noerogengelke
authored andcommitted
Update FHIR resource export region tag. (GoogleCloudPlatform#2252)
1 parent 1af8cc8 commit 8b6b682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

healthcare/api-client/fhir/fhir_stores.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def patch_fhir_store(
191191
# [END healthcare_patch_fhir_store]
192192

193193

194-
# [START healthcare_export_fhir_store_gcs]
194+
# [START healthcare_export_fhir_resources_gcs]
195195
def export_fhir_store_gcs(
196196
service_account_json,
197197
project_id,
@@ -223,7 +223,7 @@ def export_fhir_store_gcs(
223223
except HttpError as e:
224224
print('Error, FHIR resources not exported: {}'.format(e))
225225
return ""
226-
# [END healthcare_export_fhir_store_gcs]
226+
# [END healthcare_export_fhir_resources_gcs]
227227

228228

229229
# [START healthcare_import_fhir_store]

0 commit comments

Comments
 (0)
0