google-apis-healthcare_v1 0.36.0 → 0.37.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: e3d60617d1d71aa7725443fcce85bac84b26c034039478f4dd4f2af973169c09
4
- data.tar.gz: 24728d4b9e6378637f0b62c14091d02640e318bc3e183d53a9a08ba2a38cd71f
3
+ metadata.gz: d88de6558c4fc43746a72f51059801137e07bcad4b4425976740f140d6a35906
4
+ data.tar.gz: efada458bc4e83e5693e5b39e0ce56e833fd787f5283b4ca73b1980c87a88db7
5
5
  SHA512:
6
- metadata.gz: 82816462dc1766eb96ee5e27cb8db34cb2661571c24b14258697c0e19abbf578c380892145b7f21dc0debbd44461b7af7f070e103148bb512a4ee4982dec79bd
7
- data.tar.gz: c72853e42ca71e8ca005e54acb7720a8cab3abc53ffab19d5d82ef4b67daef82e3b6201925c327c3b530ea8ebd74a2b1d8ce32c2143d25c12a22f98b58f3a9ca
6
+ metadata.gz: d16920c48db0e6e26b2867d09a5bf30a1bee837005dffd0d45c8774f96161b57dde8b732f7956d1ffb5ac938d215e82d4cfb1d10434d3425f5a7cf2a8205550d
7
+ data.tar.gz: 1226bca8f9dc0080a23525dca8935e2469fa5d01ac2f253819ed6a66e6058c32fb909d38b39c671fcabab1bf2911437878b109cffc52ff69f01666512a16382b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.37.0 (2023-01-04)
4
+
5
+ * Regenerated from discovery document revision 20221207
6
+
3
7
  ### v0.36.0 (2022-10-20)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -817,9 +817,11 @@ module Google
817
817
  class DateShiftConfig
818
818
  include Google::Apis::Core::Hashable
819
819
 
820
- # An AES 128/192/256 bit key. Causes the shift to be computed based on this key
821
- # and the patient ID. A default key is generated for each de-identification
822
- # operation and is used when neither `crypto_key` nor `kms_wrapped` is specified.
820
+ # An AES 128/192/256 bit key. The date shift is computed based on this key and
821
+ # the patient ID. If the patient ID is empty for a DICOM resource, the date
822
+ # shift is computed based on this key and the study instance UID. If `crypto_key`
823
+ # is not set, then `kms_wrapped` is used to calculate the date shift. If
824
+ # neither is set, a default key is generated for each de-identify operation.
823
825
  # Must not be set if `kms_wrapped` is set.
824
826
  # Corresponds to the JSON property `cryptoKey`
825
827
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
@@ -1255,7 +1257,7 @@ module Google
1255
1257
  attr_accessor :confidence
1256
1258
 
1257
1259
  # linked_entities are candidate ontological concepts that this entity mention
1258
- # may refer to. They are sorted by decreasing confidence.it
1260
+ # may refer to. They are sorted by decreasing confidence.
1259
1261
  # Corresponds to the JSON property `linkedEntities`
1260
1262
  # @return [Array<Google::Apis::HealthcareV1::LinkedEntity>]
1261
1263
  attr_accessor :linked_entities
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220929"
25
+ REVISION = "20221207"
26
26
  end
27
27
  end
28
28
  end
@@ -4264,22 +4264,22 @@ module Google
4264
4264
  # http://hl7.org/implement/standards/fhir/R4/searchparameter-registry.html)).
4265
4265
  # FHIR search parameters for DSTU2 can be found on each resource's definition
4266
4266
  # page. Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `
4267
- # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `:recurse`.
4268
- # Supported search result parameters: `_sort`, `_count`, `_include`, `
4269
- # _revinclude`, `_summary=text`, `_summary=data`, and `_elements`. The maximum
4270
- # number of search results returned defaults to 100, which can be overridden by
4271
- # the `_count` parameter up to a maximum limit of 1000. If there are additional
4272
- # results, the returned `Bundle` contains a link of `relation` "next", which has
4273
- # a `_page_token` parameter for an opaque pagination token that can be used to
4274
- # retrieve the next page. Resources with a total size larger than 5MB or a field
4275
- # count larger than 50,000 might not be fully searchable as the server might
4276
- # trim its generated search index in those cases. Note: FHIR resources are
4277
- # indexed asynchronously, so there might be a slight delay between the time a
4278
- # resource is created or changes and when the change is reflected in search
4279
- # results. For samples and detailed information, see [Searching for FHIR
4280
- # resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [
4281
- # Advanced FHIR search features](https://cloud.google.com/healthcare/docs/how-
4282
- # tos/fhir-advanced-search).
4267
+ # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2
4268
+ # and STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `
4269
+ # _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
4270
+ # _elements`. The maximum number of search results returned defaults to 100,
4271
+ # which can be overridden by the `_count` parameter up to a maximum limit of
4272
+ # 1000. If there are additional results, the returned `Bundle` contains a link
4273
+ # of `relation` "next", which has a `_page_token` parameter for an opaque
4274
+ # pagination token that can be used to retrieve the next page. Resources with a
4275
+ # total size larger than 5MB or a field count larger than 50,000 might not be
4276
+ # fully searchable as the server might trim its generated search index in those
4277
+ # cases. Note: FHIR resources are indexed asynchronously, so there might be a
4278
+ # slight delay between the time a resource is created or changes and when the
4279
+ # change is reflected in search results. For samples and detailed information,
4280
+ # see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/
4281
+ # how-tos/fhir-search) and [Advanced FHIR search features](https://cloud.google.
4282
+ # com/healthcare/docs/how-tos/fhir-advanced-search).
4283
4283
  # @param [String] parent
4284
4284
  # Name of the FHIR store to retrieve resources from.
4285
4285
  # @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -4341,22 +4341,22 @@ module Google
4341
4341
  # http://hl7.org/implement/standards/fhir/R4/searchparameter-registry.html)).
4342
4342
  # FHIR search parameters for DSTU2 can be found on each resource's definition
4343
4343
  # page. Supported search modifiers: `:missing`, `:exact`, `:contains`, `:text`, `
4344
- # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `:recurse`.
4345
- # Supported search result parameters: `_sort`, `_count`, `_include`, `
4346
- # _revinclude`, `_summary=text`, `_summary=data`, and `_elements`. The maximum
4347
- # number of search results returned defaults to 100, which can be overridden by
4348
- # the `_count` parameter up to a maximum limit of 1000. If there are additional
4349
- # results, the returned `Bundle` contains a link of `relation` "next", which has
4350
- # a `_page_token` parameter for an opaque pagination token that can be used to
4351
- # retrieve the next page. Resources with a total size larger than 5MB or a field
4352
- # count larger than 50,000 might not be fully searchable as the server might
4353
- # trim its generated search index in those cases. Note: FHIR resources are
4354
- # indexed asynchronously, so there might be a slight delay between the time a
4355
- # resource is created or changes and when the change is reflected in search
4356
- # results. For samples and detailed information, see [Searching for FHIR
4357
- # resources](https://cloud.google.com/healthcare/docs/how-tos/fhir-search) and [
4358
- # Advanced FHIR search features](https://cloud.google.com/healthcare/docs/how-
4359
- # tos/fhir-advanced-search).
4344
+ # :in`, `:not-in`, `:above`, `:below`, `:[type]`, `:not`, and `recurse` (DSTU2
4345
+ # and STU3) or `:iterate` (R4). Supported search result parameters: `_sort`, `
4346
+ # _count`, `_include`, `_revinclude`, `_summary=text`, `_summary=data`, and `
4347
+ # _elements`. The maximum number of search results returned defaults to 100,
4348
+ # which can be overridden by the `_count` parameter up to a maximum limit of
4349
+ # 1000. If there are additional results, the returned `Bundle` contains a link
4350
+ # of `relation` "next", which has a `_page_token` parameter for an opaque
4351
+ # pagination token that can be used to retrieve the next page. Resources with a
4352
+ # total size larger than 5MB or a field count larger than 50,000 might not be
4353
+ # fully searchable as the server might trim its generated search index in those
4354
+ # cases. Note: FHIR resources are indexed asynchronously, so there might be a
4355
+ # slight delay between the time a resource is created or changes and when the
4356
+ # change is reflected in search results. For samples and detailed information,
4357
+ # see [Searching for FHIR resources](https://cloud.google.com/healthcare/docs/
4358
+ # how-tos/fhir-search) and [Advanced FHIR search features](https://cloud.google.
4359
+ # com/healthcare/docs/how-tos/fhir-advanced-search).
4360
4360
  # @param [String] parent
4361
4361
  # Name of the FHIR store to retrieve resources from.
4362
4362
  # @param [String] resource_type
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.36.0
4
+ version: 0.37.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: 2022-10-21 00:00:00.000000000 Z
11
+ date: 2023-01-04 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.37.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: []