@@ -3058,13 +3058,13 @@ def delete_project_location_dataset_dicom_store_study(parent, dicom_web_path, fi
3058
3058
end
3059
3059
3060
3060
# RetrieveStudyMetadata returns instance associated with the given study
3061
- # presented as metadata with the bulk data removed . See [RetrieveTransaction](
3062
- # http:// dicom.nema.org/medical/dicom/ current/output/html/part18.html#sect_10.4).
3063
- # For details on the implementation of RetrieveStudyMetadata, see [Metadata
3064
- # resources](https:// cloud.google.com/healthcare/docs/dicom#metadata_resources)
3065
- # in the Cloud Healthcare API conformance statement. For samples that show how
3066
- # to call RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.
3067
- # com/ healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3061
+ # presented as metadata. See [RetrieveTransaction](http://dicom.nema.org/medical/
3062
+ # dicom/ current/output/html/part18.html#sect_10.4). For details on the
3063
+ # implementation of RetrieveStudyMetadata, see [Metadata resources](https://
3064
+ # cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
3065
+ # Healthcare API conformance statement. For samples that show how to call
3066
+ # RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.com/
3067
+ # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3068
3068
# @param [String] parent
3069
3069
# Required. The name of the DICOM store that is being accessed. For example, `
3070
3070
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3318,12 +3318,11 @@ def delete_project_location_dataset_dicom_store_study_series(parent, dicom_web_p
3318
3318
end
3319
3319
3320
3320
# RetrieveSeriesMetadata returns instance associated with the given study and
3321
- # series, presented as metadata with the bulk data removed. See [
3322
- # RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/
3323
- # part18.html#sect_10.4). For details on the implementation of
3324
- # RetrieveSeriesMetadata, see [Metadata resources](https://cloud.google.com/
3325
- # healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
3326
- # conformance statement. For samples that show how to call
3321
+ # series, presented as metadata. See [RetrieveTransaction](http://dicom.nema.org/
3322
+ # medical/dicom/current/output/html/part18.html#sect_10.4). For details on the
3323
+ # implementation of RetrieveSeriesMetadata, see [Metadata resources](https://
3324
+ # cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
3325
+ # Healthcare API conformance statement. For samples that show how to call
3327
3326
# RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
3328
3327
# healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3329
3328
# @param [String] parent
@@ -3535,14 +3534,13 @@ def retrieve_project_location_dataset_dicom_store_study_series_instance_instance
3535
3534
end
3536
3535
3537
3536
# RetrieveInstanceMetadata returns instance associated with the given study,
3538
- # series, and SOP Instance UID presented as metadata with the bulk data removed.
3539
- # See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/
3540
- # html/part18.html#sect_10.4). For details on the implementation of
3541
- # RetrieveInstanceMetadata, see [Metadata resources](https://cloud.google.com/
3542
- # healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
3543
- # conformance statement. For samples that show how to call
3544
- # RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/
3545
- # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3537
+ # series, and SOP Instance UID presented as metadata. See [RetrieveTransaction](
3538
+ # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
3539
+ # For details on the implementation of RetrieveInstanceMetadata, see [Metadata
3540
+ # resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
3541
+ # in the Cloud Healthcare API conformance statement. For samples that show how
3542
+ # to call RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.
3543
+ # com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3546
3544
# @param [String] parent
3547
3545
# Required. The name of the DICOM store that is being accessed. For example, `
3548
3546
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3629,9 +3627,9 @@ def retrieve_project_location_dataset_dicom_store_study_series_instance_rendered
3629
3627
end
3630
3628
3631
3629
# Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
3632
- # from an instance. See [Retrieve Transaction] (http://dicom.nema.org/medical/
3633
- # dicom/current/output/html/part18.html#sect_10.4)`: .external`. For details on
3634
- # the implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
3630
+ # from an instance. See [Retrieve Transaction](http://dicom.nema.org/medical/
3631
+ # dicom/current/output/html/part18.html#sect_10.4). For details on the
3632
+ # implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
3635
3633
# google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
3636
3634
# API conformance statement. For samples that show how to call RetrieveBulkdata,
3637
3635
# see [Retrieve bulkdata](https://cloud.google.com/healthcare/docs/how-tos/
0 commit comments