google-apis-healthcare_v1 0.51.0 → 0.52.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f004ade76cba73c008e2b858fa78c802b766af247fb9f9edde7b2e32785b743a
4
- data.tar.gz: b53c8188a9a95471676f136abb2970181b56b71d3e122f8450a28096f76d28be
3
+ metadata.gz: 16aab8215081c75c33da53cae5f4c7ed56eec317a23e92400a978354bdb01d03
4
+ data.tar.gz: 868c58fd83ad244a0e516904a07787175dbc95755855473308a23a9253d74ec6
5
5
  SHA512:
6
- metadata.gz: eb584dd0962a76cde362e124d2beff50dbd5f1d80d08ddae5b93737ade12679c72d3beda411c8c8e037c329d6b5f1f7c4a9d31adb7c40ff0231671219884c1e5
7
- data.tar.gz: 6c7cd3a6b39bf58e5d572152513fa72c532a321dee2449a1e69b85e2a0a9ae85d3607ed541c38e4c27108d3b632205e6ef9549a6dba3e64463b51d3efa5a6e0d
6
+ metadata.gz: f996819c2af30fa36f48d9efa50705087134fc76e97fa1a761668187c2533e5bdc2a317c8485089c18e2b36baa60beb10dc2e31c5f6180b832577e9c9b54dda6
7
+ data.tar.gz: 58c24531ffacb2cbf0e5a83f8e94c4b02a3b0e5ee9120d319fba1e7f6b88a2e3b0e38959a564d78a400511ffe1b6e46e4e7c6c5ccf1e7f3fc7fa07efe350b68a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.52.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231101
6
+
3
7
  ### v0.51.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231017
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1
18
18
  # Version of the google-apis-healthcare_v1 gem
19
- GEM_VERSION = "0.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231017"
25
+ REVISION = "20231101"
26
26
  end
27
27
  end
28
28
  end
@@ -2303,9 +2303,8 @@ module Google
2303
2303
  # html#sect_10.6). For details on the implementation of SearchForInstances, see [
2304
2304
  # Search transaction](https://cloud.google.com/healthcare/docs/dicom#
2305
2305
  # search_transaction) in the Cloud Healthcare API conformance statement. For
2306
- # samples that show how to call SearchForInstances, see [Searching for studies,
2307
- # series, instances, and frames](https://cloud.google.com/healthcare/docs/how-
2308
- # tos/dicomweb#searching_for_studies_series_instances_and_frames).
2306
+ # samples that show how to call SearchForInstances, see [Search for DICOM data](
2307
+ # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#search-dicom).
2309
2308
  # @param [String] parent
2310
2309
  # The name of the DICOM store that is being accessed. For example, `projects/`
2311
2310
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2347,9 +2346,8 @@ module Google
2347
2346
  # For details on the implementation of SearchForSeries, see [Search transaction]
2348
2347
  # (https://cloud.google.com/healthcare/docs/dicom#search_transaction) in the
2349
2348
  # Cloud Healthcare API conformance statement. For samples that show how to call
2350
- # SearchForSeries, see [Searching for studies, series, instances, and frames](
2351
- # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2352
- # searching_for_studies_series_instances_and_frames).
2349
+ # SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
2350
+ # healthcare/docs/how-tos/dicomweb#search-dicom).
2353
2351
  # @param [String] parent
2354
2352
  # The name of the DICOM store that is being accessed. For example, `projects/`
2355
2353
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2390,9 +2388,8 @@ module Google
2390
2388
  # For details on the implementation of SearchForStudies, see [Search
2391
2389
  # transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
2392
2390
  # in the Cloud Healthcare API conformance statement. For samples that show how
2393
- # to call SearchForStudies, see [Searching for studies, series, instances, and
2394
- # frames](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2395
- # searching_for_studies_series_instances_and_frames).
2391
+ # to call SearchForStudies, see [Search for DICOM data](https://cloud.google.com/
2392
+ # healthcare/docs/how-tos/dicomweb#search-dicom).
2396
2393
  # @param [String] parent
2397
2394
  # The name of the DICOM store that is being accessed. For example, `projects/`
2398
2395
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2470,8 +2467,8 @@ module Google
2470
2467
  # implementation of StoreInstances, see [Store transaction](https://cloud.google.
2471
2468
  # com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API
2472
2469
  # conformance statement. For samples that show how to call StoreInstances, see [
2473
- # Storing DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2474
- # storing_dicom_data).
2470
+ # Store DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2471
+ # store-dicom).
2475
2472
  # @param [String] parent
2476
2473
  # The name of the DICOM store that is being accessed. For example, `projects/`
2477
2474
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2618,9 +2615,8 @@ module Google
2618
2615
  # method returns an Operation which will be marked successful when the deletion
2619
2616
  # is complete. Warning: Instances cannot be inserted into a study that is being
2620
2617
  # deleted by an operation until the operation completes. For samples that show
2621
- # how to call DeleteStudy, see [Deleting a study, series, or instance](https://
2622
- # cloud.google.com/healthcare/docs/how-tos/dicomweb#
2623
- # deleting_a_study_series_or_instance).
2618
+ # how to call DeleteStudy, see [Delete a study, series, or instance](https://
2619
+ # cloud.google.com/healthcare/docs/how-tos/dicomweb#delete-dicom).
2624
2620
  # @param [String] parent
2625
2621
  # @param [String] dicom_web_path
2626
2622
  # The path of the DeleteStudy request. For example, `studies/`study_uid``.
@@ -2658,8 +2654,8 @@ module Google
2658
2654
  # For details on the implementation of RetrieveStudyMetadata, see [Metadata
2659
2655
  # resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
2660
2656
  # in the Cloud Healthcare API conformance statement. For samples that show how
2661
- # to call RetrieveStudyMetadata, see [Retrieving metadata](https://cloud.google.
2662
- # com/healthcare/docs/how-tos/dicomweb#retrieving_metadata).
2657
+ # to call RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.
2658
+ # com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
2663
2659
  # @param [String] parent
2664
2660
  # The name of the DICOM store that is being accessed. For example, `projects/`
2665
2661
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2700,9 +2696,9 @@ module Google
2700
2696
  # part18.html#sect_10.4). For details on the implementation of RetrieveStudy,
2701
2697
  # see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/
2702
2698
  # dicom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance
2703
- # statement. For samples that show how to call RetrieveStudy, see [Retrieving
2704
- # DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2705
- # retrieving_dicom_data).
2699
+ # statement. For samples that show how to call RetrieveStudy, see [Retrieve
2700
+ # DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
2701
+ # dicom).
2706
2702
  # @param [String] parent
2707
2703
  # The name of the DICOM store that is being accessed. For example, `projects/`
2708
2704
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2743,9 +2739,8 @@ module Google
2743
2739
  # html#sect_10.6). For details on the implementation of SearchForInstances, see [
2744
2740
  # Search transaction](https://cloud.google.com/healthcare/docs/dicom#
2745
2741
  # search_transaction) in the Cloud Healthcare API conformance statement. For
2746
- # samples that show how to call SearchForInstances, see [Searching for studies,
2747
- # series, instances, and frames](https://cloud.google.com/healthcare/docs/how-
2748
- # tos/dicomweb#searching_for_studies_series_instances_and_frames).
2742
+ # samples that show how to call SearchForInstances, see [Search for DICOM data](
2743
+ # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#search-dicom).
2749
2744
  # @param [String] parent
2750
2745
  # The name of the DICOM store that is being accessed. For example, `projects/`
2751
2746
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2787,9 +2782,8 @@ module Google
2787
2782
  # For details on the implementation of SearchForSeries, see [Search transaction]
2788
2783
  # (https://cloud.google.com/healthcare/docs/dicom#search_transaction) in the
2789
2784
  # Cloud Healthcare API conformance statement. For samples that show how to call
2790
- # SearchForSeries, see [Searching for studies, series, instances, and frames](
2791
- # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2792
- # searching_for_studies_series_instances_and_frames).
2785
+ # SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
2786
+ # healthcare/docs/how-tos/dicomweb#search-dicom).
2793
2787
  # @param [String] parent
2794
2788
  # The name of the DICOM store that is being accessed. For example, `projects/`
2795
2789
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2831,8 +2825,8 @@ module Google
2831
2825
  # implementation of StoreInstances, see [Store transaction](https://cloud.google.
2832
2826
  # com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API
2833
2827
  # conformance statement. For samples that show how to call StoreInstances, see [
2834
- # Storing DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2835
- # storing_dicom_data).
2828
+ # Store DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2829
+ # store-dicom).
2836
2830
  # @param [String] parent
2837
2831
  # The name of the DICOM store that is being accessed. For example, `projects/`
2838
2832
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2876,9 +2870,9 @@ module Google
2876
2870
  # transaction. The method returns an Operation which will be marked successful
2877
2871
  # when the deletion is complete. Warning: Instances cannot be inserted into a
2878
2872
  # series that is being deleted by an operation until the operation completes.
2879
- # For samples that show how to call DeleteSeries, see [Deleting a study, series,
2880
- # or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2881
- # deleting_a_study_series_or_instance).
2873
+ # For samples that show how to call DeleteSeries, see [Delete a study, series,
2874
+ # or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#delete-
2875
+ # dicom).
2882
2876
  # @param [String] parent
2883
2877
  # The name of the DICOM store that is being accessed. For example, `projects/`
2884
2878
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2921,8 +2915,8 @@ module Google
2921
2915
  # RetrieveSeriesMetadata, see [Metadata resources](https://cloud.google.com/
2922
2916
  # healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
2923
2917
  # conformance statement. For samples that show how to call
2924
- # RetrieveSeriesMetadata, see [Retrieving metadata](https://cloud.google.com/
2925
- # healthcare/docs/how-tos/dicomweb#retrieving_metadata).
2918
+ # RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
2919
+ # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
2926
2920
  # @param [String] parent
2927
2921
  # The name of the DICOM store that is being accessed. For example, `projects/`
2928
2922
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -2963,9 +2957,9 @@ module Google
2963
2957
  # part18.html#sect_10.4). For details on the implementation of RetrieveSeries,
2964
2958
  # see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/
2965
2959
  # dicom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance
2966
- # statement. For samples that show how to call RetrieveSeries, see [Retrieving
2967
- # DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
2968
- # retrieving_dicom_data).
2960
+ # statement. For samples that show how to call RetrieveSeries, see [Retrieve
2961
+ # DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
2962
+ # dicom).
2969
2963
  # @param [String] parent
2970
2964
  # The name of the DICOM store that is being accessed. For example, `projects/`
2971
2965
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -3006,9 +3000,8 @@ module Google
3006
3000
  # html#sect_10.6). For details on the implementation of SearchForInstances, see [
3007
3001
  # Search transaction](https://cloud.google.com/healthcare/docs/dicom#
3008
3002
  # search_transaction) in the Cloud Healthcare API conformance statement. For
3009
- # samples that show how to call SearchForInstances, see [Searching for studies,
3010
- # series, instances, and frames](https://cloud.google.com/healthcare/docs/how-
3011
- # tos/dicomweb#searching_for_studies_series_instances_and_frames).
3003
+ # samples that show how to call SearchForInstances, see [Search for DICOM data](
3004
+ # https://cloud.google.com/healthcare/docs/how-tos/dicomweb#search-dicom).
3012
3005
  # @param [String] parent
3013
3006
  # The name of the DICOM store that is being accessed. For example, `projects/`
3014
3007
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -3049,9 +3042,9 @@ module Google
3049
3042
  # and SOP Instance UID. Delete requests are equivalent to the GET requests
3050
3043
  # specified in the Retrieve transaction. Study and series search results can
3051
3044
  # take a few seconds to be updated after an instance is deleted using
3052
- # DeleteInstance. For samples that show how to call DeleteInstance, see [
3053
- # Deleting a study, series, or instance](https://cloud.google.com/healthcare/
3054
- # docs/how-tos/dicomweb#deleting_a_study_series_or_instance).
3045
+ # DeleteInstance. For samples that show how to call DeleteInstance, see [Delete
3046
+ # a study, series, or instance](https://cloud.google.com/healthcare/docs/how-tos/
3047
+ # dicomweb#delete-dicom).
3055
3048
  # @param [String] parent
3056
3049
  # The name of the DICOM store that is being accessed. For example, `projects/`
3057
3050
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -3094,8 +3087,8 @@ module Google
3094
3087
  # cloud.google.com/healthcare/docs/dicom#dicom_studyseriesinstances) and [DICOM
3095
3088
  # instances](https://cloud.google.com/healthcare/docs/dicom#dicom_instances) in
3096
3089
  # the Cloud Healthcare API conformance statement. For samples that show how to
3097
- # call RetrieveInstance, see [Retrieving an instance](https://cloud.google.com/
3098
- # healthcare/docs/how-tos/dicomweb#retrieving_an_instance).
3090
+ # call RetrieveInstance, see [Retrieve an instance](https://cloud.google.com/
3091
+ # healthcare/docs/how-tos/dicomweb#retrieve-instance).
3099
3092
  # @param [String] parent
3100
3093
  # The name of the DICOM store that is being accessed. For example, `projects/`
3101
3094
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -3138,8 +3131,8 @@ module Google
3138
3131
  # RetrieveInstanceMetadata, see [Metadata resources](https://cloud.google.com/
3139
3132
  # healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
3140
3133
  # conformance statement. For samples that show how to call
3141
- # RetrieveInstanceMetadata, see [Retrieving metadata](https://cloud.google.com/
3142
- # healthcare/docs/how-tos/dicomweb#retrieving_metadata).
3134
+ # RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/
3135
+ # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3143
3136
  # @param [String] parent
3144
3137
  # The name of the DICOM store that is being accessed. For example, `projects/`
3145
3138
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -3182,9 +3175,8 @@ module Google
3182
3175
  # RetrieveRenderedInstance, see [Rendered resources](https://cloud.google.com/
3183
3176
  # healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API
3184
3177
  # conformance statement. For samples that show how to call
3185
- # RetrieveRenderedInstance, see [Retrieving consumer image formats](https://
3186
- # cloud.google.com/healthcare/docs/how-tos/dicomweb#
3187
- # retrieving_consumer_image_formats).
3178
+ # RetrieveRenderedInstance, see [Retrieve consumer image formats](https://cloud.
3179
+ # google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
3188
3180
  # @param [String] parent
3189
3181
  # The name of the DICOM store that is being accessed. For example, `projects/`
3190
3182
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -3226,8 +3218,8 @@ module Google
3226
3218
  # the implementation of RetrieveFrames, see [DICOM frames](https://cloud.google.
3227
3219
  # com/healthcare/docs/dicom#dicom_frames) in the Cloud Healthcare API
3228
3220
  # conformance statement. For samples that show how to call RetrieveFrames, see [
3229
- # Retrieving DICOM data](https://cloud.google.com/healthcare/docs/how-tos/
3230
- # dicomweb#retrieving_dicom_data).
3221
+ # Retrieve DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
3222
+ # retrieve-dicom).
3231
3223
  # @param [String] parent
3232
3224
  # The name of the DICOM store that is being accessed. For example, `projects/`
3233
3225
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -3270,8 +3262,8 @@ module Google
3270
3262
  # RetrieveRenderedFrames, see [Rendered resources](https://cloud.google.com/
3271
3263
  # healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API
3272
3264
  # conformance statement. For samples that show how to call
3273
- # RetrieveRenderedFrames, see [Retrieving consumer image formats](https://cloud.
3274
- # google.com/healthcare/docs/how-tos/dicomweb#retrieving_consumer_image_formats).
3265
+ # RetrieveRenderedFrames, see [Retrieve consumer image formats](https://cloud.
3266
+ # google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
3275
3267
  # @param [String] parent
3276
3268
  # The name of the DICOM store that is being accessed. For example, `projects/`
3277
3269
  # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
@@ -4969,7 +4961,7 @@ module Google
4969
4961
  execute_or_queue_command(command, &block)
4970
4962
  end
4971
4963
 
4972
- # Gets metrics asssociated with the HL7v2 store.
4964
+ # Gets metrics associated with the HL7v2 store.
4973
4965
  # @param [String] name
4974
4966
  # The resource name of the HL7v2 store to get metrics for, in the format `
4975
4967
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
63
63
  post_install_message:
64
64
  rdoc_options: []