google-apis-healthcare_v1beta1 0.53.0 → 0.54.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: d4efc219275321856f4e4e5004bf9f057d5fb29aaf776b754522139489e133d9
4
- data.tar.gz: d7065ea8c2f2f04d52365419affe7154f8327e66b0c591a3f9feb0e94e5493f9
3
+ metadata.gz: 99cf872a52524ebf4a9e6bffbf2495cb6383610ab85bf1494e75f2bdd02a6124
4
+ data.tar.gz: 0114dbd1d2eb8afd3eb0b4167e06ff710f1e0f0994ca56b9b5296b159f0fd871
5
5
  SHA512:
6
- metadata.gz: d196fa7574b023190cab218fd8ced3c54ebc431b4c6794beb9e9e9f935e08720cde6b50fe821328221e45193261a84023b0da5040237824eac2a314c5a2df4fc
7
- data.tar.gz: 6311901a460873849c34225f9d3d2e8c2f28c3fab4c29e0050a00b6054ec8b3cb4b9a39086aae41313d17ec16a80ec66cedad2912e5757f9d3bd78f04e69af6a
6
+ metadata.gz: d0f64926ef1c21e6a077126ccef235aa205c98e70d6935bb7db774a35147f1acd6e3bfc3c216d7ec262e0b4a4c55c9ac7921083df729eb1ae6da09926fa8451f
7
+ data.tar.gz: c8a360cb830a01dac3bf9d0a7e5ef5b4f81f0ec84374bf2002ef08b714486db25e765c89c1a35f9b6bddb917a9ce2904cbf0465cc47a7937d91ef0b2dee6a9d6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.54.0 (2023-09-03)
4
+
5
+ * Regenerated from discovery document revision 20230817
6
+
3
7
  ### v0.53.0 (2023-08-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20230814
@@ -687,7 +687,7 @@ module Google
687
687
 
688
688
  # Replace field value with masking character. Supported [types](https://www.hl7.
689
689
  # org/fhir/datatypes.html): Code, Decimal, HumanName, Id, LanguageCode, Markdown,
690
- # Oid, String, Uri, Uuid, Xhtml
690
+ # Oid, String, Uri, Uuid, Xhtml.
691
691
  class CharacterMaskField
692
692
  include Google::Apis::Core::Hashable
693
693
 
@@ -774,7 +774,7 @@ module Google
774
774
  # marked for removal (action codes D, Z, X, and U) in the [Basic Profile](http://
775
775
  # dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html). These
776
776
  # contextual phrases are replaced with the token "[CTX]". This option uses an
777
- # additional `InfoType` during inspection.
777
+ # additional infoType during inspection.
778
778
  class CleanDescriptorsOption
779
779
  include Google::Apis::Core::Hashable
780
780
 
@@ -787,10 +787,10 @@ module Google
787
787
  end
788
788
  end
789
789
 
790
- # Inspect text and transform sensitive text. Configure using `TextConfig`.
790
+ # Inspect text and transform sensitive text. Configure using TextConfig.
791
791
  # Supported [types](https://www.hl7.org/fhir/datatypes.html): Code, Date,
792
792
  # DateTime, Decimal, HumanName, Id, LanguageCode, Markdown, Oid, String, Uri,
793
- # Uuid, Xhtml
793
+ # Uuid, Xhtml.
794
794
  class CleanTextField
795
795
  include Google::Apis::Core::Hashable
796
796
 
@@ -1112,11 +1112,12 @@ module Google
1112
1112
  end
1113
1113
  end
1114
1114
 
1115
- # The fields that aren't marked `Keep` or `CleanText` in the `BASIC` profile are
1116
- # collected into a contextual phrase list. For fields marked `CleanText`, the
1117
- # process attempts to transform phrases matching these contextual entries. These
1118
- # contextual phrases are replaced with the token "[CTX]". This feature uses an
1119
- # additional InfoType during inspection.
1115
+ # Fields that don't match a KeepField or CleanTextField `action` in the BASIC
1116
+ # profile are collected into a contextual phrase list. For fields that match a
1117
+ # CleanTextField `action` in FieldMetadata or ProfileType, the process attempts
1118
+ # to transform phrases matching these contextual entries. These contextual
1119
+ # phrases are replaced with the token "[CTX]". This feature uses an additional
1120
+ # InfoType during inspection.
1120
1121
  class ContextualDeidConfig
1121
1122
  include Google::Apis::Core::Hashable
1122
1123
 
@@ -1157,8 +1158,8 @@ module Google
1157
1158
 
1158
1159
  # An AES 128/192/256 bit key. Causes the hash to be computed based on this key.
1159
1160
  # A default key is generated for each Deidentify operation and is used when
1160
- # neither `crypto_key` nor `kms_wrapped` is specified. Must not be set if `
1161
- # kms_wrapped` is set.
1161
+ # neither crypto_key nor kms_wrapped is specified. Must not be set if
1162
+ # kms_wrapped is set.
1162
1163
  # Corresponds to the JSON property `cryptoKey`
1163
1164
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1164
1165
  # @return [String]
@@ -1186,7 +1187,7 @@ module Google
1186
1187
 
1187
1188
  # Replace field value with a hash of that value. Supported [types](https://www.
1188
1189
  # hl7.org/fhir/datatypes.html): Code, Decimal, HumanName, Id, LanguageCode,
1189
- # Markdown, Oid, String, Uri, Uuid, Xhtml
1190
+ # Markdown, Oid, String, Uri, Uuid, Xhtml.
1190
1191
  class CryptoHashField
1191
1192
  include Google::Apis::Core::Hashable
1192
1193
 
@@ -1238,10 +1239,10 @@ module Google
1238
1239
 
1239
1240
  # An AES 128/192/256 bit key. The date shift is computed based on this key and
1240
1241
  # the patient ID. If the patient ID is empty for a DICOM resource, the date
1241
- # shift is computed based on this key and the study instance UID. If `crypto_key`
1242
- # is not set, then `kms_wrapped` is used to calculate the date shift. If
1243
- # neither is set, a default key is generated for each de-identify operation.
1244
- # Must not be set if `kms_wrapped` is set.
1242
+ # shift is computed based on this key and the study instance UID. If crypto_key
1243
+ # is not set, then kms_wrapped is used to calculate the date shift. If neither
1244
+ # is set, a default key is generated for each de-identify operation. Must not be
1245
+ # set if kms_wrapped is set.
1245
1246
  # Corresponds to the JSON property `cryptoKey`
1246
1247
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1247
1248
  # @return [String]
@@ -1269,7 +1270,7 @@ module Google
1269
1270
 
1270
1271
  # Shift the date by a randomized number of days. See [date shifting](https://
1271
1272
  # cloud.google.com/dlp/docs/concepts-date-shifting) for more information.
1272
- # Supported [types](https://www.hl7.org/fhir/datatypes.html): Date, DateTime
1273
+ # Supported [types](https://www.hl7.org/fhir/datatypes.html): Date, DateTime.
1273
1274
  class DateShiftField
1274
1275
  include Google::Apis::Core::Hashable
1275
1276
 
@@ -2426,15 +2427,16 @@ module Google
2426
2427
  include Google::Apis::Core::Hashable
2427
2428
 
2428
2429
  # Specifies FHIR paths to match and how to transform them. Any field that is not
2429
- # matched by a `FieldMetadata` is passed through to the output dataset
2430
- # unmodified. All extensions will be processed according to `keep_extensions`.
2431
- # If a field can be matched by more than one `FieldMetadata`, the first `
2432
- # FieldMetadata.Action` is applied. Overrides `options` and `profile`.
2430
+ # matched by a FieldMetadata `action` is passed through to the output dataset
2431
+ # unmodified. All extensions will be processed according to keep_extensions. If
2432
+ # a field can be matched by more than one FieldMetadata `action`, the first `
2433
+ # action` option is applied. Overrides options and the union field `profile` in
2434
+ # FhirFieldConfig.
2433
2435
  # Corresponds to the JSON property `fieldMetadataList`
2434
2436
  # @return [Array<Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DeidentifyFieldMetadata>]
2435
2437
  attr_accessor :field_metadata_list
2436
2438
 
2437
- # Specifies additional options to apply to the base `profile`.
2439
+ # Specifies additional options to apply to the base ProfileType.
2438
2440
  # Corresponds to the JSON property `options`
2439
2441
  # @return [Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1DeidentifyOptions]
2440
2442
  attr_accessor :options
@@ -3170,29 +3172,29 @@ module Google
3170
3172
 
3171
3173
  # Replace field value with masking character. Supported [types](https://www.hl7.
3172
3174
  # org/fhir/datatypes.html): Code, Decimal, HumanName, Id, LanguageCode, Markdown,
3173
- # Oid, String, Uri, Uuid, Xhtml
3175
+ # Oid, String, Uri, Uuid, Xhtml.
3174
3176
  # Corresponds to the JSON property `characterMaskField`
3175
3177
  # @return [Google::Apis::HealthcareV1beta1::CharacterMaskField]
3176
3178
  attr_accessor :character_mask_field
3177
3179
 
3178
- # Inspect text and transform sensitive text. Configure using `TextConfig`.
3180
+ # Inspect text and transform sensitive text. Configure using TextConfig.
3179
3181
  # Supported [types](https://www.hl7.org/fhir/datatypes.html): Code, Date,
3180
3182
  # DateTime, Decimal, HumanName, Id, LanguageCode, Markdown, Oid, String, Uri,
3181
- # Uuid, Xhtml
3183
+ # Uuid, Xhtml.
3182
3184
  # Corresponds to the JSON property `cleanTextField`
3183
3185
  # @return [Google::Apis::HealthcareV1beta1::CleanTextField]
3184
3186
  attr_accessor :clean_text_field
3185
3187
 
3186
3188
  # Replace field value with a hash of that value. Supported [types](https://www.
3187
3189
  # hl7.org/fhir/datatypes.html): Code, Decimal, HumanName, Id, LanguageCode,
3188
- # Markdown, Oid, String, Uri, Uuid, Xhtml
3190
+ # Markdown, Oid, String, Uri, Uuid, Xhtml.
3189
3191
  # Corresponds to the JSON property `cryptoHashField`
3190
3192
  # @return [Google::Apis::HealthcareV1beta1::CryptoHashField]
3191
3193
  attr_accessor :crypto_hash_field
3192
3194
 
3193
3195
  # Shift the date by a randomized number of days. See [date shifting](https://
3194
3196
  # cloud.google.com/dlp/docs/concepts-date-shifting) for more information.
3195
- # Supported [types](https://www.hl7.org/fhir/datatypes.html): Date, DateTime
3197
+ # Supported [types](https://www.hl7.org/fhir/datatypes.html): Date, DateTime.
3196
3198
  # Corresponds to the JSON property `dateShiftField`
3197
3199
  # @return [Google::Apis::HealthcareV1beta1::DateShiftField]
3198
3200
  attr_accessor :date_shift_field
@@ -3203,20 +3205,21 @@ module Google
3203
3205
  attr_accessor :keep_field
3204
3206
 
3205
3207
  # List of paths to FHIR fields to redact. Each path is a period-separated list
3206
- # where each component is either a field name or FHIR type name. All types begin
3207
- # with an upper case letter. For example, the resource field "Patient.Address.
3208
- # city", which uses a string type, can be matched by "Patient.Address.String".
3209
- # Path also supports partialkk matching. For example, "Patient.Address.city" can
3210
- # be matched by "Address.city" (Patient omitted). Partial matching and type
3211
- # matching can be combined, for example "Patient.Address.city" can be matched by
3212
- # "Address.String". For "choice" types (those defined in the FHIR spec with the
3213
- # form: field[x]), use two separate components. For example, "deceasedAge.unit"
3214
- # is matched by "Deceased.Age.unit". Supported [types](https://www.hl7.org/fhir/
3215
- # datatypes.html) are: AdministrativeGenderCode, Base64Binary, Boolean, Code,
3216
- # Date, DateTime, Decimal, HumanName, Id, Instant, Integer, LanguageCode,
3217
- # Markdown, Oid, PositiveInt, String, UnsignedInt, Uri, Uuid, Xhtml. The sub-
3218
- # type for HumanName (for example HumanName.given, HumanName.family) can be
3219
- # omitted.
3208
+ # where each component is either a field name or FHIR [type](https://www.hl7.org/
3209
+ # fhir/datatypes.html) name. All types begin with an upper case letter. For
3210
+ # example, the resource field `Patient.Address.city`, which uses a [string](
3211
+ # https://www.hl7.org/fhir/datatypes-definitions.html#Address.city) type, can be
3212
+ # matched by `Patient.Address.String`. Partial matching is supported. For
3213
+ # example, `Patient.Address.city` can be matched by `Address.city` (with `
3214
+ # Patient` omitted). Partial matching and type matching can be combined, for
3215
+ # example `Patient.Address.city` can be matched by `Address.String`. For "choice"
3216
+ # types (those defined in the FHIR spec with the format `field[x]`), use two
3217
+ # separate components. For example, `deceasedAge.unit` is matched by `Deceased.
3218
+ # Age.unit`. The following types are supported: AdministrativeGenderCode,
3219
+ # Base64Binary, Boolean, Code, Date, DateTime, Decimal, HumanName, Id, Instant,
3220
+ # Integer, LanguageCode, Markdown, Oid, PositiveInt, String, UnsignedInt, Uri,
3221
+ # Uuid, Xhtml. The sub-type for HumanName (for example `HumanName.given`, `
3222
+ # HumanName.family`) can be omitted.
3220
3223
  # Corresponds to the JSON property `paths`
3221
3224
  # @return [Array<String>]
3222
3225
  attr_accessor :paths
@@ -3242,7 +3245,7 @@ module Google
3242
3245
  end
3243
3246
  end
3244
3247
 
3245
- # Specifies additional options to apply to the base `profile`.
3248
+ # Specifies additional options to apply to the base ProfileType.
3246
3249
  class GoogleCloudHealthcareV1beta1DeidentifyOptions
3247
3250
  include Google::Apis::Core::Hashable
3248
3251
 
@@ -3251,11 +3254,12 @@ module Google
3251
3254
  # @return [Google::Apis::HealthcareV1beta1::CharacterMaskConfig]
3252
3255
  attr_accessor :character_mask_config
3253
3256
 
3254
- # The fields that aren't marked `Keep` or `CleanText` in the `BASIC` profile are
3255
- # collected into a contextual phrase list. For fields marked `CleanText`, the
3256
- # process attempts to transform phrases matching these contextual entries. These
3257
- # contextual phrases are replaced with the token "[CTX]". This feature uses an
3258
- # additional InfoType during inspection.
3257
+ # Fields that don't match a KeepField or CleanTextField `action` in the BASIC
3258
+ # profile are collected into a contextual phrase list. For fields that match a
3259
+ # CleanTextField `action` in FieldMetadata or ProfileType, the process attempts
3260
+ # to transform phrases matching these contextual entries. These contextual
3261
+ # phrases are replaced with the token "[CTX]". This feature uses an additional
3262
+ # InfoType during inspection.
3259
3263
  # Corresponds to the JSON property `contextualDeid`
3260
3264
  # @return [Google::Apis::HealthcareV1beta1::ContextualDeidConfig]
3261
3265
  attr_accessor :contextual_deid
@@ -3273,7 +3277,7 @@ module Google
3273
3277
  # @return [Google::Apis::HealthcareV1beta1::DateShiftConfig]
3274
3278
  attr_accessor :date_shift_config
3275
3279
 
3276
- # The behaviour for handling FHIR extensions that aren't otherwise specified for
3280
+ # The behavior for handling FHIR extensions that aren't otherwise specified for
3277
3281
  # de-identification. If provided, all extensions are preserved during de-
3278
3282
  # identification by default. If unspecified, all extensions are removed during
3279
3283
  # de-identification by default.
@@ -4195,7 +4199,7 @@ module Google
4195
4199
  end
4196
4200
  end
4197
4201
 
4198
- # The behaviour for handling FHIR extensions that aren't otherwise specified for
4202
+ # The behavior for handling FHIR extensions that aren't otherwise specified for
4199
4203
  # de-identification. If provided, all extensions are preserved during de-
4200
4204
  # identification by default. If unspecified, all extensions are removed during
4201
4205
  # de-identification by default.
@@ -4991,7 +4995,7 @@ module Google
4991
4995
  # marked for removal (action codes D, Z, X, and U) in the [Basic Profile](http://
4992
4996
  # dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html). These
4993
4997
  # contextual phrases are replaced with the token "[CTX]". This option uses an
4994
- # additional `InfoType` during inspection.
4998
+ # additional infoType during inspection.
4995
4999
  # Corresponds to the JSON property `cleanDescriptors`
4996
5000
  # @return [Google::Apis::HealthcareV1beta1::CleanDescriptorsOption]
4997
5001
  attr_accessor :clean_descriptors
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1beta1
18
18
  # Version of the google-apis-healthcare_v1beta1 gem
19
- GEM_VERSION = "0.53.0"
19
+ GEM_VERSION = "0.54.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 = "20230814"
25
+ REVISION = "20230817"
26
26
  end
27
27
  end
28
28
  end
@@ -5434,24 +5434,10 @@ module Google
5434
5434
  # 50,000 might not be fully searchable as the server might trim its generated
5435
5435
  # search index in those cases. Note: FHIR resources are indexed asynchronously,
5436
5436
  # so there might be a slight delay between the time a resource is created or
5437
- # changed, and the time when the change reflects in search results. The only
5438
- # exception is resource identifier data, which is indexed synchronously as a
5439
- # special index. As a result, searching using resource identifier is not subject
5440
- # to indexing delay. To use the special synchronous index, the search term for
5441
- # identifier should be in the pattern `identifier=[system]|[value]` or `
5442
- # identifier=[value]`, and any of the following search result parameters can be
5443
- # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
5444
- # your query contains any other search parameters, the standard asynchronous
5445
- # index will be used instead. Note that searching against the special index is
5446
- # optimized for resolving a small number of matches. The search isn't optimized
5447
- # if your identifier search criteria matches a large number (i.e. more than 2,
5448
- # 000) of resources. For a search query that will match a large number of
5449
- # resources, you can avoiding using the special synchronous index by including
5450
- # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5451
- # you want to keep the default sorting order. For samples and detailed
5452
- # information, see [Searching for FHIR resources](https://cloud.google.com/
5453
- # healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
5454
- # //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5437
+ # changes and when the change is reflected in search results. For samples and
5438
+ # detailed information, see [Searching for FHIR resources](https://cloud.google.
5439
+ # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
5440
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5455
5441
  # @param [String] parent
5456
5442
  # Name of the FHIR store to retrieve resources from.
5457
5443
  # @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
@@ -5526,24 +5512,10 @@ module Google
5526
5512
  # 50,000 might not be fully searchable as the server might trim its generated
5527
5513
  # search index in those cases. Note: FHIR resources are indexed asynchronously,
5528
5514
  # so there might be a slight delay between the time a resource is created or
5529
- # changed, and the time when the change reflects in search results. The only
5530
- # exception is resource identifier data, which is indexed synchronously as a
5531
- # special index. As a result, searching using resource identifier is not subject
5532
- # to indexing delay. To use the special synchronous index, the search term for
5533
- # identifier should be in the pattern `identifier=[system]|[value]` or `
5534
- # identifier=[value]`, and any of the following search result parameters can be
5535
- # used: * `_count` * `_include` * `_revinclude` * `_summary` * `_elements` If
5536
- # your query contains any other search parameters, the standard asynchronous
5537
- # index will be used instead. Note that searching against the special index is
5538
- # optimized for resolving a small number of matches. The search isn't optimized
5539
- # if your identifier search criteria matches a large number (i.e. more than 2,
5540
- # 000) of resources. For a search query that will match a large number of
5541
- # resources, you can avoiding using the special synchronous index by including
5542
- # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5543
- # you want to keep the default sorting order. For samples and detailed
5544
- # information, see [Searching for FHIR resources](https://cloud.google.com/
5545
- # healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
5546
- # //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5515
+ # changes and when the change is reflected in search results. For samples and
5516
+ # detailed information, see [Searching for FHIR resources](https://cloud.google.
5517
+ # com/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](
5518
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5547
5519
  # @param [String] parent
5548
5520
  # Name of the FHIR store to retrieve resources from.
5549
5521
  # @param [String] resource_type
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.53.0
4
+ version: 0.54.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-08-27 00:00:00.000000000 Z
11
+ date: 2023-09-03 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.54.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []