google-apis-healthcare_v1beta1 0.62.0 → 0.63.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: e6dd1a7b2281688d59ad62cac008717d8bb065c4a61e6253825896368cbe0e38
|
4
|
+
data.tar.gz: 01e6b45df447b7dd7517685fb49dd646b4f43b77ab4ce64328d3d69fd6efbc9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0cd97bd660d806843839dc7407916bb7cbf528c9ceb22dd32019e31b48af35814f9b3cbb1137f9459ef3e06c67791efda80bf9ac4faa585603a1d2b0e7592d8
|
7
|
+
data.tar.gz: 71850d20f3193e83b597ad8dc5f3df9ce428a4c3650ac3a543e13ec47b0cdae2fea9323a82d4559c4478c86387b5cddeca96564d9f0545aaeace38f9523c2519
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-healthcare_v1beta1
|
2
2
|
|
3
|
+
### v0.63.0 (2024-01-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240112
|
6
|
+
* Regenerated using generator version 0.13.1
|
7
|
+
|
3
8
|
### v0.62.0 (2024-01-23)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240110
|
@@ -645,10 +645,10 @@ module Google
|
|
645
645
|
# @return [String]
|
646
646
|
attr_accessor :description
|
647
647
|
|
648
|
-
# Resource name of the Attribute definition, of the form `projects/`
|
649
|
-
# locations/`location_id`/datasets/`dataset_id`/consentStores/`
|
650
|
-
# attributeDefinitions/`attribute_definition_id``. Cannot be
|
651
|
-
# creation.
|
648
|
+
# Identifier. Resource name of the Attribute definition, of the form `projects/`
|
649
|
+
# project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
|
650
|
+
# consent_store_id`/attributeDefinitions/`attribute_definition_id``. Cannot be
|
651
|
+
# changed after creation.
|
652
652
|
# Corresponds to the JSON property `name`
|
653
653
|
# @return [String]
|
654
654
|
attr_accessor :name
|
@@ -1264,9 +1264,10 @@ module Google
|
|
1264
1264
|
# @return [Hash<String,String>]
|
1265
1265
|
attr_accessor :metadata
|
1266
1266
|
|
1267
|
-
# Resource name of the Consent artifact, of the form `projects/`
|
1268
|
-
# locations/`location_id`/datasets/`dataset_id`/consentStores/`
|
1269
|
-
# consentArtifacts/`consent_artifact_id``. Cannot be changed
|
1267
|
+
# Identifier. Resource name of the Consent artifact, of the form `projects/`
|
1268
|
+
# project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
|
1269
|
+
# consent_store_id`/consentArtifacts/`consent_artifact_id``. Cannot be changed
|
1270
|
+
# after creation.
|
1270
1271
|
# Corresponds to the JSON property `name`
|
1271
1272
|
# @return [String]
|
1272
1273
|
attr_accessor :name
|
@@ -1758,10 +1759,10 @@ module Google
|
|
1758
1759
|
# @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
|
1759
1760
|
attr_accessor :config
|
1760
1761
|
|
1761
|
-
# The name of the dataset resource to create and write the redacted
|
1762
|
-
# The destination dataset must not exist. * The destination dataset
|
1763
|
-
# the same location as the source dataset. De-identifying data across
|
1764
|
-
# locations is not supported.
|
1762
|
+
# Required. The name of the dataset resource to create and write the redacted
|
1763
|
+
# data to. * The destination dataset must not exist. * The destination dataset
|
1764
|
+
# must be in the same location as the source dataset. De-identifying data across
|
1765
|
+
# multiple locations is not supported.
|
1765
1766
|
# Corresponds to the JSON property `destinationDataset`
|
1766
1767
|
# @return [String]
|
1767
1768
|
attr_accessor :destination_dataset
|
@@ -1799,13 +1800,13 @@ module Google
|
|
1799
1800
|
# @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
|
1800
1801
|
attr_accessor :config
|
1801
1802
|
|
1802
|
-
# The name of the DICOM store to create and write the redacted data to.
|
1803
|
-
# example, `projects/`project_id`/locations/`location_id`/datasets/`
|
1804
|
-
# dicomStores/`dicom_store_id``. * The destination dataset must
|
1805
|
-
# source dataset and destination dataset must both reside in the
|
1806
|
-
# De-identifying data across multiple locations is not supported.
|
1807
|
-
# destination DICOM store must not exist. * The caller must have the
|
1808
|
-
# permissions to create the destination DICOM store.
|
1803
|
+
# Required. The name of the DICOM store to create and write the redacted data to.
|
1804
|
+
# For example, `projects/`project_id`/locations/`location_id`/datasets/`
|
1805
|
+
# dataset_id`/dicomStores/`dicom_store_id``. * The destination dataset must
|
1806
|
+
# exist. * The source dataset and destination dataset must both reside in the
|
1807
|
+
# same location. De-identifying data across multiple locations is not supported.
|
1808
|
+
# * The destination DICOM store must not exist. * The caller must have the
|
1809
|
+
# necessary permissions to create the destination DICOM store.
|
1809
1810
|
# Corresponds to the JSON property `destinationStore`
|
1810
1811
|
# @return [String]
|
1811
1812
|
attr_accessor :destination_store
|
@@ -1849,12 +1850,12 @@ module Google
|
|
1849
1850
|
# @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
|
1850
1851
|
attr_accessor :config
|
1851
1852
|
|
1852
|
-
# The name of the FHIR store to create and write the redacted data to.
|
1853
|
-
# example, `projects/`project_id`/locations/`location_id`/datasets/`
|
1854
|
-
# fhirStores/`fhir_store_id``. * The destination dataset must exist.
|
1855
|
-
# source dataset and destination dataset must both reside in the same
|
1856
|
-
# De-identifying data across multiple locations is not supported. *
|
1857
|
-
# destination FHIR store must exist. * The caller must have the healthcare.
|
1853
|
+
# Required. The name of the FHIR store to create and write the redacted data to.
|
1854
|
+
# For example, `projects/`project_id`/locations/`location_id`/datasets/`
|
1855
|
+
# dataset_id`/fhirStores/`fhir_store_id``. * The destination dataset must exist.
|
1856
|
+
# * The source dataset and destination dataset must both reside in the same
|
1857
|
+
# location. De-identifying data across multiple locations is not supported. *
|
1858
|
+
# The destination FHIR store must exist. * The caller must have the healthcare.
|
1858
1859
|
# fhirResources.update permission to write to the destination FHIR store.
|
1859
1860
|
# Corresponds to the JSON property `destinationStore`
|
1860
1861
|
# @return [String]
|
@@ -2045,8 +2046,9 @@ module Google
|
|
2045
2046
|
# @return [Hash<String,String>]
|
2046
2047
|
attr_accessor :labels
|
2047
2048
|
|
2048
|
-
# Resource name of the DICOM store, of the form `projects/`
|
2049
|
-
#
|
2049
|
+
# Identifier. Resource name of the DICOM store, of the form `projects/`
|
2050
|
+
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
|
2051
|
+
# dicom_store_id``.
|
2050
2052
|
# Corresponds to the JSON property `name`
|
2051
2053
|
# @return [String]
|
2052
2054
|
attr_accessor :name
|
@@ -3066,8 +3068,8 @@ module Google
|
|
3066
3068
|
# @return [Hash<String,String>]
|
3067
3069
|
attr_accessor :labels
|
3068
3070
|
|
3069
|
-
# Output only. Resource name of the FHIR store, of the form `
|
3070
|
-
# project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
|
3071
|
+
# Output only. Identifier. Resource name of the FHIR store, of the form `
|
3072
|
+
# projects/`project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
|
3071
3073
|
# Corresponds to the JSON property `name`
|
3072
3074
|
# @return [String]
|
3073
3075
|
attr_accessor :name
|
@@ -3107,10 +3109,10 @@ module Google
|
|
3107
3109
|
# @return [Google::Apis::HealthcareV1beta1::ValidationConfig]
|
3108
3110
|
attr_accessor :validation_config
|
3109
3111
|
|
3110
|
-
# Immutable. The FHIR specification version that this FHIR store
|
3111
|
-
# natively. This field is immutable after store creation. Requests are
|
3112
|
-
# if they contain FHIR resources of a different version. Version is
|
3113
|
-
# every FHIR store.
|
3112
|
+
# Required. Immutable. The FHIR specification version that this FHIR store
|
3113
|
+
# supports natively. This field is immutable after store creation. Requests are
|
3114
|
+
# rejected if they contain FHIR resources of a different version. Version is
|
3115
|
+
# required for every FHIR store.
|
3114
3116
|
# Corresponds to the JSON property `version`
|
3115
3117
|
# @return [String]
|
3116
3118
|
attr_accessor :version
|
@@ -6432,11 +6434,11 @@ module Google
|
|
6432
6434
|
class SearchResourcesRequest
|
6433
6435
|
include Google::Apis::Core::Hashable
|
6434
6436
|
|
6435
|
-
# The FHIR resource type to search, such as Patient or Observation.
|
6436
|
-
# complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
6437
|
-
# standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
6438
|
-
# standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
6439
|
-
# standards/fhir/R4/resourcelist.html)).
|
6437
|
+
# Required. The FHIR resource type to search, such as Patient or Observation.
|
6438
|
+
# For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
6439
|
+
# implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
6440
|
+
# implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
6441
|
+
# implement/standards/fhir/R4/resourcelist.html)).
|
6440
6442
|
# Corresponds to the JSON property `resourceType`
|
6441
6443
|
# @return [String]
|
6442
6444
|
attr_accessor :resource_type
|
@@ -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.63.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.13.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240112"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -173,8 +173,8 @@ module Google
|
|
173
173
|
# logged to Cloud Logging. For more information, see [Viewing error logs in
|
174
174
|
# Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
|
175
175
|
# @param [String] source_dataset
|
176
|
-
# Source dataset resource name. For example, `projects/`project_id`/
|
177
|
-
# location_id`/datasets/`dataset_id``.
|
176
|
+
# Required. Source dataset resource name. For example, `projects/`project_id`/
|
177
|
+
# locations/`location_id`/datasets/`dataset_id``.
|
178
178
|
# @param [Google::Apis::HealthcareV1beta1::DeidentifyDatasetRequest] deidentify_dataset_request_object
|
179
179
|
# @param [String] fields
|
180
180
|
# Selector specifying which fields to include in a partial response.
|
@@ -1709,10 +1709,10 @@ module Google
|
|
1709
1709
|
|
1710
1710
|
# Updates the specified Attribute definition.
|
1711
1711
|
# @param [String] name
|
1712
|
-
# Resource name of the Attribute definition, of the form `projects/`
|
1713
|
-
# locations/`location_id`/datasets/`dataset_id`/consentStores/`
|
1714
|
-
# attributeDefinitions/`attribute_definition_id``. Cannot be
|
1715
|
-
# creation.
|
1712
|
+
# Identifier. Resource name of the Attribute definition, of the form `projects/`
|
1713
|
+
# project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
|
1714
|
+
# consent_store_id`/attributeDefinitions/`attribute_definition_id``. Cannot be
|
1715
|
+
# changed after creation.
|
1716
1716
|
# @param [Google::Apis::HealthcareV1beta1::AttributeDefinition] attribute_definition_object
|
1717
1717
|
# @param [String] update_mask
|
1718
1718
|
# Required. The update mask that applies to the resource. For the `FieldMask`
|
@@ -2574,11 +2574,11 @@ module Google
|
|
2574
2574
|
|
2575
2575
|
# Creates a new DICOM store within the parent dataset.
|
2576
2576
|
# @param [String] parent
|
2577
|
-
# The name of the dataset this DICOM store belongs to.
|
2577
|
+
# Required. The name of the dataset this DICOM store belongs to.
|
2578
2578
|
# @param [Google::Apis::HealthcareV1beta1::DicomStore] dicom_store_object
|
2579
2579
|
# @param [String] dicom_store_id
|
2580
|
-
# The ID of the DICOM store that is being created. Any string value up
|
2581
|
-
# characters in length.
|
2580
|
+
# Required. The ID of the DICOM store that is being created. Any string value up
|
2581
|
+
# to 256 characters in length.
|
2582
2582
|
# @param [String] fields
|
2583
2583
|
# Selector specifying which fields to include in a partial response.
|
2584
2584
|
# @param [String] quota_user
|
@@ -2618,8 +2618,8 @@ module Google
|
|
2618
2618
|
# are logged to Cloud Logging. For more information, see [Viewing error logs in
|
2619
2619
|
# Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
|
2620
2620
|
# @param [String] source_store
|
2621
|
-
# Source DICOM store resource name. For example, `projects/`project_id
|
2622
|
-
# locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
|
2621
|
+
# Required. Source DICOM store resource name. For example, `projects/`project_id`
|
2622
|
+
# /locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
|
2623
2623
|
# @param [Google::Apis::HealthcareV1beta1::DeidentifyDicomStoreRequest] deidentify_dicom_store_request_object
|
2624
2624
|
# @param [String] fields
|
2625
2625
|
# Selector specifying which fields to include in a partial response.
|
@@ -2653,7 +2653,7 @@ module Google
|
|
2653
2653
|
# Deletes the specified DICOM store and removes all images that are contained
|
2654
2654
|
# within it.
|
2655
2655
|
# @param [String] name
|
2656
|
-
# The resource name of the DICOM store to delete.
|
2656
|
+
# Required. The resource name of the DICOM store to delete.
|
2657
2657
|
# @param [String] fields
|
2658
2658
|
# Selector specifying which fields to include in a partial response.
|
2659
2659
|
# @param [String] quota_user
|
@@ -2686,8 +2686,8 @@ module Google
|
|
2686
2686
|
# errors in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
|
2687
2687
|
# logging). The metadata field type is OperationMetadata.
|
2688
2688
|
# @param [String] name
|
2689
|
-
# The DICOM store resource name from which to export the data. For
|
2690
|
-
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
2689
|
+
# Required. The DICOM store resource name from which to export the data. For
|
2690
|
+
# example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
2691
2691
|
# dicomStores/`dicom_store_id``.
|
2692
2692
|
# @param [Google::Apis::HealthcareV1beta1::ExportDicomDataRequest] export_dicom_data_request_object
|
2693
2693
|
# @param [String] fields
|
@@ -2721,7 +2721,7 @@ module Google
|
|
2721
2721
|
|
2722
2722
|
# Gets the specified DICOM store.
|
2723
2723
|
# @param [String] name
|
2724
|
-
# The resource name of the DICOM store to get.
|
2724
|
+
# Required. The resource name of the DICOM store to get.
|
2725
2725
|
# @param [String] fields
|
2726
2726
|
# Selector specifying which fields to include in a partial response.
|
2727
2727
|
# @param [String] quota_user
|
@@ -2751,7 +2751,7 @@ module Google
|
|
2751
2751
|
|
2752
2752
|
# Gets metrics associated with the DICOM store.
|
2753
2753
|
# @param [String] name
|
2754
|
-
# The resource name of the DICOM store to get metrics for.
|
2754
|
+
# Required. The resource name of the DICOM store to get metrics for.
|
2755
2755
|
# @param [String] fields
|
2756
2756
|
# Selector specifying which fields to include in a partial response.
|
2757
2757
|
# @param [String] quota_user
|
@@ -2829,9 +2829,9 @@ module Google
|
|
2829
2829
|
# logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
|
2830
2830
|
# logging). The metadata field type is OperationMetadata.
|
2831
2831
|
# @param [String] name
|
2832
|
-
# The name of the DICOM store resource into which the data is imported.
|
2833
|
-
# example, `projects/`project_id`/locations/`location_id`/datasets/`
|
2834
|
-
# dicomStores/`dicom_store_id``.
|
2832
|
+
# Required. The name of the DICOM store resource into which the data is imported.
|
2833
|
+
# For example, `projects/`project_id`/locations/`location_id`/datasets/`
|
2834
|
+
# dataset_id`/dicomStores/`dicom_store_id``.
|
2835
2835
|
# @param [Google::Apis::HealthcareV1beta1::ImportDicomDataRequest] import_dicom_data_request_object
|
2836
2836
|
# @param [String] fields
|
2837
2837
|
# Selector specifying which fields to include in a partial response.
|
@@ -2864,7 +2864,7 @@ module Google
|
|
2864
2864
|
|
2865
2865
|
# Lists the DICOM stores in the given dataset.
|
2866
2866
|
# @param [String] parent
|
2867
|
-
# Name of the dataset.
|
2867
|
+
# Required. Name of the dataset.
|
2868
2868
|
# @param [String] filter
|
2869
2869
|
# Restricts stores returned to those matching a filter. The following syntax is
|
2870
2870
|
# available: * A string field value can be written as text inside quotation
|
@@ -2925,8 +2925,9 @@ module Google
|
|
2925
2925
|
|
2926
2926
|
# Updates the specified DICOM store.
|
2927
2927
|
# @param [String] name
|
2928
|
-
# Resource name of the DICOM store, of the form `projects/`
|
2929
|
-
#
|
2928
|
+
# Identifier. Resource name of the DICOM store, of the form `projects/`
|
2929
|
+
# project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
|
2930
|
+
# dicom_store_id``.
|
2930
2931
|
# @param [Google::Apis::HealthcareV1beta1::DicomStore] dicom_store_object
|
2931
2932
|
# @param [String] update_mask
|
2932
2933
|
# The update mask applies to the resource. For the `FieldMask` definition, see
|
@@ -2971,13 +2972,13 @@ module Google
|
|
2971
2972
|
# see [Search for DICOM data](https://cloud.google.com/healthcare/docs/how-tos/
|
2972
2973
|
# dicomweb#search-dicom).
|
2973
2974
|
# @param [String] parent
|
2974
|
-
# The name of the DICOM store that is being accessed. For example, `
|
2975
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
2976
|
-
# dicom_store_id``.
|
2975
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
2976
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
2977
|
+
# dicomStores/`dicom_store_id``.
|
2977
2978
|
# @param [String] dicom_web_path
|
2978
|
-
# The path of the SearchForInstancesRequest DICOMweb request. For
|
2979
|
-
# instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
|
2980
|
-
#
|
2979
|
+
# Required. The path of the SearchForInstancesRequest DICOMweb request. For
|
2980
|
+
# example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
|
2981
|
+
# instances`.
|
2981
2982
|
# @param [String] fields
|
2982
2983
|
# Selector specifying which fields to include in a partial response.
|
2983
2984
|
# @param [String] quota_user
|
@@ -3014,12 +3015,12 @@ module Google
|
|
3014
3015
|
# SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
|
3015
3016
|
# healthcare/docs/how-tos/dicomweb#search-dicom).
|
3016
3017
|
# @param [String] parent
|
3017
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3018
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3019
|
-
# dicom_store_id``.
|
3018
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3019
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3020
|
+
# dicomStores/`dicom_store_id``.
|
3020
3021
|
# @param [String] dicom_web_path
|
3021
|
-
# The path of the SearchForSeries DICOMweb request. For example, `
|
3022
|
-
# studies/`study_uid`/series`.
|
3022
|
+
# Required. The path of the SearchForSeries DICOMweb request. For example, `
|
3023
|
+
# series` or `studies/`study_uid`/series`.
|
3023
3024
|
# @param [String] fields
|
3024
3025
|
# Selector specifying which fields to include in a partial response.
|
3025
3026
|
# @param [String] quota_user
|
@@ -3056,11 +3057,12 @@ module Google
|
|
3056
3057
|
# to call SearchForStudies, see [Search for DICOM data](https://cloud.google.com/
|
3057
3058
|
# healthcare/docs/how-tos/dicomweb#search-dicom).
|
3058
3059
|
# @param [String] parent
|
3059
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3060
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3061
|
-
# dicom_store_id``.
|
3060
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3061
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3062
|
+
# dicomStores/`dicom_store_id``.
|
3062
3063
|
# @param [String] dicom_web_path
|
3063
|
-
# The path of the SearchForStudies DICOMweb request. For example, `
|
3064
|
+
# Required. The path of the SearchForStudies DICOMweb request. For example, `
|
3065
|
+
# studies`.
|
3064
3066
|
# @param [String] fields
|
3065
3067
|
# Selector specifying which fields to include in a partial response.
|
3066
3068
|
# @param [String] quota_user
|
@@ -3177,12 +3179,12 @@ module Google
|
|
3177
3179
|
# Store DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
|
3178
3180
|
# store-dicom).
|
3179
3181
|
# @param [String] parent
|
3180
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3181
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3182
|
-
# dicom_store_id``.
|
3182
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3183
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3184
|
+
# dicomStores/`dicom_store_id``.
|
3183
3185
|
# @param [String] dicom_web_path
|
3184
|
-
# The path of the StoreInstances DICOMweb request. For example, `
|
3185
|
-
# study_uid`]`. Note that the `study_uid` is optional.
|
3186
|
+
# Required. The path of the StoreInstances DICOMweb request. For example, `
|
3187
|
+
# studies/[`study_uid`]`. Note that the `study_uid` is optional.
|
3186
3188
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
3187
3189
|
# @param [String] fields
|
3188
3190
|
# Selector specifying which fields to include in a partial response.
|
@@ -3255,9 +3257,9 @@ module Google
|
|
3255
3257
|
|
3256
3258
|
# GetStudyMetrics returns metrics for a study.
|
3257
3259
|
# @param [String] study
|
3258
|
-
# The study resource path. For example, `projects/`project_id`/
|
3259
|
-
# location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id`/
|
3260
|
-
# studies/`study_uid``.
|
3260
|
+
# Required. The study resource path. For example, `projects/`project_id`/
|
3261
|
+
# locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id`/
|
3262
|
+
# dicomWeb/studies/`study_uid``.
|
3261
3263
|
# @param [String] fields
|
3262
3264
|
# Selector specifying which fields to include in a partial response.
|
3263
3265
|
# @param [String] quota_user
|
@@ -3329,9 +3331,9 @@ module Google
|
|
3329
3331
|
|
3330
3332
|
# GetSeriesMetrics returns metrics for a series.
|
3331
3333
|
# @param [String] series
|
3332
|
-
# The series resource path. For example, `projects/`project_id`/
|
3333
|
-
# location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id`/
|
3334
|
-
# studies/`study_uid`/series/`series_uid``.
|
3334
|
+
# Required. The series resource path. For example, `projects/`project_id`/
|
3335
|
+
# locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id`/
|
3336
|
+
# dicomWeb/studies/`study_uid`/series/`series_uid``.
|
3335
3337
|
# @param [String] fields
|
3336
3338
|
# Selector specifying which fields to include in a partial response.
|
3337
3339
|
# @param [String] quota_user
|
@@ -3401,7 +3403,8 @@ module Google
|
|
3401
3403
|
# dicom).
|
3402
3404
|
# @param [String] parent
|
3403
3405
|
# @param [String] dicom_web_path
|
3404
|
-
# The path of the DeleteStudy request. For example, `studies/`
|
3406
|
+
# Required. The path of the DeleteStudy request. For example, `studies/`
|
3407
|
+
# study_uid``.
|
3405
3408
|
# @param [String] fields
|
3406
3409
|
# Selector specifying which fields to include in a partial response.
|
3407
3410
|
# @param [String] quota_user
|
@@ -3439,12 +3442,12 @@ module Google
|
|
3439
3442
|
# to call RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.
|
3440
3443
|
# com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
|
3441
3444
|
# @param [String] parent
|
3442
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3443
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3444
|
-
# dicom_store_id``.
|
3445
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3446
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3447
|
+
# dicomStores/`dicom_store_id``.
|
3445
3448
|
# @param [String] dicom_web_path
|
3446
|
-
# The path of the RetrieveStudyMetadata DICOMweb request. For example,
|
3447
|
-
# study_uid`/metadata`.
|
3449
|
+
# Required. The path of the RetrieveStudyMetadata DICOMweb request. For example,
|
3450
|
+
# `studies/`study_uid`/metadata`.
|
3448
3451
|
# @param [String] fields
|
3449
3452
|
# Selector specifying which fields to include in a partial response.
|
3450
3453
|
# @param [String] quota_user
|
@@ -3482,12 +3485,12 @@ module Google
|
|
3482
3485
|
# DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
|
3483
3486
|
# dicom).
|
3484
3487
|
# @param [String] parent
|
3485
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3486
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3487
|
-
# dicom_store_id``.
|
3488
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3489
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3490
|
+
# dicomStores/`dicom_store_id``.
|
3488
3491
|
# @param [String] dicom_web_path
|
3489
|
-
# The path of the RetrieveStudy DICOMweb request. For example, `
|
3490
|
-
# study_uid``.
|
3492
|
+
# Required. The path of the RetrieveStudy DICOMweb request. For example, `
|
3493
|
+
# studies/`study_uid``.
|
3491
3494
|
# @param [String] fields
|
3492
3495
|
# Selector specifying which fields to include in a partial response.
|
3493
3496
|
# @param [String] quota_user
|
@@ -3525,13 +3528,13 @@ module Google
|
|
3525
3528
|
# see [Search for DICOM data](https://cloud.google.com/healthcare/docs/how-tos/
|
3526
3529
|
# dicomweb#search-dicom).
|
3527
3530
|
# @param [String] parent
|
3528
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3529
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3530
|
-
# dicom_store_id``.
|
3531
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3532
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3533
|
+
# dicomStores/`dicom_store_id``.
|
3531
3534
|
# @param [String] dicom_web_path
|
3532
|
-
# The path of the SearchForInstancesRequest DICOMweb request. For
|
3533
|
-
# instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
|
3534
|
-
#
|
3535
|
+
# Required. The path of the SearchForInstancesRequest DICOMweb request. For
|
3536
|
+
# example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
|
3537
|
+
# instances`.
|
3535
3538
|
# @param [String] fields
|
3536
3539
|
# Selector specifying which fields to include in a partial response.
|
3537
3540
|
# @param [String] quota_user
|
@@ -3568,12 +3571,12 @@ module Google
|
|
3568
3571
|
# SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
|
3569
3572
|
# healthcare/docs/how-tos/dicomweb#search-dicom).
|
3570
3573
|
# @param [String] parent
|
3571
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3572
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3573
|
-
# dicom_store_id``.
|
3574
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3575
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3576
|
+
# dicomStores/`dicom_store_id``.
|
3574
3577
|
# @param [String] dicom_web_path
|
3575
|
-
# The path of the SearchForSeries DICOMweb request. For example, `
|
3576
|
-
# studies/`study_uid`/series`.
|
3578
|
+
# Required. The path of the SearchForSeries DICOMweb request. For example, `
|
3579
|
+
# series` or `studies/`study_uid`/series`.
|
3577
3580
|
# @param [String] fields
|
3578
3581
|
# Selector specifying which fields to include in a partial response.
|
3579
3582
|
# @param [String] quota_user
|
@@ -3611,12 +3614,12 @@ module Google
|
|
3611
3614
|
# Store DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
|
3612
3615
|
# store-dicom).
|
3613
3616
|
# @param [String] parent
|
3614
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3615
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3616
|
-
# dicom_store_id``.
|
3617
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3618
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3619
|
+
# dicomStores/`dicom_store_id``.
|
3617
3620
|
# @param [String] dicom_web_path
|
3618
|
-
# The path of the StoreInstances DICOMweb request. For example, `
|
3619
|
-
# study_uid`]`. Note that the `study_uid` is optional.
|
3621
|
+
# Required. The path of the StoreInstances DICOMweb request. For example, `
|
3622
|
+
# studies/[`study_uid`]`. Note that the `study_uid` is optional.
|
3620
3623
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
3621
3624
|
# @param [String] fields
|
3622
3625
|
# Selector specifying which fields to include in a partial response.
|
@@ -3656,12 +3659,12 @@ module Google
|
|
3656
3659
|
# Delete a study, series, or instance](https://cloud.google.com/healthcare/docs/
|
3657
3660
|
# how-tos/dicomweb#delete-dicom).
|
3658
3661
|
# @param [String] parent
|
3659
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3660
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3661
|
-
# dicom_store_id``.
|
3662
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3663
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3664
|
+
# dicomStores/`dicom_store_id``.
|
3662
3665
|
# @param [String] dicom_web_path
|
3663
|
-
# The path of the DeleteSeries request. For example, `studies/`
|
3664
|
-
#
|
3666
|
+
# Required. The path of the DeleteSeries request. For example, `studies/`
|
3667
|
+
# study_uid`/series/`series_uid``.
|
3665
3668
|
# @param [String] fields
|
3666
3669
|
# Selector specifying which fields to include in a partial response.
|
3667
3670
|
# @param [String] quota_user
|
@@ -3700,12 +3703,12 @@ module Google
|
|
3700
3703
|
# RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
|
3701
3704
|
# healthcare/docs/how-tos/dicomweb#retrieve-metadata).
|
3702
3705
|
# @param [String] parent
|
3703
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3704
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3705
|
-
# dicom_store_id``.
|
3706
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3707
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3708
|
+
# dicomStores/`dicom_store_id``.
|
3706
3709
|
# @param [String] dicom_web_path
|
3707
|
-
# The path of the RetrieveSeriesMetadata DICOMweb request. For example,
|
3708
|
-
# `study_uid`/series/`series_uid`/metadata`.
|
3710
|
+
# Required. The path of the RetrieveSeriesMetadata DICOMweb request. For example,
|
3711
|
+
# `studies/`study_uid`/series/`series_uid`/metadata`.
|
3709
3712
|
# @param [String] fields
|
3710
3713
|
# Selector specifying which fields to include in a partial response.
|
3711
3714
|
# @param [String] quota_user
|
@@ -3743,12 +3746,12 @@ module Google
|
|
3743
3746
|
# DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
|
3744
3747
|
# dicom).
|
3745
3748
|
# @param [String] parent
|
3746
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3747
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3748
|
-
# dicom_store_id``.
|
3749
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3750
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3751
|
+
# dicomStores/`dicom_store_id``.
|
3749
3752
|
# @param [String] dicom_web_path
|
3750
|
-
# The path of the RetrieveSeries DICOMweb request. For example, `
|
3751
|
-
# study_uid`/series/`series_uid``.
|
3753
|
+
# Required. The path of the RetrieveSeries DICOMweb request. For example, `
|
3754
|
+
# studies/`study_uid`/series/`series_uid``.
|
3752
3755
|
# @param [String] fields
|
3753
3756
|
# Selector specifying which fields to include in a partial response.
|
3754
3757
|
# @param [String] quota_user
|
@@ -3786,13 +3789,13 @@ module Google
|
|
3786
3789
|
# see [Search for DICOM data](https://cloud.google.com/healthcare/docs/how-tos/
|
3787
3790
|
# dicomweb#search-dicom).
|
3788
3791
|
# @param [String] parent
|
3789
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3790
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3791
|
-
# dicom_store_id``.
|
3792
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3793
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3794
|
+
# dicomStores/`dicom_store_id``.
|
3792
3795
|
# @param [String] dicom_web_path
|
3793
|
-
# The path of the SearchForInstancesRequest DICOMweb request. For
|
3794
|
-
# instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
|
3795
|
-
#
|
3796
|
+
# Required. The path of the SearchForInstancesRequest DICOMweb request. For
|
3797
|
+
# example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
|
3798
|
+
# instances`.
|
3796
3799
|
# @param [String] fields
|
3797
3800
|
# Selector specifying which fields to include in a partial response.
|
3798
3801
|
# @param [String] quota_user
|
@@ -3829,12 +3832,12 @@ module Google
|
|
3829
3832
|
# a study, series, or instance](https://cloud.google.com/healthcare/docs/how-tos/
|
3830
3833
|
# dicomweb#delete-dicom).
|
3831
3834
|
# @param [String] parent
|
3832
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3833
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3834
|
-
# dicom_store_id``.
|
3835
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3836
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3837
|
+
# dicomStores/`dicom_store_id``.
|
3835
3838
|
# @param [String] dicom_web_path
|
3836
|
-
# The path of the DeleteInstance request. For example, `studies/`
|
3837
|
-
# series/`series_uid`/instances/`instance_uid``.
|
3839
|
+
# Required. The path of the DeleteInstance request. For example, `studies/`
|
3840
|
+
# study_uid`/series/`series_uid`/instances/`instance_uid``.
|
3838
3841
|
# @param [String] fields
|
3839
3842
|
# Selector specifying which fields to include in a partial response.
|
3840
3843
|
# @param [String] quota_user
|
@@ -3873,12 +3876,12 @@ module Google
|
|
3873
3876
|
# call RetrieveInstance, see [Retrieve an instance](https://cloud.google.com/
|
3874
3877
|
# healthcare/docs/how-tos/dicomweb#retrieve-instance).
|
3875
3878
|
# @param [String] parent
|
3876
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3877
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3878
|
-
# dicom_store_id``.
|
3879
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3880
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3881
|
+
# dicomStores/`dicom_store_id``.
|
3879
3882
|
# @param [String] dicom_web_path
|
3880
|
-
# The path of the RetrieveInstance DICOMweb request. For example, `
|
3881
|
-
# study_uid`/series/`series_uid`/instances/`instance_uid``.
|
3883
|
+
# Required. The path of the RetrieveInstance DICOMweb request. For example, `
|
3884
|
+
# studies/`study_uid`/series/`series_uid`/instances/`instance_uid``.
|
3882
3885
|
# @param [String] fields
|
3883
3886
|
# Selector specifying which fields to include in a partial response.
|
3884
3887
|
# @param [String] quota_user
|
@@ -3917,12 +3920,13 @@ module Google
|
|
3917
3920
|
# RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/
|
3918
3921
|
# healthcare/docs/how-tos/dicomweb#retrieve-metadata).
|
3919
3922
|
# @param [String] parent
|
3920
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3921
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3922
|
-
# dicom_store_id``.
|
3923
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3924
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3925
|
+
# dicomStores/`dicom_store_id``.
|
3923
3926
|
# @param [String] dicom_web_path
|
3924
|
-
# The path of the RetrieveInstanceMetadata DICOMweb request. For
|
3925
|
-
# studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/
|
3927
|
+
# Required. The path of the RetrieveInstanceMetadata DICOMweb request. For
|
3928
|
+
# example, `studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/
|
3929
|
+
# metadata`.
|
3926
3930
|
# @param [String] fields
|
3927
3931
|
# Selector specifying which fields to include in a partial response.
|
3928
3932
|
# @param [String] quota_user
|
@@ -3961,12 +3965,13 @@ module Google
|
|
3961
3965
|
# RetrieveRenderedInstance, see [Retrieve consumer image formats](https://cloud.
|
3962
3966
|
# google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
|
3963
3967
|
# @param [String] parent
|
3964
|
-
# The name of the DICOM store that is being accessed. For example, `
|
3965
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3966
|
-
# dicom_store_id``.
|
3968
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
3969
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
3970
|
+
# dicomStores/`dicom_store_id``.
|
3967
3971
|
# @param [String] dicom_web_path
|
3968
|
-
# The path of the RetrieveRenderedInstance DICOMweb request. For
|
3969
|
-
# studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/
|
3972
|
+
# Required. The path of the RetrieveRenderedInstance DICOMweb request. For
|
3973
|
+
# example, `studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/
|
3974
|
+
# rendered`.
|
3970
3975
|
# @param [String] fields
|
3971
3976
|
# Selector specifying which fields to include in a partial response.
|
3972
3977
|
# @param [String] quota_user
|
@@ -4048,12 +4053,13 @@ module Google
|
|
4048
4053
|
# Retrieve DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
|
4049
4054
|
# retrieve-dicom).
|
4050
4055
|
# @param [String] parent
|
4051
|
-
# The name of the DICOM store that is being accessed. For example, `
|
4052
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
4053
|
-
# dicom_store_id``.
|
4056
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
4057
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
4058
|
+
# dicomStores/`dicom_store_id``.
|
4054
4059
|
# @param [String] dicom_web_path
|
4055
|
-
# The path of the RetrieveFrames DICOMweb request. For example, `
|
4056
|
-
# study_uid`/series/`series_uid`/instances/`instance_uid`/frames/`
|
4060
|
+
# Required. The path of the RetrieveFrames DICOMweb request. For example, `
|
4061
|
+
# studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/frames/`
|
4062
|
+
# frame_list``.
|
4057
4063
|
# @param [String] fields
|
4058
4064
|
# Selector specifying which fields to include in a partial response.
|
4059
4065
|
# @param [String] quota_user
|
@@ -4092,13 +4098,13 @@ module Google
|
|
4092
4098
|
# RetrieveRenderedFrames, see [Retrieve consumer image formats](https://cloud.
|
4093
4099
|
# google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
|
4094
4100
|
# @param [String] parent
|
4095
|
-
# The name of the DICOM store that is being accessed. For example, `
|
4096
|
-
# project_id`/locations/`location_id`/datasets/`dataset_id`/
|
4097
|
-
# dicom_store_id``.
|
4101
|
+
# Required. The name of the DICOM store that is being accessed. For example, `
|
4102
|
+
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
4103
|
+
# dicomStores/`dicom_store_id``.
|
4098
4104
|
# @param [String] dicom_web_path
|
4099
|
-
# The path of the RetrieveRenderedFrames DICOMweb request. For example,
|
4100
|
-
# `study_uid`/series/`series_uid`/instances/`instance_uid`/frames/`
|
4101
|
-
# rendered`.
|
4105
|
+
# Required. The path of the RetrieveRenderedFrames DICOMweb request. For example,
|
4106
|
+
# `studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/frames/`
|
4107
|
+
# frame_list`/rendered`.
|
4102
4108
|
# @param [String] fields
|
4103
4109
|
# Selector specifying which fields to include in a partial response.
|
4104
4110
|
# @param [String] quota_user
|
@@ -4143,8 +4149,9 @@ module Google
|
|
4143
4149
|
# consent check for data access, `consent_config.access_enforced` must be set to
|
4144
4150
|
# true for the FhirStore.
|
4145
4151
|
# @param [String] name
|
4146
|
-
# The name of the FHIR store to enforce, in the format `projects/`
|
4147
|
-
# locations/`location_id`/datasets/`dataset_id`/fhirStores/`
|
4152
|
+
# Required. The name of the FHIR store to enforce, in the format `projects/`
|
4153
|
+
# project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/`
|
4154
|
+
# fhir_store_id``.
|
4148
4155
|
# @param [Google::Apis::HealthcareV1beta1::ApplyAdminConsentsRequest] apply_admin_consents_request_object
|
4149
4156
|
# @param [String] fields
|
4150
4157
|
# Selector specifying which fields to include in a partial response.
|
@@ -4229,8 +4236,9 @@ module Google
|
|
4229
4236
|
# returns an Operation that can be used to track the progress of the reindexing
|
4230
4237
|
# by calling GetOperation.
|
4231
4238
|
# @param [String] name
|
4232
|
-
# The name of the FHIR store to configure, in the format `projects/`
|
4233
|
-
# locations/`location_id`/datasets/`dataset_id`/fhirStores/`
|
4239
|
+
# Required. The name of the FHIR store to configure, in the format `projects/`
|
4240
|
+
# project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/`
|
4241
|
+
# fhir_store_id``.
|
4234
4242
|
# @param [Google::Apis::HealthcareV1beta1::ConfigureSearchRequest] configure_search_request_object
|
4235
4243
|
# @param [String] fields
|
4236
4244
|
# Selector specifying which fields to include in a partial response.
|
@@ -4263,11 +4271,11 @@ module Google
|
|
4263
4271
|
|
4264
4272
|
# Creates a new FHIR store within the parent dataset.
|
4265
4273
|
# @param [String] parent
|
4266
|
-
# The name of the dataset this FHIR store belongs to.
|
4274
|
+
# Required. The name of the dataset this FHIR store belongs to.
|
4267
4275
|
# @param [Google::Apis::HealthcareV1beta1::FhirStore] fhir_store_object
|
4268
4276
|
# @param [String] fhir_store_id
|
4269
|
-
# The ID of the FHIR store that is being created. The string must
|
4270
|
-
# following regex: `[\p`L`\p`N`_\-\.]`1,256``.
|
4277
|
+
# Required. The ID of the FHIR store that is being created. The string must
|
4278
|
+
# match the following regex: `[\p`L`\p`N`_\-\.]`1,256``.
|
4271
4279
|
# @param [String] fields
|
4272
4280
|
# Selector specifying which fields to include in a partial response.
|
4273
4281
|
# @param [String] quota_user
|
@@ -4305,8 +4313,8 @@ module Google
|
|
4305
4313
|
# logged to Cloud Logging. For more information, see [Viewing error logs in
|
4306
4314
|
# Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
|
4307
4315
|
# @param [String] source_store
|
4308
|
-
# Source FHIR store resource name. For example, `projects/`project_id`/
|
4309
|
-
#
|
4316
|
+
# Required. Source FHIR store resource name. For example, `projects/`project_id`/
|
4317
|
+
# locations/`location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
|
4310
4318
|
# @param [Google::Apis::HealthcareV1beta1::DeidentifyFhirStoreRequest] deidentify_fhir_store_request_object
|
4311
4319
|
# @param [String] fields
|
4312
4320
|
# Selector specifying which fields to include in a partial response.
|
@@ -4339,7 +4347,7 @@ module Google
|
|
4339
4347
|
|
4340
4348
|
# Deletes the specified FHIR store and removes all resources within it.
|
4341
4349
|
# @param [String] name
|
4342
|
-
# The resource name of the FHIR store to delete.
|
4350
|
+
# Required. The resource name of the FHIR store to delete.
|
4343
4351
|
# @param [String] fields
|
4344
4352
|
# Selector specifying which fields to include in a partial response.
|
4345
4353
|
# @param [String] quota_user
|
@@ -4376,9 +4384,9 @@ module Google
|
|
4376
4384
|
# returned in the response field. The metadata field type for this operation is
|
4377
4385
|
# OperationMetadata.
|
4378
4386
|
# @param [String] name
|
4379
|
-
# The name of the FHIR store to export resource from, in the format of
|
4380
|
-
# `project_id`/locations/`location_id`/datasets/`dataset_id`/
|
4381
|
-
# fhir_store_id``.
|
4387
|
+
# Required. The name of the FHIR store to export resource from, in the format of
|
4388
|
+
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
4389
|
+
# fhirStores/`fhir_store_id``.
|
4382
4390
|
# @param [Google::Apis::HealthcareV1beta1::ExportResourcesRequest] export_resources_request_object
|
4383
4391
|
# @param [String] fields
|
4384
4392
|
# Selector specifying which fields to include in a partial response.
|
@@ -4411,7 +4419,7 @@ module Google
|
|
4411
4419
|
|
4412
4420
|
# Gets the configuration of the specified FHIR store.
|
4413
4421
|
# @param [String] name
|
4414
|
-
# The resource name of the FHIR store to get.
|
4422
|
+
# Required. The resource name of the FHIR store to get.
|
4415
4423
|
# @param [String] fields
|
4416
4424
|
# Selector specifying which fields to include in a partial response.
|
4417
4425
|
# @param [String] quota_user
|
@@ -4441,7 +4449,7 @@ module Google
|
|
4441
4449
|
|
4442
4450
|
# Gets metrics associated with the FHIR store.
|
4443
4451
|
# @param [String] name
|
4444
|
-
# The resource name of the FHIR store to get metrics for.
|
4452
|
+
# Required. The resource name of the FHIR store to get metrics for.
|
4445
4453
|
# @param [String] fields
|
4446
4454
|
# Selector specifying which fields to include in a partial response.
|
4447
4455
|
# @param [String] quota_user
|
@@ -4568,9 +4576,9 @@ module Google
|
|
4568
4576
|
# ImportResourcesResponse is returned in the response field. The metadata field
|
4569
4577
|
# type for this operation is OperationMetadata.
|
4570
4578
|
# @param [String] name
|
4571
|
-
# The name of the FHIR store to import FHIR resources to, in the
|
4572
|
-
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
4573
|
-
#
|
4579
|
+
# Required. The name of the FHIR store to import FHIR resources to, in the
|
4580
|
+
# format of `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
|
4581
|
+
# fhirStores/`fhir_store_id``.
|
4574
4582
|
# @param [Google::Apis::HealthcareV1beta1::ImportResourcesRequest] import_resources_request_object
|
4575
4583
|
# @param [String] fields
|
4576
4584
|
# Selector specifying which fields to include in a partial response.
|
@@ -4603,7 +4611,7 @@ module Google
|
|
4603
4611
|
|
4604
4612
|
# Lists the FHIR stores in the given dataset.
|
4605
4613
|
# @param [String] parent
|
4606
|
-
# Name of the dataset.
|
4614
|
+
# Required. Name of the dataset.
|
4607
4615
|
# @param [String] filter
|
4608
4616
|
# Restricts stores returned to those matching a filter. The following syntax is
|
4609
4617
|
# available: * A string field value can be written as text inside quotation
|
@@ -4664,13 +4672,13 @@ module Google
|
|
4664
4672
|
|
4665
4673
|
# Updates the configuration of the specified FHIR store.
|
4666
4674
|
# @param [String] name
|
4667
|
-
# Output only. Resource name of the FHIR store, of the form `
|
4668
|
-
# project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
|
4675
|
+
# Output only. Identifier. Resource name of the FHIR store, of the form `
|
4676
|
+
# projects/`project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
|
4669
4677
|
# @param [Google::Apis::HealthcareV1beta1::FhirStore] fhir_store_object
|
4670
4678
|
# @param [String] update_mask
|
4671
|
-
# The update mask applies to the resource. For the `FieldMask`
|
4672
|
-
# https://developers.google.com/protocol-buffers/docs/reference/
|
4673
|
-
# fieldmask
|
4679
|
+
# Required. The update mask applies to the resource. For the `FieldMask`
|
4680
|
+
# definition, see https://developers.google.com/protocol-buffers/docs/reference/
|
4681
|
+
# google.protobuf#fieldmask
|
4674
4682
|
# @param [String] fields
|
4675
4683
|
# Selector specifying which fields to include in a partial response.
|
4676
4684
|
# @param [String] quota_user
|
@@ -4830,10 +4838,10 @@ module Google
|
|
4830
4838
|
# for the error. If the request cannot be mapped to a valid API method on a FHIR
|
4831
4839
|
# store, a generic GCP error might be returned instead.
|
4832
4840
|
# @param [String] parent
|
4833
|
-
# The name for the FHIR store containing the concept map(s) to use for
|
4834
|
-
# translation.
|
4841
|
+
# Required. The name for the FHIR store containing the concept map(s) to use for
|
4842
|
+
# the translation.
|
4835
4843
|
# @param [String] code
|
4836
|
-
# The code to translate.
|
4844
|
+
# Required. The code to translate.
|
4837
4845
|
# @param [String] concept_map_version
|
4838
4846
|
# The version of the concept map to use. If unset, the most current version is
|
4839
4847
|
# used.
|
@@ -4841,7 +4849,7 @@ module Google
|
|
4841
4849
|
# The source value set of the concept map to be used. If unset, target is used
|
4842
4850
|
# to search for concept maps.
|
4843
4851
|
# @param [String] system
|
4844
|
-
# The system for the code to be translated.
|
4852
|
+
# Required. The system for the code to be translated.
|
4845
4853
|
# @param [String] target
|
4846
4854
|
# The target value set of the concept map to be used. If unset, source is used
|
4847
4855
|
# to search for concept maps.
|
@@ -4893,14 +4901,14 @@ module Google
|
|
4893
4901
|
# the error. If the request cannot be mapped to a valid API method on a FHIR
|
4894
4902
|
# store, a generic GCP error might be returned instead.
|
4895
4903
|
# @param [String] name
|
4896
|
-
# The URL for the concept map to use for the translation.
|
4904
|
+
# Required. The URL for the concept map to use for the translation.
|
4897
4905
|
# @param [String] code
|
4898
|
-
# The code to translate.
|
4906
|
+
# Required. The code to translate.
|
4899
4907
|
# @param [String] concept_map_version
|
4900
4908
|
# The version of the concept map to use. If unset, the most current version is
|
4901
4909
|
# used.
|
4902
4910
|
# @param [String] system
|
4903
|
-
# The system for the code to be translated.
|
4911
|
+
# Required. The system for the code to be translated.
|
4904
4912
|
# @param [String] fields
|
4905
4913
|
# Selector specifying which fields to include in a partial response.
|
4906
4914
|
# @param [String] quota_user
|
@@ -4990,7 +4998,7 @@ module Google
|
|
4990
4998
|
# the request cannot be mapped to a valid API method on a FHIR store, a generic
|
4991
4999
|
# GCP error might be returned instead.
|
4992
5000
|
# @param [String] parent
|
4993
|
-
# Name of the FHIR store to retrieve resources from.
|
5001
|
+
# Required. Name of the FHIR store to retrieve resources from.
|
4994
5002
|
# @param [String] fields
|
4995
5003
|
# Selector specifying which fields to include in a partial response.
|
4996
5004
|
# @param [String] quota_user
|
@@ -5089,7 +5097,7 @@ module Google
|
|
5089
5097
|
# cloud.google.com/healthcare/docs/how-tos/fhir-resources#
|
5090
5098
|
# getting_all_patient_compartment_resources).
|
5091
5099
|
# @param [String] name
|
5092
|
-
# Name of the `Patient` resource for which the information is required.
|
5100
|
+
# Required. Name of the `Patient` resource for which the information is required.
|
5093
5101
|
# @param [Fixnum] _count
|
5094
5102
|
# Maximum number of resources in a page. If not specified, 100 is used. May not
|
5095
5103
|
# be larger than 1000.
|
@@ -5223,7 +5231,7 @@ module Google
|
|
5223
5231
|
# healthcare/docs/how-tos/fhir-resources#
|
5224
5232
|
# deleting_historical_versions_of_a_fhir_resource).
|
5225
5233
|
# @param [String] name
|
5226
|
-
# The name of the resource to purge.
|
5234
|
+
# Required. The name of the resource to purge.
|
5227
5235
|
# @param [String] fields
|
5228
5236
|
# Selector specifying which fields to include in a partial response.
|
5229
5237
|
# @param [String] quota_user
|
@@ -5266,18 +5274,20 @@ module Google
|
|
5266
5274
|
# reason for the error. If the request cannot be mapped to a valid API method on
|
5267
5275
|
# a FHIR store, a generic GCP error might be returned instead.
|
5268
5276
|
# @param [String] parent
|
5269
|
-
# The name of the FHIR store that holds the profiles being used for
|
5277
|
+
# Required. The name of the FHIR store that holds the profiles being used for
|
5278
|
+
# validation.
|
5270
5279
|
# @param [String] type
|
5271
|
-
# The FHIR resource type of the resource being validated. For a
|
5272
|
-
# see the FHIR Resource Index ([DSTU2](http://hl7.org/implement/
|
5273
|
-
# DSTU2/resourcelist.html), [STU3](http://hl7.org/implement/
|
5274
|
-
# resourcelist.html), or [R4](http://hl7.org/implement/
|
5275
|
-
# resourcelist.html)). Must match the resource type in the
|
5280
|
+
# Required. The FHIR resource type of the resource being validated. For a
|
5281
|
+
# complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/implement/
|
5282
|
+
# standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/implement/
|
5283
|
+
# standards/fhir/STU3/resourcelist.html), or [R4](http://hl7.org/implement/
|
5284
|
+
# standards/fhir/R4/resourcelist.html)). Must match the resource type in the
|
5285
|
+
# provided content.
|
5276
5286
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
5277
5287
|
# @param [String] profile
|
5278
|
-
# The canonical URL of a profile that this resource should be
|
5279
|
-
# For example, to validate a Patient resource against the US
|
5280
|
-
# profile this parameter would be `http://hl7.org/fhir/us/core/
|
5288
|
+
# Required. The canonical URL of a profile that this resource should be
|
5289
|
+
# validated against. For example, to validate a Patient resource against the US
|
5290
|
+
# Core Patient profile this parameter would be `http://hl7.org/fhir/us/core/
|
5281
5291
|
# StructureDefinition/us-core-patient`. A StructureDefinition with this
|
5282
5292
|
# canonical URL must exist in the FHIR store.
|
5283
5293
|
# @param [String] fields
|
@@ -5323,7 +5333,7 @@ module Google
|
|
5323
5333
|
# conformance) in the DSTU2 case. On success, the response body contains a JSON-
|
5324
5334
|
# encoded representation of a `CapabilityStatement` resource.
|
5325
5335
|
# @param [String] name
|
5326
|
-
# Name of the FHIR store to retrieve the capabilities for.
|
5336
|
+
# Required. Name of the FHIR store to retrieve the capabilities for.
|
5327
5337
|
# @param [String] fields
|
5328
5338
|
# Selector specifying which fields to include in a partial response.
|
5329
5339
|
# @param [String] quota_user
|
@@ -5373,13 +5383,13 @@ module Google
|
|
5373
5383
|
# resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
|
5374
5384
|
# conditionally_deleting_a_fhir_resource).
|
5375
5385
|
# @param [String] parent
|
5376
|
-
# The name of the FHIR store this resource belongs to.
|
5386
|
+
# Required. The name of the FHIR store this resource belongs to.
|
5377
5387
|
# @param [String] type
|
5378
|
-
# The FHIR resource type to delete, such as Patient or Observation.
|
5379
|
-
# complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
5380
|
-
# standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
5381
|
-
# standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
5382
|
-
# standards/fhir/R4/resourcelist.html)).
|
5388
|
+
# Required. The FHIR resource type to delete, such as Patient or Observation.
|
5389
|
+
# For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
5390
|
+
# implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
5391
|
+
# implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
5392
|
+
# implement/standards/fhir/R4/resourcelist.html)).
|
5383
5393
|
# @param [String] fields
|
5384
5394
|
# Selector specifying which fields to include in a partial response.
|
5385
5395
|
# @param [String] quota_user
|
@@ -5431,13 +5441,13 @@ module Google
|
|
5431
5441
|
# a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
|
5432
5442
|
# resources#conditionally_patching_a_fhir_resource).
|
5433
5443
|
# @param [String] parent
|
5434
|
-
# The name of the FHIR store this resource belongs to.
|
5444
|
+
# Required. The name of the FHIR store this resource belongs to.
|
5435
5445
|
# @param [String] type
|
5436
|
-
# The FHIR resource type to update, such as Patient or Observation.
|
5437
|
-
# complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
5438
|
-
# standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
5439
|
-
# standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
5440
|
-
# standards/fhir/R4/resourcelist.html)).
|
5446
|
+
# Required. The FHIR resource type to update, such as Patient or Observation.
|
5447
|
+
# For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
5448
|
+
# implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
5449
|
+
# implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
5450
|
+
# implement/standards/fhir/R4/resourcelist.html)).
|
5441
5451
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
5442
5452
|
# @param [String] fields
|
5443
5453
|
# Selector specifying which fields to include in a partial response.
|
@@ -5499,14 +5509,14 @@ module Google
|
|
5499
5509
|
# google.com/healthcare/docs/how-tos/fhir-resources#
|
5500
5510
|
# conditionally_updating_a_fhir_resource).
|
5501
5511
|
# @param [String] parent
|
5502
|
-
# The name of the FHIR store this resource belongs to.
|
5512
|
+
# Required. The name of the FHIR store this resource belongs to.
|
5503
5513
|
# @param [String] type
|
5504
|
-
# The FHIR resource type to update, such as Patient or Observation.
|
5505
|
-
# complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
5506
|
-
# standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
5507
|
-
# standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
5508
|
-
# standards/fhir/R4/resourcelist.html)). Must match the resource type
|
5509
|
-
# provided content.
|
5514
|
+
# Required. The FHIR resource type to update, such as Patient or Observation.
|
5515
|
+
# For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
5516
|
+
# implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
5517
|
+
# implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
5518
|
+
# implement/standards/fhir/R4/resourcelist.html)). Must match the resource type
|
5519
|
+
# in the provided content.
|
5510
5520
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
5511
5521
|
# @param [String] fields
|
5512
5522
|
# Selector specifying which fields to include in a partial response.
|
@@ -5559,14 +5569,14 @@ module Google
|
|
5559
5569
|
# how to call `create`, see [Creating a FHIR resource](https://cloud.google.com/
|
5560
5570
|
# healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource).
|
5561
5571
|
# @param [String] parent
|
5562
|
-
# The name of the FHIR store this resource belongs to.
|
5572
|
+
# Required. The name of the FHIR store this resource belongs to.
|
5563
5573
|
# @param [String] type
|
5564
|
-
# The FHIR resource type to create, such as Patient or Observation.
|
5565
|
-
# complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
5566
|
-
# standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
5567
|
-
# standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
5568
|
-
# standards/fhir/R4/resourcelist.html)). Must match the resource type
|
5569
|
-
# provided content.
|
5574
|
+
# Required. The FHIR resource type to create, such as Patient or Observation.
|
5575
|
+
# For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
5576
|
+
# implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
5577
|
+
# implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
5578
|
+
# implement/standards/fhir/R4/resourcelist.html)). Must match the resource type
|
5579
|
+
# in the provided content.
|
5570
5580
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
5571
5581
|
# @param [String] fields
|
5572
5582
|
# Selector specifying which fields to include in a partial response.
|
@@ -5609,7 +5619,7 @@ module Google
|
|
5609
5619
|
# a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
|
5610
5620
|
# resources#deleting_a_fhir_resource).
|
5611
5621
|
# @param [String] name
|
5612
|
-
# The name of the resource to delete.
|
5622
|
+
# Required. The name of the resource to delete.
|
5613
5623
|
# @param [String] fields
|
5614
5624
|
# Selector specifying which fields to include in a partial response.
|
5615
5625
|
# @param [String] quota_user
|
@@ -5671,7 +5681,7 @@ module Google
|
|
5671
5681
|
# using FHIR bundles](https://cloud.google.com/healthcare/docs/how-tos/fhir-
|
5672
5682
|
# bundles).
|
5673
5683
|
# @param [String] parent
|
5674
|
-
# Name of the FHIR store in which this bundle will be executed.
|
5684
|
+
# Required. Name of the FHIR store in which this bundle will be executed.
|
5675
5685
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
5676
5686
|
# @param [String] fields
|
5677
5687
|
# Selector specifying which fields to include in a partial response.
|
@@ -5717,7 +5727,7 @@ module Google
|
|
5717
5727
|
# resource versions](https://cloud.google.com/healthcare/docs/how-tos/fhir-
|
5718
5728
|
# resources#listing_fhir_resource_versions).
|
5719
5729
|
# @param [String] name
|
5720
|
-
# The name of the resource to retrieve.
|
5730
|
+
# Required. The name of the resource to retrieve.
|
5721
5731
|
# @param [String] _at
|
5722
5732
|
# Only include resource versions that were current at some point during the time
|
5723
5733
|
# period specified in the date time value. The date parameter format is yyyy-mm-
|
@@ -5785,7 +5795,7 @@ module Google
|
|
5785
5795
|
# resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
|
5786
5796
|
# patching_a_fhir_resource).
|
5787
5797
|
# @param [String] name
|
5788
|
-
# The name of the resource to update.
|
5798
|
+
# Required. The name of the resource to update.
|
5789
5799
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
5790
5800
|
# @param [String] fields
|
5791
5801
|
# Selector specifying which fields to include in a partial response.
|
@@ -5833,7 +5843,7 @@ module Google
|
|
5833
5843
|
# Getting a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
|
5834
5844
|
# resources#getting_a_fhir_resource).
|
5835
5845
|
# @param [String] name
|
5836
|
-
# The name of the resource to retrieve.
|
5846
|
+
# Required. The name of the resource to retrieve.
|
5837
5847
|
# @param [String] fields
|
5838
5848
|
# Selector specifying which fields to include in a partial response.
|
5839
5849
|
# @param [String] quota_user
|
@@ -5924,7 +5934,7 @@ module Google
|
|
5924
5934
|
# fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
|
5925
5935
|
# healthcare/docs/how-tos/fhir-advanced-search).
|
5926
5936
|
# @param [String] parent
|
5927
|
-
# Name of the FHIR store to retrieve resources from.
|
5937
|
+
# Required. Name of the FHIR store to retrieve resources from.
|
5928
5938
|
# @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
|
5929
5939
|
# @param [String] fields
|
5930
5940
|
# Selector specifying which fields to include in a partial response.
|
@@ -6018,13 +6028,13 @@ module Google
|
|
6018
6028
|
# fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
|
6019
6029
|
# healthcare/docs/how-tos/fhir-advanced-search).
|
6020
6030
|
# @param [String] parent
|
6021
|
-
# Name of the FHIR store to retrieve resources from.
|
6031
|
+
# Required. Name of the FHIR store to retrieve resources from.
|
6022
6032
|
# @param [String] resource_type
|
6023
|
-
# The FHIR resource type to search, such as Patient or Observation.
|
6024
|
-
# complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
6025
|
-
# standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
6026
|
-
# standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
6027
|
-
# standards/fhir/R4/resourcelist.html)).
|
6033
|
+
# Required. The FHIR resource type to search, such as Patient or Observation.
|
6034
|
+
# For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
|
6035
|
+
# implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
|
6036
|
+
# implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
|
6037
|
+
# implement/standards/fhir/R4/resourcelist.html)).
|
6028
6038
|
# @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
|
6029
6039
|
# @param [String] fields
|
6030
6040
|
# Selector specifying which fields to include in a partial response.
|
@@ -6078,7 +6088,7 @@ module Google
|
|
6078
6088
|
# resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
|
6079
6089
|
# updating_a_fhir_resource).
|
6080
6090
|
# @param [String] name
|
6081
|
-
# The name of the resource to update.
|
6091
|
+
# Required. The name of the resource to update.
|
6082
6092
|
# @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
|
6083
6093
|
# @param [String] fields
|
6084
6094
|
# Selector specifying which fields to include in a partial response.
|
@@ -6122,7 +6132,7 @@ module Google
|
|
6122
6132
|
# (https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
|
6123
6133
|
# retrieving_a_fhir_resource_version).
|
6124
6134
|
# @param [String] name
|
6125
|
-
# The name of the resource version to retrieve.
|
6135
|
+
# Required. The name of the resource version to retrieve.
|
6126
6136
|
# @param [String] fields
|
6127
6137
|
# Selector specifying which fields to include in a partial response.
|
6128
6138
|
# @param [String] quota_user
|
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.63.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-01-
|
11
|
+
date: 2024-01-28 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.63.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: []
|