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