google-apis-healthcare_v1 0.50.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: 2557af71b5219308eb1693becd925597fa631bfdd62ee3539f9b74700d85a786
4
- data.tar.gz: '037883fa2377469b3a02ef4fe4e03f62d482ebcdaccf2051021748b504e3c2a3'
3
+ metadata.gz: 16aab8215081c75c33da53cae5f4c7ed56eec317a23e92400a978354bdb01d03
4
+ data.tar.gz: 868c58fd83ad244a0e516904a07787175dbc95755855473308a23a9253d74ec6
5
5
  SHA512:
6
- metadata.gz: d5f07b28043d86e1ba36de62a6392b5f213280e41bd9063800746b06c7210c56424232e54d676551b125d39728eeacfce123272acbfb1bdf2e77c8e9b3e8dfe4
7
- data.tar.gz: 3c6199ec1724d46e647f7f18aaf27d8ec7037d7042af23d8ed00f4b61f40520434aa49a27b065bf72e9e2c2ae32f4683595e5021dca4209c445805d2e2a2f6cb
6
+ metadata.gz: f996819c2af30fa36f48d9efa50705087134fc76e97fa1a761668187c2533e5bdc2a317c8485089c18e2b36baa60beb10dc2e31c5f6180b832577e9c9b54dda6
7
+ data.tar.gz: 58c24531ffacb2cbf0e5a83f8e94c4b02a3b0e5ee9120d319fba1e7f6b88a2e3b0e38959a564d78a400511ffe1b6e46e4e7c6c5ccf1e7f3fc7fa07efe350b68a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.51.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231017
10
+
3
11
  ### v0.50.0 (2023-10-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20231003
@@ -1573,42 +1573,41 @@ module Google
1573
1573
  attr_accessor :end_time
1574
1574
 
1575
1575
  # Restricts messages exported to those matching a filter, only applicable to
1576
- # PubsubDestination and GcsDestination. The following syntax is available: * A
1577
- # string field value can be written as text inside quotation marks, for example `
1578
- # "query text"`. The only valid relational operation for text fields is equality
1579
- # (`=`), where text is searched within the field, rather than having the field
1580
- # be equal to the text. For example, `"Comment = great"` returns messages with `
1581
- # great` in the comment field. * A number field value can be written as an
1582
- # integer, a decimal, or an exponential. The valid relational operators for
1583
- # number fields are the equality operator (`=`), along with the less than/
1584
- # greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no
1585
- # inequality (`!=`) operator. You can prepend the `NOT` operator to an
1586
- # expression to negate it. * A date field value must be written in the `yyyy-mm-
1587
- # dd` format. Fields with date and time use the RFC3339 time format. Leading
1588
- # zeros are required for one-digit months and days. The valid relational
1589
- # operators for date fields are the equality operator (`=`) , along with the
1590
- # less than/greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no
1591
- # inequality (`!=`) operator. You can prepend the `NOT` operator to an
1592
- # expression to negate it. * Multiple field query expressions can be combined in
1593
- # one query by adding `AND` or `OR` operators between the expressions. If a
1594
- # boolean operator appears within a quoted string, it is not treated as special,
1595
- # and is just another part of the character string to be matched. You can
1596
- # prepend the `NOT` operator to an expression to negate it. The following fields
1597
- # and functions are available for filtering: * `message_type`, from the MSH-9.1
1598
- # field. For example, `NOT message_type = "ADT"`. * `send_date` or `sendDate`,
1599
- # the `yyyy-mm-dd` date the message was sent in the dataset's time_zone, from
1600
- # the MSH-7 segment. For example, `send_date < "2017-01-02"`. * `send_time`, the
1601
- # timestamp when the message was sent, using the RFC3339 time format for
1602
- # comparisons, from the MSH-7 segment. For example, `send_time < "2017-01-02T00:
1603
- # 00:00-05:00"`. * `create_time`, the timestamp when the message was created in
1604
- # the HL7v2 store. Use the RFC3339 time format for comparisons. For example, `
1605
- # create_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center
1606
- # that the message came from, from the MSH-4 segment. For example, `
1607
- # send_facility = "ABC"`. Note: The filter will be applied to every message in
1608
- # the HL7v2 store whose `send_time` lies in the range defined by the `start_time`
1609
- # and the `end_time`. Even if the filter only matches a small set of messages,
1610
- # the export operation can still take a long time to finish when a lot of
1611
- # messages are between the specified `start_time` and `end_time` range.
1576
+ # PubsubDestination. The following syntax is available: * A string field value
1577
+ # can be written as text inside quotation marks, for example `"query text"`. The
1578
+ # only valid relational operation for text fields is equality (`=`), where text
1579
+ # is searched within the field, rather than having the field be equal to the
1580
+ # text. For example, `"Comment = great"` returns messages with `great` in the
1581
+ # comment field. * A number field value can be written as an integer, a decimal,
1582
+ # or an exponential. The valid relational operators for number fields are the
1583
+ # equality operator (`=`), along with the less than/greater than operators (`<`,
1584
+ # `<=`, `>`, `>=`). Note that there is no inequality (`!=`) operator. You can
1585
+ # prepend the `NOT` operator to an expression to negate it. * A date field value
1586
+ # must be written in the `yyyy-mm-dd` format. Fields with date and time use the
1587
+ # RFC3339 time format. Leading zeros are required for one-digit months and days.
1588
+ # The valid relational operators for date fields are the equality operator (`=`)
1589
+ # , along with the less than/greater than operators (`<`, `<=`, `>`, `>=`). Note
1590
+ # that there is no inequality (`!=`) operator. You can prepend the `NOT`
1591
+ # operator to an expression to negate it. * Multiple field query expressions can
1592
+ # be combined in one query by adding `AND` or `OR` operators between the
1593
+ # expressions. If a boolean operator appears within a quoted string, it is not
1594
+ # treated as special, and is just another part of the character string to be
1595
+ # matched. You can prepend the `NOT` operator to an expression to negate it. The
1596
+ # following fields and functions are available for filtering: * `message_type`,
1597
+ # from the MSH-9.1 field. For example, `NOT message_type = "ADT"`. * `send_date`
1598
+ # or `sendDate`, the `yyyy-mm-dd` date the message was sent in the dataset's
1599
+ # time_zone, from the MSH-7 segment. For example, `send_date < "2017-01-02"`. * `
1600
+ # send_time`, the timestamp when the message was sent, using the RFC3339 time
1601
+ # format for comparisons, from the MSH-7 segment. For example, `send_time < "
1602
+ # 2017-01-02T00:00:00-05:00"`. * `create_time`, the timestamp when the message
1603
+ # was created in the HL7v2 store. Use the RFC3339 time format for comparisons.
1604
+ # For example, `create_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`,
1605
+ # the care center that the message came from, from the MSH-4 segment. For
1606
+ # example, `send_facility = "ABC"`. Note: The filter will be applied to every
1607
+ # message in the HL7v2 store whose `send_time` lies in the range defined by the `
1608
+ # start_time` and the `end_time`. Even if the filter only matches a small set of
1609
+ # messages, the export operation can still take a long time to finish when a lot
1610
+ # of messages are between the specified `start_time` and `end_time` range.
1612
1611
  # Corresponds to the JSON property `filter`
1613
1612
  # @return [String]
1614
1613
  attr_accessor :filter
@@ -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.50.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 = "20231003"
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/`
@@ -4585,10 +4577,26 @@ module Google
4585
4577
  # 50,000 might not be fully searchable as the server might trim its generated
4586
4578
  # search index in those cases. Note: FHIR resources are indexed asynchronously,
4587
4579
  # so there might be a slight delay between the time a resource is created or
4588
- # changes and when the change is reflected in search results. For samples and
4589
- # detailed information, see [Searching for FHIR resources](https://cloud.google.
4590
- # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
4591
- # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
4580
+ # changed, and the time when the change reflects in search results. The only
4581
+ # exception is resource identifier data, which is indexed synchronously as a
4582
+ # special index. As a result, searching using resource identifier is not subject
4583
+ # to indexing delay. To use the special synchronous index, the search term for
4584
+ # identifier should be in the pattern `identifier=[system]|[value]` or `
4585
+ # identifier=[value]`, and any of the following search result parameters can be
4586
+ # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
4587
+ # your query contains any other search parameters, the standard asynchronous
4588
+ # index will be used instead. Note that searching against the special index is
4589
+ # optimized for resolving a small number of matches. The search isn't optimized
4590
+ # if your identifier search criteria matches a large number (i.e. more than 2,
4591
+ # 000) of resources. For a search query that will match a large number of
4592
+ # resources, you can avoiding using the special synchronous index by including
4593
+ # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
4594
+ # you want to keep the default sorting order. Note: The special synchronous
4595
+ # identifier index are currently disabled for DocumentReference and
4596
+ # DocumentManifest searches. For samples and detailed information, see [
4597
+ # Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
4598
+ # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
4599
+ # healthcare/docs/how-tos/fhir-advanced-search).
4592
4600
  # @param [String] parent
4593
4601
  # Name of the FHIR store to retrieve resources from.
4594
4602
  # @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -4663,10 +4671,26 @@ module Google
4663
4671
  # 50,000 might not be fully searchable as the server might trim its generated
4664
4672
  # search index in those cases. Note: FHIR resources are indexed asynchronously,
4665
4673
  # so there might be a slight delay between the time a resource is created or
4666
- # changes and when the change is reflected in search results. For samples and
4667
- # detailed information, see [Searching for FHIR resources](https://cloud.google.
4668
- # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
4669
- # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
4674
+ # changed, and the time when the change reflects in search results. The only
4675
+ # exception is resource identifier data, which is indexed synchronously as a
4676
+ # special index. As a result, searching using resource identifier is not subject
4677
+ # to indexing delay. To use the special synchronous index, the search term for
4678
+ # identifier should be in the pattern `identifier=[system]|[value]` or `
4679
+ # identifier=[value]`, and any of the following search result parameters can be
4680
+ # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
4681
+ # your query contains any other search parameters, the standard asynchronous
4682
+ # index will be used instead. Note that searching against the special index is
4683
+ # optimized for resolving a small number of matches. The search isn't optimized
4684
+ # if your identifier search criteria matches a large number (i.e. more than 2,
4685
+ # 000) of resources. For a search query that will match a large number of
4686
+ # resources, you can avoiding using the special synchronous index by including
4687
+ # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
4688
+ # you want to keep the default sorting order. Note: The special synchronous
4689
+ # identifier index are currently disabled for DocumentReference and
4690
+ # DocumentManifest searches. For samples and detailed information, see [
4691
+ # Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
4692
+ # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
4693
+ # healthcare/docs/how-tos/fhir-advanced-search).
4670
4694
  # @param [String] parent
4671
4695
  # Name of the FHIR store to retrieve resources from.
4672
4696
  # @param [String] resource_type
@@ -4937,7 +4961,7 @@ module Google
4937
4961
  execute_or_queue_command(command, &block)
4938
4962
  end
4939
4963
 
4940
- # Gets metrics asssociated with the HL7v2 store.
4964
+ # Gets metrics associated with the HL7v2 store.
4941
4965
  # @param [String] name
4942
4966
  # The resource name of the HL7v2 store to get metrics for, in the format `
4943
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.50.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-15 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.50.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: []