google-apis-healthcare_v1 0.79.0 → 0.81.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2eaa40e1a885c8aabb1df93f3a1a5df54a29e9411bfd9eee7d245272115b9257
|
4
|
+
data.tar.gz: 3f456e4b56e1101e65c70ce7b987293d5a5dc023a4d154c1e727dee66a9bc300
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6faf1c2de771cc66614c3781878ad7e9d02d2c1c5a681d339ce0841755cc42eb577bebdfc5fbf0514aa1ae33f0695a44a4ba516da95197caf2129021cef25afc
|
7
|
+
data.tar.gz: dfffcaee94f8a4b82b8f1c3f1d755f523c64679c1ef3becfa323e3027be2e594a47ae08213977ff57fb132bf0d4307d55f00953fb59a280d5d61203cde061982
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1
|
2
2
|
|
3
|
+
### v0.81.0 (2025-10-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250923
|
6
|
+
|
7
|
+
### v0.80.0 (2025-09-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250904
|
10
|
+
|
3
11
|
### v0.79.0 (2025-09-07)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250821
|
@@ -1638,7 +1638,7 @@ module Google
|
|
1638
1638
|
# Standard's reasoning: "Whilst these UIDs cannot be mapped directly to an
|
1639
1639
|
# individual out of context, given access to the original images, or to a
|
1640
1640
|
# database of the original images containing the UIDs, it would be possible to
|
1641
|
-
# recover the individual's identity."
|
1641
|
+
# recover the individual's identity." https://dicom.nema.org/medical/dicom/
|
1642
1642
|
# current/output/chtml/part15/sect_E.3.9.html
|
1643
1643
|
# Corresponds to the JSON property `skipIdRedaction`
|
1644
1644
|
# @return [Boolean]
|
@@ -5867,7 +5867,7 @@ module Google
|
|
5867
5867
|
include Google::Apis::Core::Hashable
|
5868
5868
|
|
5869
5869
|
# Optional. Tags to be filtered. Tags must be DICOM Data Elements, File Meta
|
5870
|
-
# Elements, or Directory Structuring Elements, as defined at:
|
5870
|
+
# Elements, or Directory Structuring Elements, as defined at: https://dicom.nema.
|
5871
5871
|
# org/medical/dicom/current/output/html/part06.html#table_6-1,. They may be
|
5872
5872
|
# provided by "Keyword" or "Tag". For example "PatientID", "00100010".
|
5873
5873
|
# Corresponds to the JSON property `tags`
|
@@ -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.81.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 = "20250923"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -85,8 +85,8 @@ module Google
|
|
85
85
|
# @param [String] name
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
87
87
|
# @param [Array<String>, String] extra_location_types
|
88
|
-
# Optional.
|
89
|
-
#
|
88
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
89
|
+
# field which is primarily intended for internal usage.
|
90
90
|
# @param [String] filter
|
91
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
92
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -2428,7 +2428,7 @@ module Google
|
|
2428
2428
|
end
|
2429
2429
|
|
2430
2430
|
# SearchForInstances returns a list of matching instances. See [Search
|
2431
|
-
# Transaction] (
|
2431
|
+
# Transaction] (https://dicom.nema.org/medical/dicom/current/output/html/part18.
|
2432
2432
|
# html#sect_10.6). For details on the implementation of SearchForInstances, see [
|
2433
2433
|
# Search transaction](https://cloud.google.com/healthcare/docs/dicom#
|
2434
2434
|
# search_transaction) in the Cloud Healthcare API conformance statement. For
|
@@ -2471,11 +2471,11 @@ module Google
|
|
2471
2471
|
end
|
2472
2472
|
|
2473
2473
|
# SearchForSeries returns a list of matching series. See [Search Transaction] (
|
2474
|
-
#
|
2475
|
-
# For details on the implementation of SearchForSeries, see [Search
|
2476
|
-
# (https://cloud.google.com/healthcare/docs/dicom#search_transaction)
|
2477
|
-
# Cloud Healthcare API conformance statement. For samples that show how
|
2478
|
-
# SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
|
2474
|
+
# https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6)
|
2475
|
+
# . For details on the implementation of SearchForSeries, see [Search
|
2476
|
+
# transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
|
2477
|
+
# in the Cloud Healthcare API conformance statement. For samples that show how
|
2478
|
+
# to call SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
|
2479
2479
|
# healthcare/docs/how-tos/dicomweb#search-dicom).
|
2480
2480
|
# @param [String] parent
|
2481
2481
|
# Required. The name of the DICOM store that is being accessed. For example, `
|
@@ -2513,8 +2513,8 @@ module Google
|
|
2513
2513
|
end
|
2514
2514
|
|
2515
2515
|
# SearchForStudies returns a list of matching studies. See [Search Transaction] (
|
2516
|
-
#
|
2517
|
-
# For details on the implementation of SearchForStudies, see [Search
|
2516
|
+
# https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6)
|
2517
|
+
# . For details on the implementation of SearchForStudies, see [Search
|
2518
2518
|
# transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
|
2519
2519
|
# in the Cloud Healthcare API conformance statement. For samples that show how
|
2520
2520
|
# to call SearchForStudies, see [Search for DICOM data](https://cloud.google.com/
|
@@ -2635,7 +2635,7 @@ module Google
|
|
2635
2635
|
end
|
2636
2636
|
|
2637
2637
|
# StoreInstances stores DICOM instances associated with study instance unique
|
2638
|
-
# identifiers (SUID). See [Store Transaction] (
|
2638
|
+
# identifiers (SUID). See [Store Transaction] (https://dicom.nema.org/medical/
|
2639
2639
|
# dicom/current/output/html/part18.html#sect_10.5). For details on the
|
2640
2640
|
# implementation of StoreInstances, see [Store transaction](https://cloud.google.
|
2641
2641
|
# com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API
|
@@ -2899,7 +2899,7 @@ module Google
|
|
2899
2899
|
end
|
2900
2900
|
|
2901
2901
|
# RetrieveStudyMetadata returns instance associated with the given study
|
2902
|
-
# presented as metadata. See [RetrieveTransaction] (
|
2902
|
+
# presented as metadata. See [RetrieveTransaction] (https://dicom.nema.org/
|
2903
2903
|
# medical/dicom/current/output/html/part18.html#sect_10.4). For details on the
|
2904
2904
|
# implementation of RetrieveStudyMetadata, see [Metadata resources](https://
|
2905
2905
|
# cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
|
@@ -2942,7 +2942,7 @@ module Google
|
|
2942
2942
|
end
|
2943
2943
|
|
2944
2944
|
# RetrieveStudy returns all instances within the given study. See [
|
2945
|
-
# RetrieveTransaction] (
|
2945
|
+
# RetrieveTransaction] (https://dicom.nema.org/medical/dicom/current/output/html/
|
2946
2946
|
# part18.html#sect_10.4). For details on the implementation of RetrieveStudy,
|
2947
2947
|
# see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/
|
2948
2948
|
# dicom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance
|
@@ -2985,7 +2985,7 @@ module Google
|
|
2985
2985
|
end
|
2986
2986
|
|
2987
2987
|
# SearchForInstances returns a list of matching instances. See [Search
|
2988
|
-
# Transaction] (
|
2988
|
+
# Transaction] (https://dicom.nema.org/medical/dicom/current/output/html/part18.
|
2989
2989
|
# html#sect_10.6). For details on the implementation of SearchForInstances, see [
|
2990
2990
|
# Search transaction](https://cloud.google.com/healthcare/docs/dicom#
|
2991
2991
|
# search_transaction) in the Cloud Healthcare API conformance statement. For
|
@@ -3028,11 +3028,11 @@ module Google
|
|
3028
3028
|
end
|
3029
3029
|
|
3030
3030
|
# SearchForSeries returns a list of matching series. See [Search Transaction] (
|
3031
|
-
#
|
3032
|
-
# For details on the implementation of SearchForSeries, see [Search
|
3033
|
-
# (https://cloud.google.com/healthcare/docs/dicom#search_transaction)
|
3034
|
-
# Cloud Healthcare API conformance statement. For samples that show how
|
3035
|
-
# SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
|
3031
|
+
# https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6)
|
3032
|
+
# . For details on the implementation of SearchForSeries, see [Search
|
3033
|
+
# transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
|
3034
|
+
# in the Cloud Healthcare API conformance statement. For samples that show how
|
3035
|
+
# to call SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
|
3036
3036
|
# healthcare/docs/how-tos/dicomweb#search-dicom).
|
3037
3037
|
# @param [String] parent
|
3038
3038
|
# Required. The name of the DICOM store that is being accessed. For example, `
|
@@ -3070,7 +3070,7 @@ module Google
|
|
3070
3070
|
end
|
3071
3071
|
|
3072
3072
|
# StoreInstances stores DICOM instances associated with study instance unique
|
3073
|
-
# identifiers (SUID). See [Store Transaction] (
|
3073
|
+
# identifiers (SUID). See [Store Transaction] (https://dicom.nema.org/medical/
|
3074
3074
|
# dicom/current/output/html/part18.html#sect_10.5). For details on the
|
3075
3075
|
# implementation of StoreInstances, see [Store transaction](https://cloud.google.
|
3076
3076
|
# com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API
|
@@ -3159,7 +3159,7 @@ module Google
|
|
3159
3159
|
end
|
3160
3160
|
|
3161
3161
|
# RetrieveSeriesMetadata returns instance associated with the given study and
|
3162
|
-
# series, presented as metadata. See [RetrieveTransaction] (
|
3162
|
+
# series, presented as metadata. See [RetrieveTransaction] (https://dicom.nema.
|
3163
3163
|
# org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
|
3164
3164
|
# the implementation of RetrieveSeriesMetadata, see [Metadata resources](https://
|
3165
3165
|
# cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
|
@@ -3202,7 +3202,7 @@ module Google
|
|
3202
3202
|
end
|
3203
3203
|
|
3204
3204
|
# RetrieveSeries returns all instances within the given study and series. See [
|
3205
|
-
# RetrieveTransaction] (
|
3205
|
+
# RetrieveTransaction] (https://dicom.nema.org/medical/dicom/current/output/html/
|
3206
3206
|
# part18.html#sect_10.4). For details on the implementation of RetrieveSeries,
|
3207
3207
|
# see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/
|
3208
3208
|
# dicom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance
|
@@ -3245,7 +3245,7 @@ module Google
|
|
3245
3245
|
end
|
3246
3246
|
|
3247
3247
|
# SearchForInstances returns a list of matching instances. See [Search
|
3248
|
-
# Transaction] (
|
3248
|
+
# Transaction] (https://dicom.nema.org/medical/dicom/current/output/html/part18.
|
3249
3249
|
# html#sect_10.6). For details on the implementation of SearchForInstances, see [
|
3250
3250
|
# Search transaction](https://cloud.google.com/healthcare/docs/dicom#
|
3251
3251
|
# search_transaction) in the Cloud Healthcare API conformance statement. For
|
@@ -3330,7 +3330,7 @@ module Google
|
|
3330
3330
|
end
|
3331
3331
|
|
3332
3332
|
# RetrieveInstance returns instance associated with the given study, series, and
|
3333
|
-
# SOP Instance UID. See [RetrieveTransaction] (
|
3333
|
+
# SOP Instance UID. See [RetrieveTransaction] (https://dicom.nema.org/medical/
|
3334
3334
|
# dicom/current/output/html/part18.html#sect_10.4). For details on the
|
3335
3335
|
# implementation of RetrieveInstance, see [DICOM study/series/instances](https://
|
3336
3336
|
# cloud.google.com/healthcare/docs/dicom#dicom_studyseriesinstances) and [DICOM
|
@@ -3375,8 +3375,8 @@ module Google
|
|
3375
3375
|
|
3376
3376
|
# RetrieveInstanceMetadata returns instance associated with the given study,
|
3377
3377
|
# series, and SOP Instance UID presented as metadata. See [RetrieveTransaction] (
|
3378
|
-
#
|
3379
|
-
# For details on the implementation of RetrieveInstanceMetadata, see [Metadata
|
3378
|
+
# https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4)
|
3379
|
+
# . For details on the implementation of RetrieveInstanceMetadata, see [Metadata
|
3380
3380
|
# resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
|
3381
3381
|
# in the Cloud Healthcare API conformance statement. For samples that show how
|
3382
3382
|
# to call RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.
|
@@ -3419,7 +3419,7 @@ module Google
|
|
3419
3419
|
|
3420
3420
|
# RetrieveRenderedInstance returns instance associated with the given study,
|
3421
3421
|
# series, and SOP Instance UID in an acceptable Rendered Media Type. See [
|
3422
|
-
# RetrieveTransaction] (
|
3422
|
+
# RetrieveTransaction] (https://dicom.nema.org/medical/dicom/current/output/html/
|
3423
3423
|
# part18.html#sect_10.4). For details on the implementation of
|
3424
3424
|
# RetrieveRenderedInstance, see [Rendered resources](https://cloud.google.com/
|
3425
3425
|
# healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API
|
@@ -3467,7 +3467,7 @@ module Google
|
|
3467
3467
|
end
|
3468
3468
|
|
3469
3469
|
# Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
|
3470
|
-
# from an instance. See [Retrieve Transaction](
|
3470
|
+
# from an instance. See [Retrieve Transaction](https://dicom.nema.org/medical/
|
3471
3471
|
# dicom/current/output/html/part18.html#sect_10.4). For details on the
|
3472
3472
|
# implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
|
3473
3473
|
# google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
|
@@ -3511,7 +3511,7 @@ module Google
|
|
3511
3511
|
end
|
3512
3512
|
|
3513
3513
|
# RetrieveFrames returns instances associated with the given study, series, SOP
|
3514
|
-
# Instance UID and frame numbers. See [RetrieveTransaction] (
|
3514
|
+
# Instance UID and frame numbers. See [RetrieveTransaction] (https://dicom.nema.
|
3515
3515
|
# org/medical/dicom/current/output/html/part18.html#sect_10.4`. For details on
|
3516
3516
|
# the implementation of RetrieveFrames, see [DICOM frames](https://cloud.google.
|
3517
3517
|
# com/healthcare/docs/dicom#dicom_frames) in the Cloud Healthcare API
|
@@ -3556,7 +3556,7 @@ module Google
|
|
3556
3556
|
|
3557
3557
|
# RetrieveRenderedFrames returns instances associated with the given study,
|
3558
3558
|
# series, SOP Instance UID and frame numbers in an acceptable Rendered Media
|
3559
|
-
# Type. See [RetrieveTransaction] (
|
3559
|
+
# Type. See [RetrieveTransaction] (https://dicom.nema.org/medical/dicom/current/
|
3560
3560
|
# output/html/part18.html#sect_10.4). For details on the implementation of
|
3561
3561
|
# RetrieveRenderedFrames, see [Rendered resources](https://cloud.google.com/
|
3562
3562
|
# healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.81.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.81.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|