lib/google/apis/healthcare_v1/service.rb in google-apis-healthcare_v1-0.51.0 vs lib/google/apis/healthcare_v1/service.rb in google-apis-healthcare_v1-0.52.0
- old
+ new
@@ -2301,13 +2301,12 @@
# SearchForInstances returns a list of matching instances. See [Search
# Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.
# html#sect_10.6). For details on the implementation of SearchForInstances, see [
# Search transaction](https://cloud.google.com/healthcare/docs/dicom#
# search_transaction) in the Cloud Healthcare API conformance statement. For
- # samples that show how to call SearchForInstances, see [Searching for studies,
- # series, instances, and frames](https://cloud.google.com/healthcare/docs/how-
- # tos/dicomweb#searching_for_studies_series_instances_and_frames).
+ # samples that show how to call SearchForInstances, see [Search for DICOM data](
+ # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#search-dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2345,13 +2344,12 @@
# SearchForSeries returns a list of matching series. See [Search Transaction] (
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6).
# For details on the implementation of SearchForSeries, see [Search transaction]
# (https://cloud.google.com/healthcare/docs/dicom#search_transaction) in the
# Cloud Healthcare API conformance statement. For samples that show how to call
- # SearchForSeries, see [Searching for studies, series, instances, and frames](
- # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
- # searching_for_studies_series_instances_and_frames).
+ # SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
+ # healthcare/docs/how-tos/dicomweb#search-dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2388,13 +2386,12 @@
# SearchForStudies returns a list of matching studies. See [Search Transaction] (
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6).
# For details on the implementation of SearchForStudies, see [Search
# transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
# in the Cloud Healthcare API conformance statement. For samples that show how
- # to call SearchForStudies, see [Searching for studies, series, instances, and
- # frames](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
- # searching_for_studies_series_instances_and_frames).
+ # to call SearchForStudies, see [Search for DICOM data](https://cloud.google.com/
+ # healthcare/docs/how-tos/dicomweb#search-dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2468,12 +2465,12 @@
# identifiers (SUID). See [Store Transaction] (http://dicom.nema.org/medical/
# dicom/current/output/html/part18.html#sect_10.5). For details on the
# implementation of StoreInstances, see [Store transaction](https://cloud.google.
# com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API
# conformance statement. For samples that show how to call StoreInstances, see [
- # Storing DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
- # storing_dicom_data).
+ # Store DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
+ # store-dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2616,13 +2613,12 @@
# DeleteStudy deletes all instances within the given study. Delete requests are
# equivalent to the GET requests specified in the Retrieve transaction. The
# method returns an Operation which will be marked successful when the deletion
# is complete. Warning: Instances cannot be inserted into a study that is being
# deleted by an operation until the operation completes. For samples that show
- # how to call DeleteStudy, see [Deleting a study, series, or instance](https://
- # cloud.google.com/healthcare/docs/how-tos/dicomweb#
- # deleting_a_study_series_or_instance).
+ # how to call DeleteStudy, see [Delete a study, series, or instance](https://
+ # cloud.google.com/healthcare/docs/how-tos/dicomweb#delete-dicom).
# @param [String] parent
# @param [String] dicom_web_path
# The path of the DeleteStudy request. For example, `studies/`study_uid``.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
@@ -2656,12 +2652,12 @@
# presented as metadata with the bulk data removed. See [RetrieveTransaction] (
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
# For details on the implementation of RetrieveStudyMetadata, see [Metadata
# resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
# in the Cloud Healthcare API conformance statement. For samples that show how
- # to call RetrieveStudyMetadata, see [Retrieving metadata](https://cloud.google.
- # com/healthcare/docs/how-tos/dicomweb#retrieving_metadata).
+ # to call RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.
+ # com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2698,13 +2694,13 @@
# RetrieveStudy returns all instances within the given study. See [
# RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/
# part18.html#sect_10.4). For details on the implementation of RetrieveStudy,
# see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/
# dicom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance
- # statement. For samples that show how to call RetrieveStudy, see [Retrieving
- # DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
- # retrieving_dicom_data).
+ # statement. For samples that show how to call RetrieveStudy, see [Retrieve
+ # DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
+ # dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2741,13 +2737,12 @@
# SearchForInstances returns a list of matching instances. See [Search
# Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.
# html#sect_10.6). For details on the implementation of SearchForInstances, see [
# Search transaction](https://cloud.google.com/healthcare/docs/dicom#
# search_transaction) in the Cloud Healthcare API conformance statement. For
- # samples that show how to call SearchForInstances, see [Searching for studies,
- # series, instances, and frames](https://cloud.google.com/healthcare/docs/how-
- # tos/dicomweb#searching_for_studies_series_instances_and_frames).
+ # samples that show how to call SearchForInstances, see [Search for DICOM data](
+ # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#search-dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2785,13 +2780,12 @@
# SearchForSeries returns a list of matching series. See [Search Transaction] (
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6).
# For details on the implementation of SearchForSeries, see [Search transaction]
# (https://cloud.google.com/healthcare/docs/dicom#search_transaction) in the
# Cloud Healthcare API conformance statement. For samples that show how to call
- # SearchForSeries, see [Searching for studies, series, instances, and frames](
- # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
- # searching_for_studies_series_instances_and_frames).
+ # SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
+ # healthcare/docs/how-tos/dicomweb#search-dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2829,12 +2823,12 @@
# identifiers (SUID). See [Store Transaction] (http://dicom.nema.org/medical/
# dicom/current/output/html/part18.html#sect_10.5). For details on the
# implementation of StoreInstances, see [Store transaction](https://cloud.google.
# com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API
# conformance statement. For samples that show how to call StoreInstances, see [
- # Storing DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
- # storing_dicom_data).
+ # Store DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
+ # store-dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2874,13 +2868,13 @@
# DeleteSeries deletes all instances within the given study and series. Delete
# requests are equivalent to the GET requests specified in the Retrieve
# transaction. The method returns an Operation which will be marked successful
# when the deletion is complete. Warning: Instances cannot be inserted into a
# series that is being deleted by an operation until the operation completes.
- # For samples that show how to call DeleteSeries, see [Deleting a study, series,
- # or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
- # deleting_a_study_series_or_instance).
+ # For samples that show how to call DeleteSeries, see [Delete a study, series,
+ # or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#delete-
+ # dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2919,12 +2913,12 @@
# RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/
# part18.html#sect_10.4). For details on the implementation of
# RetrieveSeriesMetadata, see [Metadata resources](https://cloud.google.com/
# healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
# conformance statement. For samples that show how to call
- # RetrieveSeriesMetadata, see [Retrieving metadata](https://cloud.google.com/
- # healthcare/docs/how-tos/dicomweb#retrieving_metadata).
+ # RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
+ # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -2961,13 +2955,13 @@
# RetrieveSeries returns all instances within the given study and series. See [
# RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/
# part18.html#sect_10.4). For details on the implementation of RetrieveSeries,
# see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/
# dicom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance
- # statement. For samples that show how to call RetrieveSeries, see [Retrieving
- # DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
- # retrieving_dicom_data).
+ # statement. For samples that show how to call RetrieveSeries, see [Retrieve
+ # DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
+ # dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -3004,13 +2998,12 @@
# SearchForInstances returns a list of matching instances. See [Search
# Transaction] (http://dicom.nema.org/medical/dicom/current/output/html/part18.
# html#sect_10.6). For details on the implementation of SearchForInstances, see [
# Search transaction](https://cloud.google.com/healthcare/docs/dicom#
# search_transaction) in the Cloud Healthcare API conformance statement. For
- # samples that show how to call SearchForInstances, see [Searching for studies,
- # series, instances, and frames](https://cloud.google.com/healthcare/docs/how-
- # tos/dicomweb#searching_for_studies_series_instances_and_frames).
+ # samples that show how to call SearchForInstances, see [Search for DICOM data](
+ # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#search-dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -3047,13 +3040,13 @@
# DeleteInstance deletes an instance associated with the given study, series,
# and SOP Instance UID. Delete requests are equivalent to the GET requests
# specified in the Retrieve transaction. Study and series search results can
# take a few seconds to be updated after an instance is deleted using
- # DeleteInstance. For samples that show how to call DeleteInstance, see [
- # Deleting a study, series, or instance](https://cloud.google.com/healthcare/
- # docs/how-tos/dicomweb#deleting_a_study_series_or_instance).
+ # DeleteInstance. For samples that show how to call DeleteInstance, see [Delete
+ # a study, series, or instance](https://cloud.google.com/healthcare/docs/how-tos/
+ # dicomweb#delete-dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -3092,12 +3085,12 @@
# dicom/current/output/html/part18.html#sect_10.4). For details on the
# implementation of RetrieveInstance, see [DICOM study/series/instances](https://
# cloud.google.com/healthcare/docs/dicom#dicom_studyseriesinstances) and [DICOM
# instances](https://cloud.google.com/healthcare/docs/dicom#dicom_instances) in
# the Cloud Healthcare API conformance statement. For samples that show how to
- # call RetrieveInstance, see [Retrieving an instance](https://cloud.google.com/
- # healthcare/docs/how-tos/dicomweb#retrieving_an_instance).
+ # call RetrieveInstance, see [Retrieve an instance](https://cloud.google.com/
+ # healthcare/docs/how-tos/dicomweb#retrieve-instance).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -3136,12 +3129,12 @@
# See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/
# html/part18.html#sect_10.4). For details on the implementation of
# RetrieveInstanceMetadata, see [Metadata resources](https://cloud.google.com/
# healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
# conformance statement. For samples that show how to call
- # RetrieveInstanceMetadata, see [Retrieving metadata](https://cloud.google.com/
- # healthcare/docs/how-tos/dicomweb#retrieving_metadata).
+ # RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/
+ # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -3180,13 +3173,12 @@
# RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/
# part18.html#sect_10.4). For details on the implementation of
# RetrieveRenderedInstance, see [Rendered resources](https://cloud.google.com/
# healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API
# conformance statement. For samples that show how to call
- # RetrieveRenderedInstance, see [Retrieving consumer image formats](https://
- # cloud.google.com/healthcare/docs/how-tos/dicomweb#
- # retrieving_consumer_image_formats).
+ # RetrieveRenderedInstance, see [Retrieve consumer image formats](https://cloud.
+ # google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -3224,12 +3216,12 @@
# Instance UID and frame numbers. See [RetrieveTransaction] (http://dicom.nema.
# org/medical/dicom/current/output/html/part18.html#sect_10.4`. For details on
# the implementation of RetrieveFrames, see [DICOM frames](https://cloud.google.
# com/healthcare/docs/dicom#dicom_frames) in the Cloud Healthcare API
# conformance statement. For samples that show how to call RetrieveFrames, see [
- # Retrieving DICOM data](https://cloud.google.com/healthcare/docs/how-tos/
- # dicomweb#retrieving_dicom_data).
+ # Retrieve DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
+ # retrieve-dicom).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -3268,12 +3260,12 @@
# Type. See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/
# output/html/part18.html#sect_10.4). For details on the implementation of
# RetrieveRenderedFrames, see [Rendered resources](https://cloud.google.com/
# healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API
# conformance statement. For samples that show how to call
- # RetrieveRenderedFrames, see [Retrieving consumer image formats](https://cloud.
- # google.com/healthcare/docs/how-tos/dicomweb#retrieving_consumer_image_formats).
+ # RetrieveRenderedFrames, see [Retrieve consumer image formats](https://cloud.
+ # google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
# @param [String] parent
# The name of the DICOM store that is being accessed. For example, `projects/`
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
# dicom_store_id``.
# @param [String] dicom_web_path
@@ -4967,10 +4959,10 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Gets metrics asssociated with the HL7v2 store.
+ # Gets metrics associated with the HL7v2 store.
# @param [String] name
# The resource name of the HL7v2 store to get metrics for, in the format `
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
# hl7V2Stores/`hl7v2_store_id``.
# @param [String] fields