@@ -2899,13 +2899,13 @@ def delete_project_location_dataset_dicom_store_study(parent, dicom_web_path, fi
2899
2899
end
2900
2900
2901
2901
# RetrieveStudyMetadata returns instance associated with the given study
2902
- # presented as metadata with the bulk data removed . See [RetrieveTransaction] (
2903
- # http://dicom.nema.org/ medical/dicom/current/output/html/part18.html#sect_10.4).
2904
- # For details on the implementation of RetrieveStudyMetadata, see [Metadata
2905
- # resources](https:// cloud.google.com/healthcare/docs/dicom#metadata_resources)
2906
- # in the Cloud Healthcare API conformance statement. For samples that show how
2907
- # to call RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.
2908
- # com/ healthcare/docs/how-tos/dicomweb#retrieve-metadata).
2902
+ # presented as metadata. See [RetrieveTransaction] (http://dicom.nema.org/
2903
+ # medical/dicom/current/output/html/part18.html#sect_10.4). For details on the
2904
+ # implementation of RetrieveStudyMetadata, see [Metadata resources](https://
2905
+ # cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
2906
+ # Healthcare API conformance statement. For samples that show how to call
2907
+ # RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.com/
2908
+ # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
2909
2909
# @param [String] parent
2910
2910
# Required. The name of the DICOM store that is being accessed. For example, `
2911
2911
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3159,12 +3159,11 @@ def delete_project_location_dataset_dicom_store_study_series(parent, dicom_web_p
3159
3159
end
3160
3160
3161
3161
# RetrieveSeriesMetadata returns instance associated with the given study and
3162
- # series, presented as metadata with the bulk data removed. See [
3163
- # RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/
3164
- # part18.html#sect_10.4). For details on the implementation of
3165
- # RetrieveSeriesMetadata, see [Metadata resources](https://cloud.google.com/
3166
- # healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
3167
- # conformance statement. For samples that show how to call
3162
+ # series, presented as metadata. See [RetrieveTransaction] (http://dicom.nema.
3163
+ # org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
3164
+ # the implementation of RetrieveSeriesMetadata, see [Metadata resources](https://
3165
+ # cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
3166
+ # Healthcare API conformance statement. For samples that show how to call
3168
3167
# RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
3169
3168
# healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3170
3169
# @param [String] parent
@@ -3375,14 +3374,13 @@ def retrieve_project_location_dataset_dicom_store_study_series_instance_instance
3375
3374
end
3376
3375
3377
3376
# RetrieveInstanceMetadata returns instance associated with the given study,
3378
- # series, and SOP Instance UID presented as metadata with the bulk data removed.
3379
- # See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/
3380
- # html/part18.html#sect_10.4). For details on the implementation of
3381
- # RetrieveInstanceMetadata, see [Metadata resources](https://cloud.google.com/
3382
- # healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
3383
- # conformance statement. For samples that show how to call
3384
- # RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/
3385
- # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3377
+ # series, and SOP Instance UID presented as metadata. See [RetrieveTransaction] (
3378
+ # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
3379
+ # For details on the implementation of RetrieveInstanceMetadata, see [Metadata
3380
+ # resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
3381
+ # in the Cloud Healthcare API conformance statement. For samples that show how
3382
+ # to call RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.
3383
+ # com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3386
3384
# @param [String] parent
3387
3385
# Required. The name of the DICOM store that is being accessed. For example, `
3388
3386
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3469,9 +3467,9 @@ def retrieve_project_location_dataset_dicom_store_study_series_instance_rendered
3469
3467
end
3470
3468
3471
3469
# Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
3472
- # from an instance. See [Retrieve Transaction] (http://dicom.nema.org/medical/
3473
- # dicom/current/output/html/part18.html#sect_10.4)`: .external`. For details on
3474
- # the implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
3470
+ # from an instance. See [Retrieve Transaction](http://dicom.nema.org/medical/
3471
+ # dicom/current/output/html/part18.html#sect_10.4). For details on the
3472
+ # implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
3475
3473
# google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
3476
3474
# API conformance statement. For samples that show how to call RetrieveBulkdata,
3477
3475
# see [Retrieve bulkdata](https://cloud.google.com/healthcare/docs/how-tos/
0 commit comments