google-apis-healthcare_v1 0.67.0 → 0.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/healthcare_v1/classes.rb +46 -45
- data/lib/google/apis/healthcare_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60627fb98d9401b36e08167d60332581b985a3b3c558cfe055931752e2a186c0
|
4
|
+
data.tar.gz: e8a71d6ad9997ee3c75e51132f7da9ab57eec828c78084cdd409ab3fa70a036e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dd0aa7d44467b9b5d078fc0beb5b2ab482658376d4798b6d13ee8f555bbfed552f9803d8b20b9588c84ffde2567f508b356fbb0ccc13e102cdf4d58563f242a
|
7
|
+
data.tar.gz: b67e86ce4b210e470a6e15e73ebe7ab335b44feda62291753cccdc71f3a24b2b2d6584a18a33040066831d70b6181fcb420378f33fe2c9e3766ffefc23344523
|
data/CHANGELOG.md
CHANGED
@@ -959,9 +959,9 @@ module Google
|
|
959
959
|
# @return [Google::Apis::HealthcareV1::DeidentifyConfig]
|
960
960
|
attr_accessor :config
|
961
961
|
|
962
|
-
# The full resource name of a Cloud Healthcare FHIR store, for example,
|
963
|
-
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
964
|
-
#
|
962
|
+
# Optional. The full resource name of a Cloud Healthcare FHIR store, for example,
|
963
|
+
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
964
|
+
# fhirStores/`fhir_store_id``.
|
965
965
|
# Corresponds to the JSON property `store`
|
966
966
|
# @return [String]
|
967
967
|
attr_accessor :store
|
@@ -2020,14 +2020,14 @@ module Google
|
|
2020
2020
|
class FhirStore
|
2021
2021
|
include Google::Apis::Core::Hashable
|
2022
2022
|
|
2023
|
-
# Enable parsing of references within complex FHIR data types such as
|
2024
|
-
# If this value is set to ENABLED, then features like referential
|
2025
|
-
# Bundle reference rewriting apply to all references. If this flag
|
2026
|
-
# specified the behavior of the FHIR store will not change,
|
2027
|
-
# complex data types will not be parsed. New stores will have this
|
2028
|
-
# ENABLED after a notification period. Warning: turning on this
|
2029
|
-
# processing existing resources to fail if they contain references
|
2030
|
-
# existent resources.
|
2023
|
+
# Optional. Enable parsing of references within complex FHIR data types such as
|
2024
|
+
# Extensions. If this value is set to ENABLED, then features like referential
|
2025
|
+
# integrity and Bundle reference rewriting apply to all references. If this flag
|
2026
|
+
# has not been specified the behavior of the FHIR store will not change,
|
2027
|
+
# references in complex data types will not be parsed. New stores will have this
|
2028
|
+
# value set to ENABLED after a notification period. Warning: turning on this
|
2029
|
+
# flag causes processing existing resources to fail if they contain references
|
2030
|
+
# to non-existent resources.
|
2031
2031
|
# Corresponds to the JSON property `complexDataTypeReferenceParsing`
|
2032
2032
|
# @return [String]
|
2033
2033
|
attr_accessor :complex_data_type_reference_parsing
|
@@ -2456,23 +2456,23 @@ module Google
|
|
2456
2456
|
class GoogleCloudHealthcareV1DicomBigQueryDestination
|
2457
2457
|
include Google::Apis::Core::Hashable
|
2458
2458
|
|
2459
|
-
# Use `write_disposition` instead. If `write_disposition` is specified,
|
2460
|
-
# parameter is ignored. force=false is equivalent to write_disposition=
|
2459
|
+
# Optional. Use `write_disposition` instead. If `write_disposition` is specified,
|
2460
|
+
# this parameter is ignored. force=false is equivalent to write_disposition=
|
2461
2461
|
# WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
|
2462
2462
|
# Corresponds to the JSON property `force`
|
2463
2463
|
# @return [Boolean]
|
2464
2464
|
attr_accessor :force
|
2465
2465
|
alias_method :force?, :force
|
2466
2466
|
|
2467
|
-
# BigQuery URI to a table, up to 2000 characters long, in the format `
|
2468
|
-
# projectId.bqDatasetId.tableId`
|
2467
|
+
# Optional. BigQuery URI to a table, up to 2000 characters long, in the format `
|
2468
|
+
# bq://projectId.bqDatasetId.tableId`
|
2469
2469
|
# Corresponds to the JSON property `tableUri`
|
2470
2470
|
# @return [String]
|
2471
2471
|
attr_accessor :table_uri
|
2472
2472
|
|
2473
|
-
# Determines whether the existing table in the destination is to be
|
2474
|
-
# or appended to. If a write_disposition is specified, the `force`
|
2475
|
-
# ignored.
|
2473
|
+
# Optional. Determines whether the existing table in the destination is to be
|
2474
|
+
# overwritten or appended to. If a write_disposition is specified, the `force`
|
2475
|
+
# parameter is ignored.
|
2476
2476
|
# Corresponds to the JSON property `writeDisposition`
|
2477
2477
|
# @return [String]
|
2478
2478
|
attr_accessor :write_disposition
|
@@ -4005,8 +4005,8 @@ module Google
|
|
4005
4005
|
# @return [Google::Apis::HealthcareV1::SchemaPackage]
|
4006
4006
|
attr_accessor :schema
|
4007
4007
|
|
4008
|
-
# Byte(s) to use as the segment terminator. If this is unset, '\r' is
|
4009
|
-
# segment terminator, matching the HL7 version 2 specification.
|
4008
|
+
# Optional. Byte(s) to use as the segment terminator. If this is unset, '\r' is
|
4009
|
+
# used as segment terminator, matching the HL7 version 2 specification.
|
4010
4010
|
# Corresponds to the JSON property `segmentTerminator`
|
4011
4011
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
4012
4012
|
# @return [String]
|
@@ -5451,26 +5451,27 @@ module Google
|
|
5451
5451
|
class ValidationConfig
|
5452
5452
|
include Google::Apis::Core::Hashable
|
5453
5453
|
|
5454
|
-
# Whether to disable FHIRPath validation for incoming resources. The
|
5455
|
-
# value is false. Set this to true to disable checking incoming
|
5456
|
-
# conformance against FHIRPath requirement defined in the FHIR
|
5457
|
-
# This property only affects resource types that do not have
|
5458
|
-
# for them, any rules in enabled implementation guides will
|
5454
|
+
# Optional. Whether to disable FHIRPath validation for incoming resources. The
|
5455
|
+
# default value is false. Set this to true to disable checking incoming
|
5456
|
+
# resources for conformance against FHIRPath requirement defined in the FHIR
|
5457
|
+
# specification. This property only affects resource types that do not have
|
5458
|
+
# profiles configured for them, any rules in enabled implementation guides will
|
5459
|
+
# still be enforced.
|
5459
5460
|
# Corresponds to the JSON property `disableFhirpathValidation`
|
5460
5461
|
# @return [Boolean]
|
5461
5462
|
attr_accessor :disable_fhirpath_validation
|
5462
5463
|
alias_method :disable_fhirpath_validation?, :disable_fhirpath_validation
|
5463
5464
|
|
5464
|
-
# Whether to disable profile validation for this FHIR store. The
|
5465
|
-
# is false. Set this to true to disable checking incoming
|
5466
|
-
# conformance against structure definitions in this FHIR store.
|
5465
|
+
# Optional. Whether to disable profile validation for this FHIR store. The
|
5466
|
+
# default value is false. Set this to true to disable checking incoming
|
5467
|
+
# resources for conformance against structure definitions in this FHIR store.
|
5467
5468
|
# Corresponds to the JSON property `disableProfileValidation`
|
5468
5469
|
# @return [Boolean]
|
5469
5470
|
attr_accessor :disable_profile_validation
|
5470
5471
|
alias_method :disable_profile_validation?, :disable_profile_validation
|
5471
5472
|
|
5472
|
-
# Whether to disable reference type validation for incoming resources.
|
5473
|
-
# default value is false. Set this to true to disable checking incoming
|
5473
|
+
# Optional. Whether to disable reference type validation for incoming resources.
|
5474
|
+
# The default value is false. Set this to true to disable checking incoming
|
5474
5475
|
# resources for conformance against reference type requirement defined in the
|
5475
5476
|
# FHIR specification. This property only affects resource types that do not have
|
5476
5477
|
# profiles configured for them, any rules in enabled implementation guides will
|
@@ -5480,8 +5481,8 @@ module Google
|
|
5480
5481
|
attr_accessor :disable_reference_type_validation
|
5481
5482
|
alias_method :disable_reference_type_validation?, :disable_reference_type_validation
|
5482
5483
|
|
5483
|
-
# Whether to disable required fields validation for incoming resources.
|
5484
|
-
# default value is false. Set this to true to disable checking incoming
|
5484
|
+
# Optional. Whether to disable required fields validation for incoming resources.
|
5485
|
+
# The default value is false. Set this to true to disable checking incoming
|
5485
5486
|
# resources for conformance against required fields requirement defined in the
|
5486
5487
|
# FHIR specification. This property only affects resource types that do not have
|
5487
5488
|
# profiles configured for them, any rules in enabled implementation guides will
|
@@ -5491,19 +5492,19 @@ module Google
|
|
5491
5492
|
attr_accessor :disable_required_field_validation
|
5492
5493
|
alias_method :disable_required_field_validation?, :disable_required_field_validation
|
5493
5494
|
|
5494
|
-
# A list of implementation guide URLs in this FHIR store that are used
|
5495
|
-
# configure the profiles to use for validation. For example, to use the US
|
5496
|
-
# profiles for validation, set `enabled_implementation_guides` to `["http://
|
5497
|
-
# org/fhir/us/core/ImplementationGuide/ig"]`. If `
|
5498
|
-
# is empty or omitted, then incoming resources
|
5499
|
-
# the base FHIR profiles. Otherwise, a resource
|
5500
|
-
# profile listed in the `global` property of one of
|
5501
|
-
# ImplementationGuides. The Cloud Healthcare API does not currently
|
5502
|
-
# of the rules in a StructureDefinition. The following rules are
|
5503
|
-
# min/max - minValue/maxValue - maxLength - type - fixed[x] -
|
5504
|
-
# simple types - slicing, when using "value" as the discriminator
|
5505
|
-
# URL cannot be resolved (for example, in a type assertion), the
|
5506
|
-
# return an error.
|
5495
|
+
# Optional. A list of implementation guide URLs in this FHIR store that are used
|
5496
|
+
# to configure the profiles to use for validation. For example, to use the US
|
5497
|
+
# Core profiles for validation, set `enabled_implementation_guides` to `["http://
|
5498
|
+
# hl7.org/fhir/us/core/ImplementationGuide/ig"]`. If `
|
5499
|
+
# enabled_implementation_guides` is empty or omitted, then incoming resources
|
5500
|
+
# are only required to conform to the base FHIR profiles. Otherwise, a resource
|
5501
|
+
# must conform to at least one profile listed in the `global` property of one of
|
5502
|
+
# the enabled ImplementationGuides. The Cloud Healthcare API does not currently
|
5503
|
+
# enforce all of the rules in a StructureDefinition. The following rules are
|
5504
|
+
# supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] -
|
5505
|
+
# pattern[x] on simple types - slicing, when using "value" as the discriminator
|
5506
|
+
# type When a URL cannot be resolved (for example, in a type assertion), the
|
5507
|
+
# server does not return an error.
|
5507
5508
|
# Corresponds to the JSON property `enabledImplementationGuides`
|
5508
5509
|
# @return [Array<String>]
|
5509
5510
|
attr_accessor :enabled_implementation_guides
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.68.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241017"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
4
|
+
version: 0.68.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: 2024-
|
11
|
+
date: 2024-10-27 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.68.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Healthcare API V1
|