google-apis-healthcare_v1beta1 0.84.0 → 0.85.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_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/healthcare_v1beta1/service.rb +22 -24
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09915102dadebe2e8fac6a6c51faa97b2f7d05050bf6bb27941211f047a3a565'
|
4
|
+
data.tar.gz: 3fc0fd1bf6dc511ecb96bf33d9a1564b07cbde6e150098284397faf100fc937c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 017f867d968505deb18816b503c2b139bac2b81612d10fc402bbc155e48694dcdf5d68f0ff4c69399fd0d9924802ba512b27eef6c430f375b1da8755b13da660
|
7
|
+
data.tar.gz: 14d7847b87bb75bb1838d6fef1438b97e82b384ee9444160b6e86248acb5b9d53e20a4a24a9c018e7e6e431ce8a6feb3b07d2381962a8b0a38009a07ab9940e9
|
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.85.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250710"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3058,13 +3058,13 @@ module Google
|
|
3058
3058
|
end
|
3059
3059
|
|
3060
3060
|
# RetrieveStudyMetadata returns instance associated with the given study
|
3061
|
-
# presented as metadata
|
3062
|
-
#
|
3063
|
-
#
|
3064
|
-
#
|
3065
|
-
#
|
3066
|
-
#
|
3067
|
-
#
|
3061
|
+
# presented as metadata. See [RetrieveTransaction](http://dicom.nema.org/medical/
|
3062
|
+
# dicom/current/output/html/part18.html#sect_10.4). For details on the
|
3063
|
+
# implementation of RetrieveStudyMetadata, see [Metadata resources](https://
|
3064
|
+
# cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
|
3065
|
+
# Healthcare API conformance statement. For samples that show how to call
|
3066
|
+
# RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.com/
|
3067
|
+
# healthcare/docs/how-tos/dicomweb#retrieve-metadata).
|
3068
3068
|
# @param [String] parent
|
3069
3069
|
# Required. The name of the DICOM store that is being accessed. For example, `
|
3070
3070
|
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
@@ -3318,12 +3318,11 @@ module Google
|
|
3318
3318
|
end
|
3319
3319
|
|
3320
3320
|
# RetrieveSeriesMetadata returns instance associated with the given study and
|
3321
|
-
# series, presented as metadata
|
3322
|
-
#
|
3323
|
-
#
|
3324
|
-
#
|
3325
|
-
#
|
3326
|
-
# conformance statement. For samples that show how to call
|
3321
|
+
# series, presented as metadata. See [RetrieveTransaction](http://dicom.nema.org/
|
3322
|
+
# medical/dicom/current/output/html/part18.html#sect_10.4). For details on the
|
3323
|
+
# implementation of RetrieveSeriesMetadata, see [Metadata resources](https://
|
3324
|
+
# cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
|
3325
|
+
# Healthcare API conformance statement. For samples that show how to call
|
3327
3326
|
# RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
|
3328
3327
|
# healthcare/docs/how-tos/dicomweb#retrieve-metadata).
|
3329
3328
|
# @param [String] parent
|
@@ -3535,14 +3534,13 @@ module Google
|
|
3535
3534
|
end
|
3536
3535
|
|
3537
3536
|
# RetrieveInstanceMetadata returns instance associated with the given study,
|
3538
|
-
# series, and SOP Instance UID presented as metadata
|
3539
|
-
#
|
3540
|
-
#
|
3541
|
-
#
|
3542
|
-
#
|
3543
|
-
#
|
3544
|
-
#
|
3545
|
-
# healthcare/docs/how-tos/dicomweb#retrieve-metadata).
|
3537
|
+
# series, and SOP Instance UID presented as metadata. See [RetrieveTransaction](
|
3538
|
+
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
|
3539
|
+
# For details on the implementation of RetrieveInstanceMetadata, see [Metadata
|
3540
|
+
# resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
|
3541
|
+
# in the Cloud Healthcare API conformance statement. For samples that show how
|
3542
|
+
# to call RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.
|
3543
|
+
# com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
|
3546
3544
|
# @param [String] parent
|
3547
3545
|
# Required. The name of the DICOM store that is being accessed. For example, `
|
3548
3546
|
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
@@ -3629,9 +3627,9 @@ module Google
|
|
3629
3627
|
end
|
3630
3628
|
|
3631
3629
|
# Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
|
3632
|
-
# from an instance. See [Retrieve Transaction]
|
3633
|
-
# dicom/current/output/html/part18.html#sect_10.4)
|
3634
|
-
#
|
3630
|
+
# from an instance. See [Retrieve Transaction](http://dicom.nema.org/medical/
|
3631
|
+
# dicom/current/output/html/part18.html#sect_10.4). For details on the
|
3632
|
+
# implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
|
3635
3633
|
# google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
|
3636
3634
|
# API conformance statement. For samples that show how to call RetrieveBulkdata,
|
3637
3635
|
# see [Retrieve bulkdata](https://cloud.google.com/healthcare/docs/how-tos/
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.85.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.85.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|