File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def dicomweb_store_instance(
8181# [END healthcare_dicomweb_store_instance]
8282
8383
84- # [START healthcare_dicomweb_search_instance ]
84+ # [START healthcare_dicomweb_search_instances ]
8585def dicomweb_search_instance (
8686 service_account_json ,
8787 base_url ,
@@ -112,7 +112,7 @@ def dicomweb_search_instance(
112112 print (json .dumps (instances , indent = 2 ))
113113
114114 return instances
115- # [END healthcare_dicomweb_search_instance ]
115+ # [END healthcare_dicomweb_search_instances ]
116116
117117
118118# [START healthcare_dicomweb_retrieve_study]
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ def import_fhir_store(
265265# [END healthcare_import_fhir_store]
266266
267267
268- # [START healthcare_get_iam_policy ]
268+ # [START healthcare_fhir_store_get_iam_policy ]
269269def get_fhir_store_iam_policy (
270270 service_account_json ,
271271 project_id ,
@@ -285,10 +285,10 @@ def get_fhir_store_iam_policy(
285285
286286 print ('etag: {}' .format (response .get ('name' )))
287287 return response
288- # [END healthcare_get_iam_policy ]
288+ # [END healthcare_fhir_store_get_iam_policy ]
289289
290290
291- # [START healthcare_set_iam_policy ]
291+ # [START healthcare_fhir_store_set_iam_policy ]
292292def set_fhir_store_iam_policy (
293293 service_account_json ,
294294 project_id ,
@@ -340,7 +340,7 @@ def set_fhir_store_iam_policy(
340340 print ('etag: {}' .format (response .get ('name' )))
341341 print ('bindings: {}' .format (response .get ('bindings' )))
342342 return response
343- # [END healthcare_set_iam_policy ]
343+ # [END healthcare_fhir_store_set_iam_policy ]
344344
345345
346346def parse_command_line_args ():
You can’t perform that action at this time.
0 commit comments