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(
81
81
# [END healthcare_dicomweb_store_instance]
82
82
83
83
84
- # [START healthcare_dicomweb_search_instance ]
84
+ # [START healthcare_dicomweb_search_instances ]
85
85
def dicomweb_search_instance (
86
86
service_account_json ,
87
87
base_url ,
@@ -112,7 +112,7 @@ def dicomweb_search_instance(
112
112
print (json .dumps (instances , indent = 2 ))
113
113
114
114
return instances
115
- # [END healthcare_dicomweb_search_instance ]
115
+ # [END healthcare_dicomweb_search_instances ]
116
116
117
117
118
118
# [START healthcare_dicomweb_retrieve_study]
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ def import_fhir_store(
265
265
# [END healthcare_import_fhir_store]
266
266
267
267
268
- # [START healthcare_get_iam_policy ]
268
+ # [START healthcare_fhir_store_get_iam_policy ]
269
269
def get_fhir_store_iam_policy (
270
270
service_account_json ,
271
271
project_id ,
@@ -285,10 +285,10 @@ def get_fhir_store_iam_policy(
285
285
286
286
print ('etag: {}' .format (response .get ('name' )))
287
287
return response
288
- # [END healthcare_get_iam_policy ]
288
+ # [END healthcare_fhir_store_get_iam_policy ]
289
289
290
290
291
- # [START healthcare_set_iam_policy ]
291
+ # [START healthcare_fhir_store_set_iam_policy ]
292
292
def set_fhir_store_iam_policy (
293
293
service_account_json ,
294
294
project_id ,
@@ -340,7 +340,7 @@ def set_fhir_store_iam_policy(
340
340
print ('etag: {}' .format (response .get ('name' )))
341
341
print ('bindings: {}' .format (response .get ('bindings' )))
342
342
return response
343
- # [END healthcare_set_iam_policy ]
343
+ # [END healthcare_fhir_store_set_iam_policy ]
344
344
345
345
346
346
def parse_command_line_args ():
You can’t perform that action at this time.
0 commit comments