google-apis-healthcare_v1 0.5.0 → 0.10.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 +22 -0
- data/lib/google/apis/healthcare_v1.rb +1 -1
- data/lib/google/apis/healthcare_v1/classes.rb +83 -48
- data/lib/google/apis/healthcare_v1/gem_version.rb +3 -3
- data/lib/google/apis/healthcare_v1/representations.rb +14 -0
- data/lib/google/apis/healthcare_v1/service.rb +116 -107
- metadata +14 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3bff05ab5e604de76bd0c91e5c028adfb2fcc9d3bea97dffcb7907dc00f465c4
|
4
|
+
data.tar.gz: b3b3796435d773a0141fbaca5219175f3bfc22cdf12fd0f884a0233ee4caf61c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a1ec5c73cee2f14c6d2dcade029021fb6a732d3608e3c87195c2529bf53e4a12cff365d47917ad2cd9ee92db689c7f2b12521151c55f702b16976d952256135
|
7
|
+
data.tar.gz: '08daa4b37b3e0c522535ce465cd60b74532784114647e6837bd1c9023c978b29ccbe5de51d122ab1ebf9f15c9e183895b6ae85c9342505dc26904472354bffa6'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1
|
2
2
|
|
3
|
+
### v0.10.0 (2021-06-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210611
|
6
|
+
|
7
|
+
### v0.9.0 (2021-06-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210603
|
10
|
+
* Regenerated using generator version 0.3.0
|
11
|
+
|
12
|
+
### v0.8.0 (2021-05-21)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20210507
|
15
|
+
* Unspecified changes
|
16
|
+
|
17
|
+
### v0.7.0 (2021-04-28)
|
18
|
+
|
19
|
+
* Regenerated from discovery document revision 20210414
|
20
|
+
|
21
|
+
### v0.6.0 (2021-03-26)
|
22
|
+
|
23
|
+
* Regenerated from discovery document revision 20210317
|
24
|
+
|
3
25
|
### v0.5.0 (2021-03-13)
|
4
26
|
|
5
27
|
* Regenerated from discovery document revision 20210301
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1'
|
31
31
|
|
32
|
-
#
|
32
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
@@ -812,8 +812,8 @@ module Google
|
|
812
812
|
|
813
813
|
# The name of the dataset resource to create and write the redacted data to. *
|
814
814
|
# The destination dataset must not exist. * The destination dataset must be in
|
815
|
-
# the same
|
816
|
-
#
|
815
|
+
# the same location as the source dataset. De-identifying data across multiple
|
816
|
+
# locations is not supported.
|
817
817
|
# Corresponds to the JSON property `destinationDataset`
|
818
818
|
# @return [String]
|
819
819
|
attr_accessor :destination_dataset
|
@@ -843,8 +843,8 @@ module Google
|
|
843
843
|
# The name of the DICOM store to create and write the redacted data to. For
|
844
844
|
# example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
845
845
|
# dicomStores/`dicom_store_id``. * The destination dataset must exist. * The
|
846
|
-
# source dataset and destination dataset must both reside in the same
|
847
|
-
# De-identifying data across multiple
|
846
|
+
# source dataset and destination dataset must both reside in the same location.
|
847
|
+
# De-identifying data across multiple locations is not supported. * The
|
848
848
|
# destination DICOM store must not exist. * The caller must have the necessary
|
849
849
|
# permissions to create the destination DICOM store.
|
850
850
|
# Corresponds to the JSON property `destinationStore`
|
@@ -882,8 +882,8 @@ module Google
|
|
882
882
|
# The name of the FHIR store to create and write the redacted data to. For
|
883
883
|
# example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
884
884
|
# fhirStores/`fhir_store_id``. * The destination dataset must exist. * The
|
885
|
-
# source dataset and destination dataset must both reside in the same
|
886
|
-
# De-identifying data across multiple
|
885
|
+
# source dataset and destination dataset must both reside in the same location.
|
886
|
+
# De-identifying data across multiple locations is not supported. * The
|
887
887
|
# destination FHIR store must exist. * The caller must have the healthcare.
|
888
888
|
# fhirResources.update permission to write to the destination FHIR store.
|
889
889
|
# Corresponds to the JSON property `destinationStore`
|
@@ -1313,6 +1313,17 @@ module Google
|
|
1313
1313
|
class FhirStore
|
1314
1314
|
include Google::Apis::Core::Hashable
|
1315
1315
|
|
1316
|
+
# If true, overrides the default search behavior for this FHIR store to `
|
1317
|
+
# handling=strict` which returns an error for unrecognized search parameters. If
|
1318
|
+
# false, uses the FHIR specification default `handling=lenient` which ignores
|
1319
|
+
# unrecognized search parameters. The handling can always be changed from the
|
1320
|
+
# default on an individual API call by setting the HTTP header `Prefer: handling=
|
1321
|
+
# strict` or `Prefer: handling=lenient`.
|
1322
|
+
# Corresponds to the JSON property `defaultSearchHandlingStrict`
|
1323
|
+
# @return [Boolean]
|
1324
|
+
attr_accessor :default_search_handling_strict
|
1325
|
+
alias_method :default_search_handling_strict?, :default_search_handling_strict
|
1326
|
+
|
1316
1327
|
# Immutable. Whether to disable referential integrity in this FHIR store. This
|
1317
1328
|
# field is immutable after FHIR store creation. The default value is false,
|
1318
1329
|
# meaning that the API enforces referential integrity and fails the requests
|
@@ -1345,8 +1356,8 @@ module Google
|
|
1345
1356
|
# resource return errors. It is strongly advised not to include or encode any
|
1346
1357
|
# sensitive data such as patient identifiers in client-specified resource IDs.
|
1347
1358
|
# Those IDs are part of the FHIR resource path recorded in Cloud audit logs and
|
1348
|
-
#
|
1349
|
-
#
|
1359
|
+
# Pub/Sub notifications. Those IDs can also be contained in reference fields
|
1360
|
+
# within other resources.
|
1350
1361
|
# Corresponds to the JSON property `enableUpdateCreate`
|
1351
1362
|
# @return [Boolean]
|
1352
1363
|
attr_accessor :enable_update_create
|
@@ -1403,6 +1414,7 @@ module Google
|
|
1403
1414
|
|
1404
1415
|
# Update properties of this object
|
1405
1416
|
def update!(**args)
|
1417
|
+
@default_search_handling_strict = args[:default_search_handling_strict] if args.key?(:default_search_handling_strict)
|
1406
1418
|
@disable_referential_integrity = args[:disable_referential_integrity] if args.key?(:disable_referential_integrity)
|
1407
1419
|
@disable_resource_versioning = args[:disable_resource_versioning] if args.key?(:disable_resource_versioning)
|
1408
1420
|
@enable_update_create = args[:enable_update_create] if args.key?(:enable_update_create)
|
@@ -1667,14 +1679,15 @@ module Google
|
|
1667
1679
|
# Points to a Cloud Storage URI containing file(s) with content only. The URI
|
1668
1680
|
# must be in the following format: `gs://`bucket_id`/`object_id``. The URI can
|
1669
1681
|
# include wildcards in `object_id` and thus identify multiple files. Supported
|
1670
|
-
# wildcards: '*' to match 0 or more non-separator characters '**' to match 0
|
1671
|
-
# more characters (including separators). Must be used at the end of a path
|
1672
|
-
# with no other wildcards in the path. Can also be used with a file
|
1673
|
-
# such as .dcm), which imports all files with the extension in the
|
1674
|
-
# directory and its sub-directories. For example, `gs://my-bucket/my-
|
1675
|
-
#
|
1676
|
-
# directories. '?' to match 1 character All other URI formats are
|
1677
|
-
# matching the wildcard are expected to contain content only, no
|
1682
|
+
# wildcards: * '*' to match 0 or more non-separator characters * '**' to match 0
|
1683
|
+
# or more characters (including separators). Must be used at the end of a path
|
1684
|
+
# and with no other wildcards in the path. Can also be used with a file
|
1685
|
+
# extension (such as .dcm), which imports all files with the extension in the
|
1686
|
+
# specified directory and its sub-directories. For example, `gs://my-bucket/my-
|
1687
|
+
# directory/**.dcm` imports all files with .dcm extensions in `my-directory/`
|
1688
|
+
# and its sub-directories. * '?' to match 1 character. All other URI formats are
|
1689
|
+
# invalid. Files matching the wildcard are expected to contain content only, no
|
1690
|
+
# metadata.
|
1678
1691
|
# Corresponds to the JSON property `uri`
|
1679
1692
|
# @return [String]
|
1680
1693
|
attr_accessor :uri
|
@@ -1716,9 +1729,9 @@ module Google
|
|
1716
1729
|
# @return [Google::Apis::HealthcareV1::SchemaConfig]
|
1717
1730
|
attr_accessor :schema_config
|
1718
1731
|
|
1719
|
-
# Determines
|
1720
|
-
#
|
1721
|
-
# ignored.
|
1732
|
+
# Determines if existing data in the destination dataset is overwritten,
|
1733
|
+
# appended to, or not written if the tables contain data. If a write_disposition
|
1734
|
+
# is specified, the `force` parameter is ignored.
|
1722
1735
|
# Corresponds to the JSON property `writeDisposition`
|
1723
1736
|
# @return [String]
|
1724
1737
|
attr_accessor :write_disposition
|
@@ -1914,20 +1927,20 @@ module Google
|
|
1914
1927
|
# @return [String]
|
1915
1928
|
attr_accessor :filter
|
1916
1929
|
|
1917
|
-
# The [
|
1918
|
-
#
|
1919
|
-
#
|
1920
|
-
#
|
1921
|
-
#
|
1922
|
-
#
|
1923
|
-
#
|
1924
|
-
#
|
1925
|
-
#
|
1926
|
-
#
|
1927
|
-
#
|
1928
|
-
#
|
1929
|
-
#
|
1930
|
-
#
|
1930
|
+
# The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications
|
1931
|
+
# of changes are published on. Supplied by the client. The notification is a `
|
1932
|
+
# PubsubMessage` with the following fields: * `PubsubMessage.Data` contains the
|
1933
|
+
# resource name. * `PubsubMessage.MessageId` is the ID of this notification. It'
|
1934
|
+
# s guaranteed to be unique within the topic. * `PubsubMessage.PublishTime` is
|
1935
|
+
# the time when the message was published. Note that notifications are only sent
|
1936
|
+
# if the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/
|
1937
|
+
# overview#names) must be scoped to a project. The Cloud Healthcare API service
|
1938
|
+
# account, service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com,
|
1939
|
+
# must have publisher permissions on the given Pub/Sub topic. Not having
|
1940
|
+
# adequate permissions causes the calls that send notifications to fail. If a
|
1941
|
+
# notification cannot be published to Pub/Sub, errors are logged to Cloud
|
1942
|
+
# Logging. For more information, see [Viewing error logs in Cloud Logging](https:
|
1943
|
+
# //cloud.google.com/healthcare/docs/how-tos/logging)).
|
1931
1944
|
# Corresponds to the JSON property `pubsubTopic`
|
1932
1945
|
# @return [String]
|
1933
1946
|
attr_accessor :pubsub_topic
|
@@ -2767,17 +2780,17 @@ module Google
|
|
2767
2780
|
class NotificationConfig
|
2768
2781
|
include Google::Apis::Core::Hashable
|
2769
2782
|
|
2770
|
-
# The [
|
2771
|
-
#
|
2772
|
-
#
|
2773
|
-
#
|
2774
|
-
#
|
2775
|
-
#
|
2776
|
-
#
|
2777
|
-
#
|
2778
|
-
#
|
2779
|
-
#
|
2780
|
-
#
|
2783
|
+
# The [Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications
|
2784
|
+
# of changes are published on. Supplied by the client. PubsubMessage.Data
|
2785
|
+
# contains the resource name. PubsubMessage.MessageId is the ID of this message.
|
2786
|
+
# It is guaranteed to be unique within the topic. PubsubMessage.PublishTime is
|
2787
|
+
# the time at which the message was published. Notifications are only sent if
|
2788
|
+
# the topic is non-empty. [Topic names](https://cloud.google.com/pubsub/docs/
|
2789
|
+
# overview#names) must be scoped to a project. Cloud Healthcare API service
|
2790
|
+
# account must have publisher permissions on the given Pub/Sub topic. Not having
|
2791
|
+
# adequate permissions causes the calls that send notifications to fail. If a
|
2792
|
+
# notification can't be published to Pub/Sub, errors are logged to Cloud Logging
|
2793
|
+
# (see [Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/
|
2781
2794
|
# docs/how-tos/logging)). If the number of errors exceeds a certain rate, some
|
2782
2795
|
# aren't submitted. Note that not all operations trigger notifications, see [
|
2783
2796
|
# Configuring Pub/Sub notifications](https://cloud.google.com/healthcare/docs/
|
@@ -2890,8 +2903,8 @@ module Google
|
|
2890
2903
|
attr_accessor :end_time
|
2891
2904
|
|
2892
2905
|
# A link to audit and error logs in the log viewer. Error logs are generated
|
2893
|
-
# only by some operations, listed at [Viewing logs](
|
2894
|
-
# logging).
|
2906
|
+
# only by some operations, listed at [Viewing error logs in Cloud Logging](https:
|
2907
|
+
# //cloud.google.com/healthcare/docs/how-tos/logging).
|
2895
2908
|
# Corresponds to the JSON property `logsUrl`
|
2896
2909
|
# @return [String]
|
2897
2910
|
attr_accessor :logs_url
|
@@ -3114,8 +3127,9 @@ module Google
|
|
3114
3127
|
# Queries all data_ids that are consented for a given use in the given consent
|
3115
3128
|
# store and writes them to a specified destination. The returned Operation
|
3116
3129
|
# includes a progress counter for the number of User data mappings processed.
|
3117
|
-
# Errors are logged to Cloud Logging (see [Viewing logs] (
|
3118
|
-
# tos/logging) and [
|
3130
|
+
# Errors are logged to Cloud Logging (see [Viewing error logs in Cloud Logging] (
|
3131
|
+
# https://cloud.google.com/healthcare/docs/how-tos/logging) and [
|
3132
|
+
# QueryAccessibleData] for a sample log entry).
|
3119
3133
|
class QueryAccessibleDataRequest
|
3120
3134
|
include Google::Apis::Core::Hashable
|
3121
3135
|
|
@@ -3148,6 +3162,27 @@ module Google
|
|
3148
3162
|
end
|
3149
3163
|
end
|
3150
3164
|
|
3165
|
+
# Response for successful QueryAccessibleData operations. This structure is
|
3166
|
+
# included in the response upon operation completion.
|
3167
|
+
class QueryAccessibleDataResponse
|
3168
|
+
include Google::Apis::Core::Hashable
|
3169
|
+
|
3170
|
+
# List of files, each of which contains a list of data_id(s) that are consented
|
3171
|
+
# for a specified use in the request.
|
3172
|
+
# Corresponds to the JSON property `gcsUris`
|
3173
|
+
# @return [Array<String>]
|
3174
|
+
attr_accessor :gcs_uris
|
3175
|
+
|
3176
|
+
def initialize(**args)
|
3177
|
+
update!(**args)
|
3178
|
+
end
|
3179
|
+
|
3180
|
+
# Update properties of this object
|
3181
|
+
def update!(**args)
|
3182
|
+
@gcs_uris = args[:gcs_uris] if args.key?(:gcs_uris)
|
3183
|
+
end
|
3184
|
+
end
|
3185
|
+
|
3151
3186
|
# Define how to redact sensitive values. Default behaviour is erase. For example,
|
3152
3187
|
# "My name is Jane." becomes "My name is ."
|
3153
3188
|
class RedactConfig
|
@@ -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.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210611"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -568,6 +568,12 @@ module Google
|
|
568
568
|
include Google::Apis::Core::JsonObjectSupport
|
569
569
|
end
|
570
570
|
|
571
|
+
class QueryAccessibleDataResponse
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
571
577
|
class RedactConfig
|
572
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
579
|
|
@@ -1072,6 +1078,7 @@ module Google
|
|
1072
1078
|
class FhirStore
|
1073
1079
|
# @private
|
1074
1080
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1081
|
+
property :default_search_handling_strict, as: 'defaultSearchHandlingStrict'
|
1075
1082
|
property :disable_referential_integrity, as: 'disableReferentialIntegrity'
|
1076
1083
|
property :disable_resource_versioning, as: 'disableResourceVersioning'
|
1077
1084
|
property :enable_update_create, as: 'enableUpdateCreate'
|
@@ -1555,6 +1562,13 @@ module Google
|
|
1555
1562
|
end
|
1556
1563
|
end
|
1557
1564
|
|
1565
|
+
class QueryAccessibleDataResponse
|
1566
|
+
# @private
|
1567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1568
|
+
collection :gcs_uris, as: 'gcsUris'
|
1569
|
+
end
|
1570
|
+
end
|
1571
|
+
|
1558
1572
|
class RedactConfig
|
1559
1573
|
# @private
|
1560
1574
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -83,11 +83,15 @@ module Google
|
|
83
83
|
# @param [String] name
|
84
84
|
# The resource that owns the locations collection, if applicable.
|
85
85
|
# @param [String] filter
|
86
|
-
#
|
86
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
87
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in [
|
88
|
+
# AIP-160](https://google.aip.dev/160).
|
87
89
|
# @param [Fixnum] page_size
|
88
|
-
# The
|
90
|
+
# The maximum number of results to return. If not set, the service selects a
|
91
|
+
# default.
|
89
92
|
# @param [String] page_token
|
90
|
-
#
|
93
|
+
# A page token received from the `next_page_token` field in the response. Send
|
94
|
+
# that page token to receive the subsequent page.
|
91
95
|
# @param [String] fields
|
92
96
|
# Selector specifying which fields to include in a partial response.
|
93
97
|
# @param [String] quota_user
|
@@ -165,7 +169,8 @@ module Google
|
|
165
169
|
# DICOM instances. The new de-identified dataset will not contain these failed
|
166
170
|
# resources. Failed resource totals are tracked in Operation.metadata. Error
|
167
171
|
# details are also logged to Cloud Logging. For more information, see [Viewing
|
168
|
-
# logs](/healthcare/docs/how-tos/
|
172
|
+
# error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
|
173
|
+
# logging).
|
169
174
|
# @param [String] source_dataset
|
170
175
|
# Source dataset resource name. For example, `projects/`project_id`/locations/`
|
171
176
|
# location_id`/datasets/`dataset_id``.
|
@@ -753,8 +758,11 @@ module Google
|
|
753
758
|
# Queries all data_ids that are consented for a specified use in the given
|
754
759
|
# consent store and writes them to a specified destination. The returned
|
755
760
|
# Operation includes a progress counter for the number of User data mappings
|
756
|
-
# processed.
|
757
|
-
#
|
761
|
+
# processed. If the request is successful, a detailed response is returned of
|
762
|
+
# type QueryAccessibleDataResponse, contained in the response field when the
|
763
|
+
# operation finishes. The metadata field type is OperationMetadata. Errors are
|
764
|
+
# logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://
|
765
|
+
# cloud.google.com/healthcare/docs/how-tos/logging)). For example, the following
|
758
766
|
# sample log entry shows a `failed to evaluate consent policy` error that
|
759
767
|
# occurred during a QueryAccessibleData call to consent store `projects/`
|
760
768
|
# project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
|
@@ -1931,7 +1939,7 @@ module Google
|
|
1931
1939
|
# identification fails for some DICOM instances. The output DICOM store will not
|
1932
1940
|
# contain these failed resources. Failed resource totals are tracked in
|
1933
1941
|
# Operation.metadata. Error details are also logged to Cloud Logging (see [
|
1934
|
-
# Viewing logs](/healthcare/docs/how-tos/logging)).
|
1942
|
+
# Viewing error logs in Cloud Logging](/healthcare/docs/how-tos/logging)).
|
1935
1943
|
# @param [String] source_store
|
1936
1944
|
# Source DICOM store resource name. For example, `projects/`project_id`/
|
1937
1945
|
# locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
|
@@ -1998,8 +2006,8 @@ module Google
|
|
1998
2006
|
|
1999
2007
|
# Exports data to the specified destination by copying it from the DICOM store.
|
2000
2008
|
# Errors are also logged to Cloud Logging. For more information, see [Viewing
|
2001
|
-
# logs](/healthcare/docs/how-tos/
|
2002
|
-
# OperationMetadata.
|
2009
|
+
# error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
|
2010
|
+
# logging). The metadata field type is OperationMetadata.
|
2003
2011
|
# @param [String] name
|
2004
2012
|
# The DICOM store resource name from which to export the data. For example, `
|
2005
2013
|
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
@@ -2106,8 +2114,9 @@ module Google
|
|
2106
2114
|
end
|
2107
2115
|
|
2108
2116
|
# Imports data into the DICOM store by copying it from the specified source.
|
2109
|
-
# Errors are logged to Cloud Logging. For more information, see [Viewing
|
2110
|
-
# healthcare/docs/how-tos/
|
2117
|
+
# Errors are logged to Cloud Logging. For more information, see [Viewing error
|
2118
|
+
# logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
|
2119
|
+
# logging). The metadata field type is OperationMetadata.
|
2111
2120
|
# @param [String] name
|
2112
2121
|
# The name of the DICOM store resource into which the data is imported. For
|
2113
2122
|
# example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
@@ -2494,11 +2503,10 @@ module Google
|
|
2494
2503
|
# DeleteStudy deletes all instances within the given study. Delete requests are
|
2495
2504
|
# equivalent to the GET requests specified in the Retrieve transaction. The
|
2496
2505
|
# method returns an Operation which will be marked successful when the deletion
|
2497
|
-
# is complete. Warning:
|
2498
|
-
#
|
2499
|
-
#
|
2500
|
-
#
|
2501
|
-
# https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
|
2506
|
+
# is complete. Warning: Instances cannot be inserted into a study that is being
|
2507
|
+
# deleted by an operation until the operation completes. For samples that show
|
2508
|
+
# how to call DeleteStudy, see [Deleting a study, series, or instance](https://
|
2509
|
+
# cloud.google.com/healthcare/docs/how-tos/dicomweb#
|
2502
2510
|
# deleting_a_study_series_or_instance).
|
2503
2511
|
# @param [String] parent
|
2504
2512
|
# @param [String] dicom_web_path
|
@@ -2753,12 +2761,11 @@ module Google
|
|
2753
2761
|
# DeleteSeries deletes all instances within the given study and series. Delete
|
2754
2762
|
# requests are equivalent to the GET requests specified in the Retrieve
|
2755
2763
|
# transaction. The method returns an Operation which will be marked successful
|
2756
|
-
# when the deletion is complete. Warning:
|
2757
|
-
#
|
2758
|
-
#
|
2759
|
-
#
|
2760
|
-
#
|
2761
|
-
# dicomweb#deleting_a_study_series_or_instance).
|
2764
|
+
# when the deletion is complete. Warning: Instances cannot be inserted into a
|
2765
|
+
# series that is being deleted by an operation until the operation completes.
|
2766
|
+
# For samples that show how to call DeleteSeries, see [Deleting a study, series,
|
2767
|
+
# or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
|
2768
|
+
# deleting_a_study_series_or_instance).
|
2762
2769
|
# @param [String] parent
|
2763
2770
|
# The name of the DICOM store that is being accessed. For example, `projects/`
|
2764
2771
|
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
|
@@ -3229,7 +3236,8 @@ module Google
|
|
3229
3236
|
# store. The metadata field type is OperationMetadata. If the request is
|
3230
3237
|
# successful, the response field type is DeidentifyFhirStoreSummary. If errors
|
3231
3238
|
# occur, error is set. Error details are also logged to Cloud Logging (see [
|
3232
|
-
# Viewing logs](/healthcare/docs/
|
3239
|
+
# Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/
|
3240
|
+
# how-tos/logging)).
|
3233
3241
|
# @param [String] source_store
|
3234
3242
|
# Source FHIR store resource name. For example, `projects/`project_id`/locations/
|
3235
3243
|
# `location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
|
@@ -3296,10 +3304,11 @@ module Google
|
|
3296
3304
|
# Export resources from the FHIR store to the specified destination. This method
|
3297
3305
|
# returns an Operation that can be used to track the status of the export by
|
3298
3306
|
# calling GetOperation. Immediate fatal errors appear in the error field, errors
|
3299
|
-
# are also logged to Cloud Logging (see [Viewing logs](
|
3300
|
-
# logging)). Otherwise, when
|
3301
|
-
#
|
3302
|
-
# type for this operation is
|
3307
|
+
# are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
|
3308
|
+
# https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
|
3309
|
+
# the operation finishes, a detailed response of type ExportResourcesResponse is
|
3310
|
+
# returned in the response field. The metadata field type for this operation is
|
3311
|
+
# OperationMetadata.
|
3303
3312
|
# @param [String] name
|
3304
3313
|
# The name of the FHIR store to export resource from, in the format of `projects/
|
3305
3314
|
# `project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/`
|
@@ -3415,7 +3424,7 @@ module Google
|
|
3415
3424
|
# stored using the supplied ID regardless of the enable_update_create setting on
|
3416
3425
|
# the FHIR store. It is strongly advised not to include or encode any sensitive
|
3417
3426
|
# data such as patient identifiers in client-specified resource IDs. Those IDs
|
3418
|
-
# are part of the FHIR resource path recorded in Cloud
|
3427
|
+
# are part of the FHIR resource path recorded in Cloud Audit Logs and Cloud Pub/
|
3419
3428
|
# Sub notifications. Those IDs can also be contained in reference fields within
|
3420
3429
|
# other resources. The import process does not enforce referential integrity,
|
3421
3430
|
# regardless of the disable_referential_integrity setting on the FHIR store.
|
@@ -3453,10 +3462,11 @@ module Google
|
|
3453
3462
|
# searchset` bundles produced by a FHIR search or Patient-everything operation.
|
3454
3463
|
# This method returns an Operation that can be used to track the status of the
|
3455
3464
|
# import by calling GetOperation. Immediate fatal errors appear in the error
|
3456
|
-
# field, errors are also logged to Cloud Logging (see [Viewing logs
|
3457
|
-
# docs/how-tos/logging)).
|
3458
|
-
#
|
3459
|
-
#
|
3465
|
+
# field, errors are also logged to Cloud Logging (see [Viewing error logs in
|
3466
|
+
# Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)).
|
3467
|
+
# Otherwise, when the operation finishes, a detailed response of type
|
3468
|
+
# ImportResourcesResponse is returned in the response field. The metadata field
|
3469
|
+
# type for this operation is OperationMetadata.
|
3460
3470
|
# @param [String] name
|
3461
3471
|
# The name of the FHIR store to import FHIR resources to, in the format of `
|
3462
3472
|
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/
|
@@ -3670,21 +3680,21 @@ module Google
|
|
3670
3680
|
# implement/standards/fhir/DSTU2/patient-operations.html#everything), [STU3](
|
3671
3681
|
# http://hl7.org/implement/standards/fhir/STU3/patient-operations.html#
|
3672
3682
|
# everything), [R4](http://hl7.org/implement/standards/fhir/R4/patient-
|
3673
|
-
# operations.html#everything)). On success, the response body
|
3674
|
-
#
|
3675
|
-
#
|
3676
|
-
#
|
3677
|
-
#
|
3678
|
-
#
|
3679
|
-
#
|
3680
|
-
#
|
3681
|
-
#
|
3682
|
-
#
|
3683
|
-
#
|
3684
|
-
#
|
3685
|
-
#
|
3686
|
-
#
|
3687
|
-
#
|
3683
|
+
# operations.html#everything)). On success, the response body contains a JSON-
|
3684
|
+
# encoded representation of a `Bundle` resource of type `searchset`, containing
|
3685
|
+
# the results of the operation. Errors generated by the FHIR store contain a
|
3686
|
+
# JSON-encoded `OperationOutcome` resource describing the reason for the error.
|
3687
|
+
# If the request cannot be mapped to a valid API method on a FHIR store, a
|
3688
|
+
# generic GCP error might be returned instead. The resources in scope for the
|
3689
|
+
# response are: * The patient resource itself. * All the resources directly
|
3690
|
+
# referenced by the patient resource. * Resources directly referencing the
|
3691
|
+
# patient resource that meet the inclusion criteria. The inclusion criteria are
|
3692
|
+
# based on the membership rules in the patient compartment definition ([DSTU2](
|
3693
|
+
# http://hl7.org/fhir/DSTU2/compartment-patient.html), [STU3](http://www.hl7.org/
|
3694
|
+
# fhir/stu3/compartmentdefinition-patient.html), [R4](http://hl7.org/fhir/R4/
|
3695
|
+
# compartmentdefinition-patient.html)), which details the eligible resource
|
3696
|
+
# types and referencing search parameters. For samples that show how to call `
|
3697
|
+
# Patient-everything`, see [Getting all patient compartment resources](/
|
3688
3698
|
# healthcare/docs/how-tos/fhir-resources#
|
3689
3699
|
# getting_all_patient_compartment_resources).
|
3690
3700
|
# @param [String] name
|
@@ -3789,8 +3799,8 @@ module Google
|
|
3789
3799
|
# implement/standards/fhir/STU3/http.html#capabilities), [R4](http://hl7.org/
|
3790
3800
|
# implement/standards/fhir/R4/http.html#capabilities)), or the [conformance
|
3791
3801
|
# interaction](http://hl7.org/implement/standards/fhir/DSTU2/http.html#
|
3792
|
-
# conformance) in the DSTU2 case. On success, the response body
|
3793
|
-
#
|
3802
|
+
# conformance) in the DSTU2 case. On success, the response body contains a JSON-
|
3803
|
+
# encoded representation of a `CapabilityStatement` resource.
|
3794
3804
|
# @param [String] name
|
3795
3805
|
# Name of the FHIR store to retrieve the capabilities for.
|
3796
3806
|
# @param [String] fields
|
@@ -3826,14 +3836,14 @@ module Google
|
|
3826
3836
|
# hl7.org/implement/standards/fhir/R4/http.html#create)), which creates a new
|
3827
3837
|
# resource with a server-assigned resource ID. The request body must contain a
|
3828
3838
|
# JSON-encoded FHIR resource, and the request headers must contain `Content-Type:
|
3829
|
-
# application/fhir+json`. On success, the response body
|
3830
|
-
#
|
3831
|
-
#
|
3832
|
-
#
|
3833
|
-
#
|
3834
|
-
#
|
3835
|
-
#
|
3836
|
-
#
|
3839
|
+
# application/fhir+json`. On success, the response body contains a JSON-encoded
|
3840
|
+
# representation of the resource as it was created on the server, including the
|
3841
|
+
# server-assigned resource ID and version ID. Errors generated by the FHIR store
|
3842
|
+
# contain a JSON-encoded `OperationOutcome` resource describing the reason for
|
3843
|
+
# the error. If the request cannot be mapped to a valid API method on a FHIR
|
3844
|
+
# store, a generic GCP error might be returned instead. For samples that show
|
3845
|
+
# how to call `create`, see [Creating a FHIR resource](/healthcare/docs/how-tos/
|
3846
|
+
# fhir-resources#creating_a_fhir_resource).
|
3837
3847
|
# @param [String] parent
|
3838
3848
|
# The name of the FHIR store this resource belongs to.
|
3839
3849
|
# @param [String] type
|
@@ -3974,10 +3984,10 @@ module Google
|
|
3974
3984
|
# FHIR standard history interaction ([DSTU2](http://hl7.org/implement/standards/
|
3975
3985
|
# fhir/DSTU2/http.html#history), [STU3](http://hl7.org/implement/standards/fhir/
|
3976
3986
|
# STU3/http.html#history), [R4](http://hl7.org/implement/standards/fhir/R4/http.
|
3977
|
-
# html#history)). On success, the response body
|
3987
|
+
# html#history)). On success, the response body contains a JSON-encoded
|
3978
3988
|
# representation of a `Bundle` resource of type `history`, containing the
|
3979
3989
|
# version history sorted from most recent to oldest versions. Errors generated
|
3980
|
-
# by the FHIR store
|
3990
|
+
# by the FHIR store contain a JSON-encoded `OperationOutcome` resource
|
3981
3991
|
# describing the reason for the error. If the request cannot be mapped to a
|
3982
3992
|
# valid API method on a FHIR store, a generic GCP error might be returned
|
3983
3993
|
# instead. For samples that show how to call `history`, see [Listing FHIR
|
@@ -4043,11 +4053,11 @@ module Google
|
|
4043
4053
|
# DSTU2 doesn't define a patch method, but the server supports it in the same
|
4044
4054
|
# way it supports STU3. The request body must contain a JSON Patch document, and
|
4045
4055
|
# the request headers must contain `Content-Type: application/json-patch+json`.
|
4046
|
-
# On success, the response body
|
4047
|
-
#
|
4048
|
-
#
|
4049
|
-
#
|
4050
|
-
#
|
4056
|
+
# On success, the response body contains a JSON-encoded representation of the
|
4057
|
+
# updated resource, including the server-assigned version ID. Errors generated
|
4058
|
+
# by the FHIR store contain a JSON-encoded `OperationOutcome` resource
|
4059
|
+
# describing the reason for the error. If the request cannot be mapped to a
|
4060
|
+
# valid API method on a FHIR store, a generic GCP error might be returned
|
4051
4061
|
# instead. For samples that show how to call `patch`, see [Patching a FHIR
|
4052
4062
|
# resource](/healthcare/docs/how-tos/fhir-resources#patching_a_fhir_resource).
|
4053
4063
|
# @param [String] name
|
@@ -4091,13 +4101,13 @@ module Google
|
|
4091
4101
|
# implement/standards/fhir/STU3/http.html#cread), [R4](http://hl7.org/implement/
|
4092
4102
|
# standards/fhir/R4/http.html#cread)) specified by supplying an `If-Modified-
|
4093
4103
|
# Since` header with a date/time value or an `If-None-Match` header with an ETag
|
4094
|
-
# value. On success, the response body
|
4095
|
-
#
|
4096
|
-
#
|
4097
|
-
#
|
4098
|
-
#
|
4099
|
-
#
|
4100
|
-
#
|
4104
|
+
# value. On success, the response body contains a JSON-encoded representation of
|
4105
|
+
# the resource. Errors generated by the FHIR store contain a JSON-encoded `
|
4106
|
+
# OperationOutcome` resource describing the reason for the error. If the request
|
4107
|
+
# cannot be mapped to a valid API method on a FHIR store, a generic GCP error
|
4108
|
+
# might be returned instead. For samples that show how to call `read`, see [
|
4109
|
+
# Getting a FHIR resource](/healthcare/docs/how-tos/fhir-resources#
|
4110
|
+
# getting_a_fhir_resource).
|
4101
4111
|
# @param [String] name
|
4102
4112
|
# The name of the resource to retrieve.
|
4103
4113
|
# @param [String] fields
|
@@ -4143,9 +4153,9 @@ module Google
|
|
4143
4153
|
# alternate form having the same semantics as the `GET` method for the specified
|
4144
4154
|
# type. The `GET` and `POST` methods do not support compartment searches. The `
|
4145
4155
|
# POST` method does not support `application/x-www-form-urlencoded` search
|
4146
|
-
# parameters. On success, the response body
|
4156
|
+
# parameters. On success, the response body contains a JSON-encoded
|
4147
4157
|
# representation of a `Bundle` resource of type `searchset`, containing the
|
4148
|
-
# results of the search. Errors generated by the FHIR store
|
4158
|
+
# results of the search. Errors generated by the FHIR store contain a JSON-
|
4149
4159
|
# encoded `OperationOutcome` resource describing the reason for the error. If
|
4150
4160
|
# the request cannot be mapped to a valid API method on a FHIR store, a generic
|
4151
4161
|
# GCP error might be returned instead. The server's capability statement,
|
@@ -4217,9 +4227,9 @@ module Google
|
|
4217
4227
|
# alternate form having the same semantics as the `GET` method for the specified
|
4218
4228
|
# type. The `GET` and `POST` methods do not support compartment searches. The `
|
4219
4229
|
# POST` method does not support `application/x-www-form-urlencoded` search
|
4220
|
-
# parameters. On success, the response body
|
4230
|
+
# parameters. On success, the response body contains a JSON-encoded
|
4221
4231
|
# representation of a `Bundle` resource of type `searchset`, containing the
|
4222
|
-
# results of the search. Errors generated by the FHIR store
|
4232
|
+
# results of the search. Errors generated by the FHIR store contain a JSON-
|
4223
4233
|
# encoded `OperationOutcome` resource describing the reason for the error. If
|
4224
4234
|
# the request cannot be mapped to a valid API method on a FHIR store, a generic
|
4225
4235
|
# GCP error might be returned instead. The server's capability statement,
|
@@ -4290,19 +4300,18 @@ module Google
|
|
4290
4300
|
# set, creates the resource with the client-specified ID. It is strongly advised
|
4291
4301
|
# not to include or encode any sensitive data such as patient identifiers in
|
4292
4302
|
# client-specified resource IDs. Those IDs are part of the FHIR resource path
|
4293
|
-
# recorded in Cloud
|
4294
|
-
#
|
4295
|
-
#
|
4296
|
-
#
|
4297
|
-
#
|
4298
|
-
#
|
4299
|
-
#
|
4300
|
-
#
|
4301
|
-
#
|
4302
|
-
#
|
4303
|
-
#
|
4304
|
-
#
|
4305
|
-
# updating_a_fhir_resource).
|
4303
|
+
# recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be
|
4304
|
+
# contained in reference fields within other resources. The request body must
|
4305
|
+
# contain a JSON-encoded FHIR resource, and the request headers must contain `
|
4306
|
+
# Content-Type: application/fhir+json`. The resource must contain an `id`
|
4307
|
+
# element having an identical value to the ID in the REST path of the request.
|
4308
|
+
# On success, the response body contains a JSON-encoded representation of the
|
4309
|
+
# updated resource, including the server-assigned version ID. Errors generated
|
4310
|
+
# by the FHIR store contain a JSON-encoded `OperationOutcome` resource
|
4311
|
+
# describing the reason for the error. If the request cannot be mapped to a
|
4312
|
+
# valid API method on a FHIR store, a generic GCP error might be returned
|
4313
|
+
# instead. For samples that show how to call `update`, see [Updating a FHIR
|
4314
|
+
# resource](/healthcare/docs/how-tos/fhir-resources#updating_a_fhir_resource).
|
4306
4315
|
# @param [String] name
|
4307
4316
|
# The name of the resource to update.
|
4308
4317
|
# @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
|
@@ -4339,13 +4348,13 @@ module Google
|
|
4339
4348
|
# version ID. Implements the FHIR standard vread interaction ([DSTU2](http://hl7.
|
4340
4349
|
# org/implement/standards/fhir/DSTU2/http.html#vread), [STU3](http://hl7.org/
|
4341
4350
|
# implement/standards/fhir/STU3/http.html#vread), [R4](http://hl7.org/implement/
|
4342
|
-
# standards/fhir/R4/http.html#vread)). On success, the response body
|
4343
|
-
#
|
4344
|
-
#
|
4345
|
-
#
|
4346
|
-
#
|
4347
|
-
#
|
4348
|
-
#
|
4351
|
+
# standards/fhir/R4/http.html#vread)). On success, the response body contains a
|
4352
|
+
# JSON-encoded representation of the resource. Errors generated by the FHIR
|
4353
|
+
# store contain a JSON-encoded `OperationOutcome` resource describing the reason
|
4354
|
+
# for the error. If the request cannot be mapped to a valid API method on a FHIR
|
4355
|
+
# store, a generic GCP error might be returned instead. For samples that show
|
4356
|
+
# how to call `vread`, see [Retrieving a FHIR resource version](/healthcare/docs/
|
4357
|
+
# how-tos/fhir-resources#retrieving_a_fhir_resource_version).
|
4349
4358
|
# @param [String] name
|
4350
4359
|
# The name of the resource version to retrieve.
|
4351
4360
|
# @param [String] fields
|
@@ -4688,10 +4697,10 @@ module Google
|
|
4688
4697
|
end
|
4689
4698
|
|
4690
4699
|
# Parses and stores an HL7v2 message. This method triggers an asynchronous
|
4691
|
-
# notification to any
|
4692
|
-
#
|
4693
|
-
#
|
4694
|
-
#
|
4700
|
+
# notification to any Pub/Sub topic configured in Hl7V2Store.
|
4701
|
+
# Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP
|
4702
|
+
# adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
|
4703
|
+
# message when a notification is received.
|
4695
4704
|
# @param [String] parent
|
4696
4705
|
# The name of the dataset this message belongs to.
|
4697
4706
|
# @param [Google::Apis::HealthcareV1::CreateMessageRequest] create_message_request_object
|
@@ -4789,14 +4798,14 @@ module Google
|
|
4789
4798
|
end
|
4790
4799
|
|
4791
4800
|
# Parses and stores an HL7v2 message. This method triggers an asynchronous
|
4792
|
-
# notification to any
|
4793
|
-
#
|
4794
|
-
#
|
4795
|
-
#
|
4796
|
-
#
|
4797
|
-
#
|
4798
|
-
#
|
4799
|
-
#
|
4801
|
+
# notification to any Pub/Sub topic configured in Hl7V2Store.
|
4802
|
+
# Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP
|
4803
|
+
# adapter is configured to listen to a Pub/Sub topic, the adapter transmits the
|
4804
|
+
# message when a notification is received. If the method is successful, it
|
4805
|
+
# generates a response containing an HL7v2 acknowledgment (`ACK`) message. If
|
4806
|
+
# the method encounters an error, it returns a negative acknowledgment (`NACK`)
|
4807
|
+
# message. This behavior is suitable for replying to HL7v2 interface systems
|
4808
|
+
# that expect these acknowledgments.
|
4800
4809
|
# @param [String] parent
|
4801
4810
|
# The name of the HL7v2 store this message belongs to.
|
4802
4811
|
# @param [Google::Apis::HealthcareV1::IngestMessageRequest] ingest_message_request_object
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
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.10.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: 2021-
|
11
|
+
date: 2021-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.3'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.3'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Cloud Healthcare API V1. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.10.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Cloud Healthcare API V1
|