google-apis-healthcare_v1 0.66.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 +8 -0
- data/lib/google/apis/healthcare_v1/classes.rb +159 -156
- 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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1
|
2
2
|
|
3
|
+
### v0.68.0 (2024-10-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241017
|
6
|
+
|
7
|
+
### v0.67.0 (2024-09-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240910
|
10
|
+
|
3
11
|
### v0.66.0 (2024-09-08)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240822
|
@@ -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
|
@@ -1964,18 +1964,19 @@ module Google
|
|
1964
1964
|
class FhirNotificationConfig
|
1965
1965
|
include Google::Apis::Core::Hashable
|
1966
1966
|
|
1967
|
-
# The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
|
1968
|
-
# of changes are published on. Supplied by the client. The
|
1969
|
-
# PubsubMessage` with the following fields: * `PubsubMessage.
|
1970
|
-
# resource name. * `PubsubMessage.MessageId` is the ID of
|
1971
|
-
# is guaranteed to be unique within the topic. * `
|
1972
|
-
# the time when the message was published. Note
|
1973
|
-
# if the topic is non-empty. [Topic names](
|
1974
|
-
# overview#names) must be scoped to a
|
1975
|
-
# account, service-@gcp-sa-healthcare.
|
1976
|
-
# publisher permissions on the given Pub/Sub
|
1977
|
-
# permissions causes the calls that send
|
1978
|
-
# google.com/healthcare-api/docs/
|
1967
|
+
# Optional. The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that
|
1968
|
+
# notifications of changes are published on. Supplied by the client. The
|
1969
|
+
# notification is a `PubsubMessage` with the following fields: * `PubsubMessage.
|
1970
|
+
# Data` contains the resource name. * `PubsubMessage.MessageId` is the ID of
|
1971
|
+
# this notification. It is guaranteed to be unique within the topic. * `
|
1972
|
+
# PubsubMessage.PublishTime` is the time when the message was published. Note
|
1973
|
+
# that notifications are only sent if the topic is non-empty. [Topic names](
|
1974
|
+
# https://cloud.google.com/pubsub/docs/overview#names) must be scoped to a
|
1975
|
+
# project. The Cloud Healthcare API service account, service-@gcp-sa-healthcare.
|
1976
|
+
# iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub
|
1977
|
+
# topic. Not having adequate permissions causes the calls that send
|
1978
|
+
# notifications to fail (https://cloud.google.com/healthcare-api/docs/
|
1979
|
+
# permissions-healthcare-api-gcp-products#
|
1979
1980
|
# dicom_fhir_and_hl7v2_store_cloud_pubsub_permissions). If a notification can't
|
1980
1981
|
# be published to Pub/Sub, errors are logged to Cloud Logging. For more
|
1981
1982
|
# information, see [Viewing error logs in Cloud Logging](https://cloud.google.
|
@@ -1984,20 +1985,20 @@ module Google
|
|
1984
1985
|
# @return [String]
|
1985
1986
|
attr_accessor :pubsub_topic
|
1986
1987
|
|
1987
|
-
# Whether to send full FHIR resource to this Pub/Sub topic. The
|
1988
|
-
# false.
|
1988
|
+
# Optional. Whether to send full FHIR resource to this Pub/Sub topic. The
|
1989
|
+
# default value is false.
|
1989
1990
|
# Corresponds to the JSON property `sendFullResource`
|
1990
1991
|
# @return [Boolean]
|
1991
1992
|
attr_accessor :send_full_resource
|
1992
1993
|
alias_method :send_full_resource?, :send_full_resource
|
1993
1994
|
|
1994
|
-
# Whether to send full FHIR resource to this Pub/Sub topic for
|
1995
|
-
# resource. The default value is false. Note that setting this to
|
1996
|
-
# guarantee that all previous resources will be sent in the format
|
1997
|
-
# resource. When a resource change is too large or during heavy
|
1998
|
-
# the resource name will be sent. Clients should always check the "
|
1999
|
-
# label from a Pub/Sub message to determine whether it needs to
|
2000
|
-
# previous resource as a separate operation.
|
1995
|
+
# Optional. Whether to send full FHIR resource to this Pub/Sub topic for
|
1996
|
+
# deleting FHIR resource. The default value is false. Note that setting this to
|
1997
|
+
# true does not guarantee that all previous resources will be sent in the format
|
1998
|
+
# of full FHIR resource. When a resource change is too large or during heavy
|
1999
|
+
# traffic, only the resource name will be sent. Clients should always check the "
|
2000
|
+
# payloadType" label from a Pub/Sub message to determine whether it needs to
|
2001
|
+
# fetch the full previous resource as a separate operation.
|
2001
2002
|
# Corresponds to the JSON property `sendPreviousResourceOnDelete`
|
2002
2003
|
# @return [Boolean]
|
2003
2004
|
attr_accessor :send_previous_resource_on_delete
|
@@ -2019,24 +2020,24 @@ module Google
|
|
2019
2020
|
class FhirStore
|
2020
2021
|
include Google::Apis::Core::Hashable
|
2021
2022
|
|
2022
|
-
# Enable parsing of references within complex FHIR data types such as
|
2023
|
-
# If this value is set to ENABLED, then features like referential
|
2024
|
-
# Bundle reference rewriting apply to all references. If this flag
|
2025
|
-
# specified the behavior of the FHIR store will not change,
|
2026
|
-
# complex data types will not be parsed. New stores will have this
|
2027
|
-
# ENABLED after a notification period. Warning: turning on this
|
2028
|
-
# processing existing resources to fail if they contain references
|
2029
|
-
# 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.
|
2030
2031
|
# Corresponds to the JSON property `complexDataTypeReferenceParsing`
|
2031
2032
|
# @return [String]
|
2032
2033
|
attr_accessor :complex_data_type_reference_parsing
|
2033
2034
|
|
2034
|
-
# If true, overrides the default search behavior for this FHIR store
|
2035
|
-
# handling=strict` which returns an error for unrecognized search parameters.
|
2036
|
-
# false, uses the FHIR specification default `handling=lenient` which
|
2037
|
-
# unrecognized search parameters. The handling can always be changed
|
2038
|
-
# default on an individual API call by setting the HTTP header `Prefer:
|
2039
|
-
# strict` or `Prefer: handling=lenient`. Defaults to false.
|
2035
|
+
# Optional. If true, overrides the default search behavior for this FHIR store
|
2036
|
+
# to `handling=strict` which returns an error for unrecognized search parameters.
|
2037
|
+
# If false, uses the FHIR specification default `handling=lenient` which
|
2038
|
+
# ignores unrecognized search parameters. The handling can always be changed
|
2039
|
+
# from the default on an individual API call by setting the HTTP header `Prefer:
|
2040
|
+
# handling=strict` or `Prefer: handling=lenient`. Defaults to false.
|
2040
2041
|
# Corresponds to the JSON property `defaultSearchHandlingStrict`
|
2041
2042
|
# @return [Boolean]
|
2042
2043
|
attr_accessor :default_search_handling_strict
|
@@ -2065,16 +2066,16 @@ module Google
|
|
2065
2066
|
attr_accessor :disable_resource_versioning
|
2066
2067
|
alias_method :disable_resource_versioning?, :disable_resource_versioning
|
2067
2068
|
|
2068
|
-
# Whether this FHIR store has the [updateCreate capability](https://
|
2069
|
-
# fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.
|
2070
|
-
# updateCreate). This determines if the client can use an Update
|
2071
|
-
# create a new resource with a client-specified ID. If false, all
|
2072
|
-
# assigned through the Create operation and attempts to update a
|
2073
|
-
# resource return errors. It is strongly advised not to include or
|
2074
|
-
# sensitive data such as patient identifiers in client-specified
|
2075
|
-
# Those IDs are part of the FHIR resource path recorded in Cloud
|
2076
|
-
# Pub/Sub notifications. Those IDs can also be contained in
|
2077
|
-
# within other resources. Defaults to false.
|
2069
|
+
# Optional. Whether this FHIR store has the [updateCreate capability](https://
|
2070
|
+
# www.hl7.org/fhir/capabilitystatement-definitions.html#CapabilityStatement.rest.
|
2071
|
+
# resource.updateCreate). This determines if the client can use an Update
|
2072
|
+
# operation to create a new resource with a client-specified ID. If false, all
|
2073
|
+
# IDs are server-assigned through the Create operation and attempts to update a
|
2074
|
+
# non-existent resource return errors. It is strongly advised not to include or
|
2075
|
+
# encode any sensitive data such as patient identifiers in client-specified
|
2076
|
+
# resource IDs. Those IDs are part of the FHIR resource path recorded in Cloud
|
2077
|
+
# audit logs and Pub/Sub notifications. Those IDs can also be contained in
|
2078
|
+
# reference fields within other resources. Defaults to false.
|
2078
2079
|
# Corresponds to the JSON property `enableUpdateCreate`
|
2079
2080
|
# @return [Boolean]
|
2080
2081
|
attr_accessor :enable_update_create
|
@@ -2103,21 +2104,22 @@ module Google
|
|
2103
2104
|
# @return [Google::Apis::HealthcareV1::NotificationConfig]
|
2104
2105
|
attr_accessor :notification_config
|
2105
2106
|
|
2106
|
-
# Specifies where and whether to send notifications upon changes to a
|
2107
|
+
# Optional. Specifies where and whether to send notifications upon changes to a
|
2108
|
+
# FHIR store.
|
2107
2109
|
# Corresponds to the JSON property `notificationConfigs`
|
2108
2110
|
# @return [Array<Google::Apis::HealthcareV1::FhirNotificationConfig>]
|
2109
2111
|
attr_accessor :notification_configs
|
2110
2112
|
|
2111
|
-
# A list of streaming configs that configure the destinations of
|
2112
|
-
# export for every resource mutation in this FHIR store. Each store is
|
2113
|
-
# to have up to 10 streaming configs. After a new config is added, the
|
2114
|
-
# resource mutation is streamed to the new location in addition to the
|
2115
|
-
# ones. When a location is removed from the list, the server stops
|
2116
|
-
# that location. Before adding a new config, you must add the
|
2117
|
-
# bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-
|
2118
|
-
# bigquery.dataEditor) role to your project's **Cloud Healthcare Service
|
2119
|
-
# [service account](https://cloud.google.com/iam/docs/service-accounts).
|
2120
|
-
# lag (typically on the order of dozens of seconds) is expected before the
|
2113
|
+
# Optional. A list of streaming configs that configure the destinations of
|
2114
|
+
# streaming export for every resource mutation in this FHIR store. Each store is
|
2115
|
+
# allowed to have up to 10 streaming configs. After a new config is added, the
|
2116
|
+
# next resource mutation is streamed to the new location in addition to the
|
2117
|
+
# existing ones. When a location is removed from the list, the server stops
|
2118
|
+
# streaming to that location. Before adding a new config, you must add the
|
2119
|
+
# required [`bigquery.dataEditor`](https://cloud.google.com/bigquery/docs/access-
|
2120
|
+
# control#bigquery.dataEditor) role to your project's **Cloud Healthcare Service
|
2121
|
+
# Agent** [service account](https://cloud.google.com/iam/docs/service-accounts).
|
2122
|
+
# Some lag (typically on the order of dozens of seconds) is expected before the
|
2121
2123
|
# results show up in the streaming destination.
|
2122
2124
|
# Corresponds to the JSON property `streamConfigs`
|
2123
2125
|
# @return [Array<Google::Apis::HealthcareV1::StreamConfig>]
|
@@ -2454,23 +2456,23 @@ module Google
|
|
2454
2456
|
class GoogleCloudHealthcareV1DicomBigQueryDestination
|
2455
2457
|
include Google::Apis::Core::Hashable
|
2456
2458
|
|
2457
|
-
# Use `write_disposition` instead. If `write_disposition` is specified,
|
2458
|
-
# 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=
|
2459
2461
|
# WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
|
2460
2462
|
# Corresponds to the JSON property `force`
|
2461
2463
|
# @return [Boolean]
|
2462
2464
|
attr_accessor :force
|
2463
2465
|
alias_method :force?, :force
|
2464
2466
|
|
2465
|
-
# BigQuery URI to a table, up to 2000 characters long, in the format `
|
2466
|
-
# projectId.bqDatasetId.tableId`
|
2467
|
+
# Optional. BigQuery URI to a table, up to 2000 characters long, in the format `
|
2468
|
+
# bq://projectId.bqDatasetId.tableId`
|
2467
2469
|
# Corresponds to the JSON property `tableUri`
|
2468
2470
|
# @return [String]
|
2469
2471
|
attr_accessor :table_uri
|
2470
2472
|
|
2471
|
-
# Determines whether the existing table in the destination is to be
|
2472
|
-
# or appended to. If a write_disposition is specified, the `force`
|
2473
|
-
# 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.
|
2474
2476
|
# Corresponds to the JSON property `writeDisposition`
|
2475
2477
|
# @return [String]
|
2476
2478
|
attr_accessor :write_disposition
|
@@ -2587,18 +2589,18 @@ module Google
|
|
2587
2589
|
class GoogleCloudHealthcareV1FhirBigQueryDestination
|
2588
2590
|
include Google::Apis::Core::Hashable
|
2589
2591
|
|
2590
|
-
# BigQuery URI to an existing dataset, up to 2000 characters long, in
|
2591
|
-
# `bq://projectId.bqDatasetId`.
|
2592
|
+
# Optional. BigQuery URI to an existing dataset, up to 2000 characters long, in
|
2593
|
+
# the format `bq://projectId.bqDatasetId`.
|
2592
2594
|
# Corresponds to the JSON property `datasetUri`
|
2593
2595
|
# @return [String]
|
2594
2596
|
attr_accessor :dataset_uri
|
2595
2597
|
|
2596
|
-
# The default value is false. If this flag is `TRUE`, all tables are
|
2597
|
-
# from the dataset before the new exported tables are written. If the
|
2598
|
-
# not set and the destination dataset contains tables, the export call
|
2599
|
-
# an error. If `write_disposition` is specified, this parameter is
|
2600
|
-
# force=false is equivalent to write_disposition=WRITE_EMPTY and force=
|
2601
|
-
# equivalent to write_disposition=WRITE_TRUNCATE.
|
2598
|
+
# Optional. The default value is false. If this flag is `TRUE`, all tables are
|
2599
|
+
# deleted from the dataset before the new exported tables are written. If the
|
2600
|
+
# flag is not set and the destination dataset contains tables, the export call
|
2601
|
+
# returns an error. If `write_disposition` is specified, this parameter is
|
2602
|
+
# ignored. force=false is equivalent to write_disposition=WRITE_EMPTY and force=
|
2603
|
+
# true is equivalent to write_disposition=WRITE_TRUNCATE.
|
2602
2604
|
# Corresponds to the JSON property `force`
|
2603
2605
|
# @return [Boolean]
|
2604
2606
|
attr_accessor :force
|
@@ -2610,9 +2612,9 @@ module Google
|
|
2610
2612
|
# @return [Google::Apis::HealthcareV1::SchemaConfig]
|
2611
2613
|
attr_accessor :schema_config
|
2612
2614
|
|
2613
|
-
# Determines if existing data in the destination dataset is
|
2614
|
-
# appended to, or not written if the tables contain data. If a
|
2615
|
-
# is specified, the `force` parameter is ignored.
|
2615
|
+
# Optional. Determines if existing data in the destination dataset is
|
2616
|
+
# overwritten, appended to, or not written if the tables contain data. If a
|
2617
|
+
# write_disposition is specified, the `force` parameter is ignored.
|
2616
2618
|
# Corresponds to the JSON property `writeDisposition`
|
2617
2619
|
# @return [String]
|
2618
2620
|
attr_accessor :write_disposition
|
@@ -2766,29 +2768,29 @@ module Google
|
|
2766
2768
|
class Hl7V2NotificationConfig
|
2767
2769
|
include Google::Apis::Core::Hashable
|
2768
2770
|
|
2769
|
-
# Restricts notifications sent for messages matching a filter. If this
|
2770
|
-
# all messages are matched. The following syntax is available: * A
|
2771
|
-
# value can be written as text inside quotation marks, for example `
|
2772
|
-
#
|
2773
|
-
# text is searched within the field, rather than having the field
|
2774
|
-
# the text. For example, `"Comment = great"` returns messages with `
|
2775
|
-
# the comment field. * A number field value can be written as an
|
2776
|
-
# decimal, or an exponential. The valid relational operators for
|
2777
|
-
# are the equality operator (`=`), along with the less than/
|
2778
|
-
# operators (`<`, `<=`, `>`, `>=`). Note that there is no
|
2771
|
+
# Optional. Restricts notifications sent for messages matching a filter. If this
|
2772
|
+
# is empty, all messages are matched. The following syntax is available: * A
|
2773
|
+
# string field value can be written as text inside quotation marks, for example `
|
2774
|
+
# "query text"`. The only valid relational operation for text fields is equality
|
2775
|
+
# (`=`), where text is searched within the field, rather than having the field
|
2776
|
+
# be equal to the text. For example, `"Comment = great"` returns messages with `
|
2777
|
+
# great` in the comment field. * A number field value can be written as an
|
2778
|
+
# integer, a decimal, or an exponential. The valid relational operators for
|
2779
|
+
# number fields are the equality operator (`=`), along with the less than/
|
2780
|
+
# greater than operators (`<`, `<=`, `>`, `>=`). Note that there is no
|
2781
|
+
# inequality (`!=`) operator. You can prepend the `NOT` operator to an
|
2782
|
+
# expression to negate it. * A date field value must be written in `yyyy-mm-dd`
|
2783
|
+
# form. Fields with date and time use the RFC3339 time format. Leading zeros are
|
2784
|
+
# required for one-digit months and days. The valid relational operators for
|
2785
|
+
# date fields are the equality operator (`=`) , along with the less than/greater
|
2786
|
+
# than operators (`<`, `<=`, `>`, `>=`). Note that there is no inequality (`!=`)
|
2779
2787
|
# operator. You can prepend the `NOT` operator to an expression to negate it. *
|
2780
|
-
#
|
2781
|
-
#
|
2782
|
-
#
|
2783
|
-
#
|
2784
|
-
#
|
2785
|
-
#
|
2786
|
-
# query expressions can be combined in one query by adding `AND` or `OR`
|
2787
|
-
# operators between the expressions. If a boolean operator appears within a
|
2788
|
-
# quoted string, it is not treated as special, it's just another part of the
|
2789
|
-
# character string to be matched. You can prepend the `NOT` operator to an
|
2790
|
-
# expression to negate it. The following fields and functions are available for
|
2791
|
-
# filtering: * `message_type`, from the MSH-9.1 field. For example, `NOT
|
2788
|
+
# Multiple field query expressions can be combined in one query by adding `AND`
|
2789
|
+
# or `OR` operators between the expressions. If a boolean operator appears
|
2790
|
+
# within a quoted string, it is not treated as special, it's just another part
|
2791
|
+
# of the character string to be matched. You can prepend the `NOT` operator to
|
2792
|
+
# an expression to negate it. The following fields and functions are available
|
2793
|
+
# for filtering: * `message_type`, from the MSH-9.1 field. For example, `NOT
|
2792
2794
|
# message_type = "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the
|
2793
2795
|
# message was sent in the dataset's time_zone, from the MSH-7 segment. For
|
2794
2796
|
# example, `send_date < "2017-01-02"`. * `send_time`, the timestamp when the
|
@@ -2859,10 +2861,10 @@ module Google
|
|
2859
2861
|
# @return [String]
|
2860
2862
|
attr_accessor :name
|
2861
2863
|
|
2862
|
-
# A list of notification configs. Each configuration uses a filter to
|
2863
|
-
# whether to publish a message (both Ingest & Create) on the
|
2864
|
-
# notification destination. Only the message name is sent as part
|
2865
|
-
# notification. Supplied by the client.
|
2864
|
+
# Optional. A list of notification configs. Each configuration uses a filter to
|
2865
|
+
# determine whether to publish a message (both Ingest & Create) on the
|
2866
|
+
# corresponding notification destination. Only the message name is sent as part
|
2867
|
+
# of the notification. Supplied by the client.
|
2866
2868
|
# Corresponds to the JSON property `notificationConfigs`
|
2867
2869
|
# @return [Array<Google::Apis::HealthcareV1::Hl7V2NotificationConfig>]
|
2868
2870
|
attr_accessor :notification_configs
|
@@ -2873,15 +2875,15 @@ module Google
|
|
2873
2875
|
# @return [Google::Apis::HealthcareV1::ParserConfig]
|
2874
2876
|
attr_accessor :parser_config
|
2875
2877
|
|
2876
|
-
# Determines whether to reject duplicate messages. A duplicate message
|
2877
|
-
# message with the same raw bytes as a message that has already been
|
2878
|
-
# created in this HL7v2 store. The default value is false, meaning that
|
2879
|
-
# store accepts the duplicate messages and it also returns the same ACK
|
2880
|
-
# in the IngestMessageResponse as has been returned previously. Note
|
2881
|
-
# one resource is created in the store. When this field is set to true,
|
2882
|
-
# CreateMessage/IngestMessage requests with a duplicate message will be
|
2883
|
-
# by the store, and IngestMessageErrorDetail returns a NACK message
|
2884
|
-
# rejection.
|
2878
|
+
# Optional. Determines whether to reject duplicate messages. A duplicate message
|
2879
|
+
# is a message with the same raw bytes as a message that has already been
|
2880
|
+
# ingested/created in this HL7v2 store. The default value is false, meaning that
|
2881
|
+
# the store accepts the duplicate messages and it also returns the same ACK
|
2882
|
+
# message in the IngestMessageResponse as has been returned previously. Note
|
2883
|
+
# that only one resource is created in the store. When this field is set to true,
|
2884
|
+
# CreateMessage/IngestMessage requests with a duplicate message will be
|
2885
|
+
# rejected by the store, and IngestMessageErrorDetail returns a NACK message
|
2886
|
+
# upon rejection.
|
2885
2887
|
# Corresponds to the JSON property `rejectDuplicateMessage`
|
2886
2888
|
# @return [Boolean]
|
2887
2889
|
attr_accessor :reject_duplicate_message
|
@@ -3992,7 +3994,7 @@ module Google
|
|
3992
3994
|
class ParserConfig
|
3993
3995
|
include Google::Apis::Core::Hashable
|
3994
3996
|
|
3995
|
-
# Determines whether messages with no header are allowed.
|
3997
|
+
# Optional. Determines whether messages with no header are allowed.
|
3996
3998
|
# Corresponds to the JSON property `allowNullHeader`
|
3997
3999
|
# @return [Boolean]
|
3998
4000
|
attr_accessor :allow_null_header
|
@@ -4003,8 +4005,8 @@ module Google
|
|
4003
4005
|
# @return [Google::Apis::HealthcareV1::SchemaPackage]
|
4004
4006
|
attr_accessor :schema
|
4005
4007
|
|
4006
|
-
# Byte(s) to use as the segment terminator. If this is unset, '\r' is
|
4007
|
-
# 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.
|
4008
4010
|
# Corresponds to the JSON property `segmentTerminator`
|
4009
4011
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
4010
4012
|
# @return [String]
|
@@ -4699,37 +4701,37 @@ module Google
|
|
4699
4701
|
class SchemaPackage
|
4700
4702
|
include Google::Apis::Core::Hashable
|
4701
4703
|
|
4702
|
-
# Flag to ignore all min_occurs restrictions in the schema. This means
|
4703
|
-
# incoming messages can omit any group, segment, field, component, or
|
4704
|
+
# Optional. Flag to ignore all min_occurs restrictions in the schema. This means
|
4705
|
+
# that incoming messages can omit any group, segment, field, component, or
|
4704
4706
|
# subcomponent.
|
4705
4707
|
# Corresponds to the JSON property `ignoreMinOccurs`
|
4706
4708
|
# @return [Boolean]
|
4707
4709
|
attr_accessor :ignore_min_occurs
|
4708
4710
|
alias_method :ignore_min_occurs?, :ignore_min_occurs
|
4709
4711
|
|
4710
|
-
# Schema configs that are layered based on their VersionSources that
|
4711
|
-
# incoming message. Schema configs present in higher indices override
|
4712
|
-
# lower indices with the same message type and trigger event if their
|
4712
|
+
# Optional. Schema configs that are layered based on their VersionSources that
|
4713
|
+
# match the incoming message. Schema configs present in higher indices override
|
4714
|
+
# those in lower indices with the same message type and trigger event if their
|
4713
4715
|
# VersionSources all match an incoming message.
|
4714
4716
|
# Corresponds to the JSON property `schemas`
|
4715
4717
|
# @return [Array<Google::Apis::HealthcareV1::Hl7SchemaConfig>]
|
4716
4718
|
attr_accessor :schemas
|
4717
4719
|
|
4718
|
-
# Determines how messages that fail to parse are handled.
|
4720
|
+
# Optional. Determines how messages that fail to parse are handled.
|
4719
4721
|
# Corresponds to the JSON property `schematizedParsingType`
|
4720
4722
|
# @return [String]
|
4721
4723
|
attr_accessor :schematized_parsing_type
|
4722
4724
|
|
4723
|
-
# Schema type definitions that are layered based on their
|
4724
|
-
# match the incoming message. Type definitions present in
|
4725
|
-
# override those in lower indices with the same type name if
|
4726
|
-
# VersionSources all match an incoming message.
|
4725
|
+
# Optional. Schema type definitions that are layered based on their
|
4726
|
+
# VersionSources that match the incoming message. Type definitions present in
|
4727
|
+
# higher indices override those in lower indices with the same type name if
|
4728
|
+
# their VersionSources all match an incoming message.
|
4727
4729
|
# Corresponds to the JSON property `types`
|
4728
4730
|
# @return [Array<Google::Apis::HealthcareV1::Hl7TypesConfig>]
|
4729
4731
|
attr_accessor :types
|
4730
4732
|
|
4731
|
-
# Determines how unexpected segments (segments not matched to the
|
4732
|
-
# handled.
|
4733
|
+
# Optional. Determines how unexpected segments (segments not matched to the
|
4734
|
+
# schema) are handled.
|
4733
4735
|
# Corresponds to the JSON property `unexpectedSegmentHandling`
|
4734
4736
|
# @return [String]
|
4735
4737
|
attr_accessor :unexpected_segment_handling
|
@@ -5127,10 +5129,10 @@ module Google
|
|
5127
5129
|
# @return [Google::Apis::HealthcareV1::DeidentifiedStoreDestination]
|
5128
5130
|
attr_accessor :deidentified_store_destination
|
5129
5131
|
|
5130
|
-
# Supply a FHIR resource type (such as "Patient" or "Observation").
|
5131
|
-
# www.hl7.org/fhir/valueset-resource-types.html for a list of all
|
5132
|
-
# types. The server treats an empty list as an intent to stream
|
5133
|
-
# supported resource types in this FHIR store.
|
5132
|
+
# Optional. Supply a FHIR resource type (such as "Patient" or "Observation").
|
5133
|
+
# See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all
|
5134
|
+
# FHIR resource types. The server treats an empty list as an intent to stream
|
5135
|
+
# all the supported resource types in this FHIR store.
|
5134
5136
|
# Corresponds to the JSON property `resourceTypes`
|
5135
5137
|
# @return [Array<String>]
|
5136
5138
|
attr_accessor :resource_types
|
@@ -5449,26 +5451,27 @@ module Google
|
|
5449
5451
|
class ValidationConfig
|
5450
5452
|
include Google::Apis::Core::Hashable
|
5451
5453
|
|
5452
|
-
# Whether to disable FHIRPath validation for incoming resources. The
|
5453
|
-
# value is false. Set this to true to disable checking incoming
|
5454
|
-
# conformance against FHIRPath requirement defined in the FHIR
|
5455
|
-
# This property only affects resource types that do not have
|
5456
|
-
# 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.
|
5457
5460
|
# Corresponds to the JSON property `disableFhirpathValidation`
|
5458
5461
|
# @return [Boolean]
|
5459
5462
|
attr_accessor :disable_fhirpath_validation
|
5460
5463
|
alias_method :disable_fhirpath_validation?, :disable_fhirpath_validation
|
5461
5464
|
|
5462
|
-
# Whether to disable profile validation for this FHIR store. The
|
5463
|
-
# is false. Set this to true to disable checking incoming
|
5464
|
-
# 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.
|
5465
5468
|
# Corresponds to the JSON property `disableProfileValidation`
|
5466
5469
|
# @return [Boolean]
|
5467
5470
|
attr_accessor :disable_profile_validation
|
5468
5471
|
alias_method :disable_profile_validation?, :disable_profile_validation
|
5469
5472
|
|
5470
|
-
# Whether to disable reference type validation for incoming resources.
|
5471
|
-
# 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
|
5472
5475
|
# resources for conformance against reference type requirement defined in the
|
5473
5476
|
# FHIR specification. This property only affects resource types that do not have
|
5474
5477
|
# profiles configured for them, any rules in enabled implementation guides will
|
@@ -5478,8 +5481,8 @@ module Google
|
|
5478
5481
|
attr_accessor :disable_reference_type_validation
|
5479
5482
|
alias_method :disable_reference_type_validation?, :disable_reference_type_validation
|
5480
5483
|
|
5481
|
-
# Whether to disable required fields validation for incoming resources.
|
5482
|
-
# 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
|
5483
5486
|
# resources for conformance against required fields requirement defined in the
|
5484
5487
|
# FHIR specification. This property only affects resource types that do not have
|
5485
5488
|
# profiles configured for them, any rules in enabled implementation guides will
|
@@ -5489,19 +5492,19 @@ module Google
|
|
5489
5492
|
attr_accessor :disable_required_field_validation
|
5490
5493
|
alias_method :disable_required_field_validation?, :disable_required_field_validation
|
5491
5494
|
|
5492
|
-
# A list of implementation guide URLs in this FHIR store that are used
|
5493
|
-
# configure the profiles to use for validation. For example, to use the US
|
5494
|
-
# profiles for validation, set `enabled_implementation_guides` to `["http://
|
5495
|
-
# org/fhir/us/core/ImplementationGuide/ig"]`. If `
|
5496
|
-
# is empty or omitted, then incoming resources
|
5497
|
-
# the base FHIR profiles. Otherwise, a resource
|
5498
|
-
# profile listed in the `global` property of one of
|
5499
|
-
# ImplementationGuides. The Cloud Healthcare API does not currently
|
5500
|
-
# of the rules in a StructureDefinition. The following rules are
|
5501
|
-
# min/max - minValue/maxValue - maxLength - type - fixed[x] -
|
5502
|
-
# simple types - slicing, when using "value" as the discriminator
|
5503
|
-
# URL cannot be resolved (for example, in a type assertion), the
|
5504
|
-
# 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.
|
5505
5508
|
# Corresponds to the JSON property `enabledImplementationGuides`
|
5506
5509
|
# @return [Array<String>]
|
5507
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
|