google-apis-healthcare_v1beta1 0.64.0 → 0.65.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bca82c55c81ea9bd591426b2c5347825856a84e26acecf7230b0e7596ce1e2b
|
4
|
+
data.tar.gz: 7288ea2ad999bdbcd90316e952cf7f6436612df1d5983926a01555b42bd07818
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc884b7e1964829d482f2db87e4c93eb35c30b2110668d0e25effdf82074f7be31f977e3f249022ba049a1165ef9a7861a593d4e0fb849a4b8ce3adb86f5208c
|
7
|
+
data.tar.gz: 5b144e62c4b99a4fc26d3015082a97bea8d775d332c4878392616ae6464c982e4e44c0096d1886dd629f94d51908266a0ead60a3e14f338d75a5157a1ccf7418
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module HealthcareV1beta1
|
18
18
|
# Version of the google-apis-healthcare_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.65.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240206"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -5685,38 +5685,39 @@ module Google
|
|
5685
5685
|
end
|
5686
5686
|
|
5687
5687
|
# Executes all the requests in the given Bundle. Implements the FHIR standard
|
5688
|
-
# batch/transaction interaction ([DSTU2](https://hl7.org/
|
5689
|
-
# fhir/DSTU2/http.html#transaction), [STU3](https://hl7.org/
|
5690
|
-
# fhir/STU3/http.html#transaction), [R4](https://hl7.org/
|
5691
|
-
# fhir/R4/http.html#transaction)). Supports all interactions
|
5692
|
-
# except search. This method accepts Bundles of type `batch
|
5693
|
-
#
|
5694
|
-
#
|
5695
|
-
#
|
5696
|
-
#
|
5697
|
-
#
|
5698
|
-
#
|
5699
|
-
#
|
5700
|
-
# The request
|
5701
|
-
#
|
5702
|
-
#
|
5703
|
-
#
|
5704
|
-
#
|
5705
|
-
#
|
5706
|
-
#
|
5707
|
-
#
|
5708
|
-
#
|
5688
|
+
# batch/transaction interaction and history operations. ([DSTU2](https://hl7.org/
|
5689
|
+
# implement/standards/fhir/DSTU2/http.html#transaction), [STU3](https://hl7.org/
|
5690
|
+
# implement/standards/fhir/STU3/http.html#transaction), [R4](https://hl7.org/
|
5691
|
+
# implement/standards/fhir/R4/http.html#transaction)). Supports all interactions
|
5692
|
+
# within a bundle, except search. This method accepts Bundles of type `batch`, `
|
5693
|
+
# transaction` and `history`, processing `batch` and `transaction` bundles
|
5694
|
+
# according to the batch processing rules ([DSTU2](https://hl7.org/implement/
|
5695
|
+
# standards/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](https://hl7.org/implement/
|
5696
|
+
# standards/fhir/STU3/http.html#2.21.0.17.1), [R4](https://hl7.org/implement/
|
5697
|
+
# standards/fhir/R4/http.html#brules)) and transaction processing rules ([DSTU2](
|
5698
|
+
# https://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.2), [STU3](
|
5699
|
+
# https://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.17.2), [R4](
|
5700
|
+
# https://hl7.org/implement/standards/fhir/R4/http.html#trules)). The request
|
5701
|
+
# body must contain a JSON-encoded FHIR `Bundle` resource, and the request
|
5702
|
+
# headers must contain `Content-Type: application/fhir+json`. For a batch bundle
|
5703
|
+
# or a successful transaction, the response body contains a JSON-encoded
|
5704
|
+
# representation of a `Bundle` resource of type `batch-response` or `transaction-
|
5705
|
+
# response` containing one entry for each entry in the request, with the outcome
|
5706
|
+
# of processing the entry. In the case of an error for a `transaction` or `
|
5707
|
+
# history` bundle, the response body contains a JSON-encoded `OperationOutcome`
|
5708
|
+
# resource describing the reason for the error. If the request cannot be mapped
|
5709
|
+
# to a valid API method on a FHIR store, a generic GCP error might be returned
|
5709
5710
|
# instead. This method checks permissions for each request in the bundle. The `
|
5710
5711
|
# executeBundle` permission is required to call this method, but you must also
|
5711
5712
|
# grant sufficient permissions to execute the individual requests in the bundle.
|
5712
5713
|
# For example, if the bundle contains a request to create a FHIR resource, the
|
5713
5714
|
# caller must also have been granted the `healthcare.fhirResources.create`
|
5714
|
-
# permission.
|
5715
|
-
#
|
5716
|
-
# logs](https://cloud.
|
5717
|
-
# samples that show
|
5718
|
-
# using FHIR bundles](
|
5719
|
-
# bundles).
|
5715
|
+
# permission. `history` bundles also check the `import` permission. You can use
|
5716
|
+
# audit logs to view the permissions for `executeBundle` and each request in the
|
5717
|
+
# bundle. For more information, see [Viewing Cloud Audit logs](https://cloud.
|
5718
|
+
# google.com/healthcare-api/docs/how-tos/audit-logging). For samples that show
|
5719
|
+
# how to call `executeBundle`, see [Managing FHIR resources using FHIR bundles](
|
5720
|
+
# https://cloud.google.com/healthcare/docs/how-tos/fhir-bundles).
|
5720
5721
|
# @param [String] parent
|
5721
5722
|
# Required. Name of the FHIR store in which this bundle will be executed.
|
5722
5723
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-healthcare_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.65.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-02-
|
11
|
+
date: 2024-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.65.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|