google-apis-healthcare_v1 0.39.0 → 0.41.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: a38ce82eb9c3f85dbdaac041aada71e3db8ab8dca3bb5bbea72570543101d049
4
- data.tar.gz: de751042f9ff34837914e2f5f1f1f3890293f5072275709b3e379dd5eac41c0c
3
+ metadata.gz: 8c3eb5b6d2effa0e6ea4757805ec96afd238a1c3c3533f8c4f2b21b3071affd8
4
+ data.tar.gz: b1c62e2327b2b19f04cf6a748cd72e123223d1bc5a6e9ed60ff0d5a64210a1de
5
5
  SHA512:
6
- metadata.gz: 762beed7a147d1ce7f09d39c572eeceb1d44d5b44c9be16f23ef70e74ac5073497706ec7172c28ccad91b1e18575a1f6783a01afd283fd10bc7a840ec4142214
7
- data.tar.gz: 5739cf66bb687ee6297ac3a6cdf139d944d7f265ca31f82f1ec393b5135179e366b28ad46a853a221bea888a5dc8ab63b58525fae174419cf92fe79fc91d0e54
6
+ metadata.gz: 2538360829508eb2e75a2d60f4862be4f37a75ba9ead19647cfb6252333916a44ab3f8b66d00d9282853aa0c3673e597873d6b94a196b7865cfcaaa1ffc35c84
7
+ data.tar.gz: d346b399b86602cb406940e6abd6b41c1ed3f9c6ac409144be2e60a138da331338757f96fb3b46f00e3d545eae6b7261b4d00caf53199878ad2ffe91e45c4c23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.41.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230321
6
+
7
+ ### v0.40.0 (2023-03-19)
8
+
9
+ * Regenerated from discovery document revision 20230310
10
+
3
11
  ### v0.39.0 (2023-03-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230223
@@ -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.39.0"
19
+ GEM_VERSION = "0.41.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 = "20230223"
25
+ REVISION = "20230321"
26
26
  end
27
27
  end
28
28
  end
@@ -3770,7 +3770,9 @@ module Google
3770
3770
  # second and include a time zone.
3771
3771
  # @param [String] _type
3772
3772
  # String of comma-delimited FHIR resource types. If provided, only resources of
3773
- # the specified resource type(s) are returned.
3773
+ # the specified resource type(s) are returned. Specifying multiple `_type`
3774
+ # parameters isn't supported. For example, the result of `_type=Observation&
3775
+ # _type=Encounter` is undefined. Use `_type=Observation,Encounter` instead.
3774
3776
  # @param [String] end_
3775
3777
  # The response includes records prior to the end date. The date uses the format
3776
3778
  # YYYY-MM-DD. If no end date is provided, all records subsequent to the start
@@ -4299,17 +4301,18 @@ module Google
4299
4301
  # _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
4300
4302
  # _elements`. The maximum number of search results returned defaults to 100,
4301
4303
  # which can be overridden by the `_count` parameter up to a maximum limit of
4302
- # 1000. If there are additional results, the returned `Bundle` contains a link
4303
- # of `relation` "next", which has a `_page_token` parameter for an opaque
4304
- # pagination token that can be used to retrieve the next page. Resources with a
4305
- # total size larger than 5MB or a field count larger than 50,000 might not be
4306
- # fully searchable as the server might trim its generated search index in those
4307
- # cases. Note: FHIR resources are indexed asynchronously, so there might be a
4308
- # slight delay between the time a resource is created or changes and when the
4309
- # change is reflected in search results. For samples and detailed information,
4310
- # see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/
4311
- # how-tos/fhir-search) and [Advanced FHIR search features](https://cloud.google.
4312
- # com/healthcare/docs/how-tos/fhir-advanced-search).
4304
+ # 1000. The server might return fewer resources than requested to prevent
4305
+ # excessively large responses. If there are additional results, the returned `
4306
+ # Bundle` contains a link of `relation` "next", which has a `_page_token`
4307
+ # parameter for an opaque pagination token that can be used to retrieve the next
4308
+ # page. Resources with a total size larger than 5MB or a field count larger than
4309
+ # 50,000 might not be fully searchable as the server might trim its generated
4310
+ # search index in those cases. Note: FHIR resources are indexed asynchronously,
4311
+ # so there might be a slight delay between the time a resource is created or
4312
+ # changes and when the change is reflected in search results. For samples and
4313
+ # detailed information, see [Searching for FHIR resources](https://cloud.google.
4314
+ # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
4315
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
4313
4316
  # @param [String] parent
4314
4317
  # Name of the FHIR store to retrieve resources from.
4315
4318
  # @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -4376,17 +4379,18 @@ module Google
4376
4379
  # _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
4377
4380
  # _elements`. The maximum number of search results returned defaults to 100,
4378
4381
  # which can be overridden by the `_count` parameter up to a maximum limit of
4379
- # 1000. If there are additional results, the returned `Bundle` contains a link
4380
- # of `relation` "next", which has a `_page_token` parameter for an opaque
4381
- # pagination token that can be used to retrieve the next page. Resources with a
4382
- # total size larger than 5MB or a field count larger than 50,000 might not be
4383
- # fully searchable as the server might trim its generated search index in those
4384
- # cases. Note: FHIR resources are indexed asynchronously, so there might be a
4385
- # slight delay between the time a resource is created or changes and when the
4386
- # change is reflected in search results. For samples and detailed information,
4387
- # see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/
4388
- # how-tos/fhir-search) and [Advanced FHIR search features](https://cloud.google.
4389
- # com/healthcare/docs/how-tos/fhir-advanced-search).
4382
+ # 1000. The server might return fewer resources than requested to prevent
4383
+ # excessively large responses. If there are additional results, the returned `
4384
+ # Bundle` contains a link of `relation` "next", which has a `_page_token`
4385
+ # parameter for an opaque pagination token that can be used to retrieve the next
4386
+ # page. Resources with a total size larger than 5MB or a field count larger than
4387
+ # 50,000 might not be fully searchable as the server might trim its generated
4388
+ # search index in those cases. Note: FHIR resources are indexed asynchronously,
4389
+ # so there might be a slight delay between the time a resource is created or
4390
+ # changes and when the change is reflected in search results. For samples and
4391
+ # detailed information, see [Searching for FHIR resources](https://cloud.google.
4392
+ # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
4393
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
4390
4394
  # @param [String] parent
4391
4395
  # Name of the FHIR store to retrieve resources from.
4392
4396
  # @param [String] resource_type
@@ -4941,7 +4945,7 @@ module Google
4941
4945
  # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
4942
4946
  # message when a notification is received.
4943
4947
  # @param [String] parent
4944
- # The name of the dataset this message belongs to.
4948
+ # The name of the HL7v2 store this message belongs to.
4945
4949
  # @param [Google::Apis::HealthcareV1::CreateMessageRequest] create_message_request_object
4946
4950
  # @param [String] fields
4947
4951
  # Selector specifying which fields to include in a partial response.
@@ -5283,13 +5287,7 @@ module Google
5283
5287
  end
5284
5288
 
5285
5289
  # Lists operations that match the specified filter in the request. If the server
5286
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
5287
- # binding allows API services to override the binding to use different resource
5288
- # name schemes, such as `users/*/operations`. To override the binding, API
5289
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
5290
- # service configuration. For backwards compatibility, the default name includes
5291
- # the operations collection id, however overriding users must ensure the name
5292
- # binding is the parent resource, without the operations collection id.
5290
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
5293
5291
  # @param [String] name
5294
5292
  # The name of the operation's parent resource.
5295
5293
  # @param [String] filter
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.39.0
4
+ version: 0.41.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-03-05 00:00:00.000000000 Z
11
+ date: 2023-04-02 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.41.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: []