lib/google/apis/healthcare_v1/service.rb in google-apis-healthcare_v1-0.5.0 vs lib/google/apis/healthcare_v1/service.rb in google-apis-healthcare_v1-0.6.0

- old
+ new

@@ -81,15 +81,19 @@ # Lists information about the supported locations for this service. # @param [String] name # The resource that owns the locations collection, if applicable. # @param [String] filter - # The standard list filter. + # A filter to narrow down results to a preferred subset. The filtering language + # accepts strings like "displayName=tokyo", and is documented in more detail in [ + # AIP-160](https://google.aip.dev/160). # @param [Fixnum] page_size - # The standard list page size. + # The maximum number of results to return. If not set, the service will select a + # default. # @param [String] page_token - # The standard list page token. + # A page token received from the `next_page_token` field in the response. Send + # that page token to receive the subsequent page. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any # arbitrary string assigned to a user, but should not exceed 40 characters. @@ -163,11 +167,12 @@ # the response field type is DeidentifySummary. If errors occur, error is set. # The LRO result may still be successful if de-identification fails for some # DICOM instances. The new de-identified dataset will not contain these failed # resources. Failed resource totals are tracked in Operation.metadata. Error # details are also logged to Cloud Logging. For more information, see [Viewing - # logs](/healthcare/docs/how-tos/logging). + # error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/ + # logging). # @param [String] source_dataset # Source dataset resource name. For example, `projects/`project_id`/locations/` # location_id`/datasets/`dataset_id``. # @param [Google::Apis::HealthcareV1::DeidentifyDatasetRequest] deidentify_dataset_request_object # @param [String] fields @@ -751,27 +756,27 @@ end # Queries all data_ids that are consented for a specified use in the given # consent store and writes them to a specified destination. The returned # Operation includes a progress counter for the number of User data mappings - # processed. Errors are logged to Cloud Logging (see [Viewing logs] (cloud. - # google.com/healthcare/docs/how-tos/logging)). For example, the following - # sample log entry shows a `failed to evaluate consent policy` error that - # occurred during a QueryAccessibleData call to consent store `projects/` - # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/` - # consent_store_id``. ```json jsonPayload: ` @type: "type.googleapis.com/google. - # cloud.healthcare.logging.QueryAccessibleDataLogEntry" error: ` code: 9 message: - # "failed to evaluate consent policy" ` resourceName: "projects/`project_id`/ - # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/ - # consents/`consent_id`" ` logName: "projects/`project_id`/logs/healthcare. - # googleapis.com%2Fquery_accessible_data" operation: ` id: "projects/`project_id` - # /locations/`location_id`/datasets/`dataset_id`/operations/`operation_id`" - # producer: "healthcare.googleapis.com/QueryAccessibleData" ` receiveTimestamp: " - # TIMESTAMP" resource: ` labels: ` consent_store_id: "`consent_store_id`" - # dataset_id: "`dataset_id`" location: "`location_id`" project_id: "`project_id`" - # ` type: "healthcare_consent_store" ` severity: "ERROR" timestamp: "TIMESTAMP" - # ``` + # processed. Errors are logged to Cloud Logging (see [Viewing error logs in + # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). For + # example, the following sample log entry shows a `failed to evaluate consent + # policy` error that occurred during a QueryAccessibleData call to consent store + # `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/ + # consentStores/`consent_store_id``. ```json jsonPayload: ` @type: "type. + # googleapis.com/google.cloud.healthcare.logging.QueryAccessibleDataLogEntry" + # error: ` code: 9 message: "failed to evaluate consent policy" ` resourceName: " + # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/ + # consentStores/`consent_store_id`/consents/`consent_id`" ` logName: "projects/` + # project_id`/logs/healthcare.googleapis.com%2Fquery_accessible_data" operation: + # ` id: "projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/ + # operations/`operation_id`" producer: "healthcare.googleapis.com/ + # QueryAccessibleData" ` receiveTimestamp: "TIMESTAMP" resource: ` labels: ` + # consent_store_id: "`consent_store_id`" dataset_id: "`dataset_id`" location: "` + # location_id`" project_id: "`project_id`" ` type: "healthcare_consent_store" ` + # severity: "ERROR" timestamp: "TIMESTAMP" ``` # @param [String] consent_store # Required. Name of the consent store to retrieve User data mappings from. # @param [Google::Apis::HealthcareV1::QueryAccessibleDataRequest] query_accessible_data_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -1929,11 +1934,11 @@ # successful, the response field type is DeidentifyDicomStoreSummary. If errors # occur, error is set. The LRO result may still be successful if de- # identification fails for some DICOM instances. The output DICOM store will not # contain these failed resources. Failed resource totals are tracked in # Operation.metadata. Error details are also logged to Cloud Logging (see [ - # Viewing logs](/healthcare/docs/how-tos/logging)). + # Viewing error logs in Cloud Logging](/healthcare/docs/how-tos/logging)). # @param [String] source_store # Source DICOM store resource name. For example, `projects/`project_id`/ # locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``. # @param [Google::Apis::HealthcareV1::DeidentifyDicomStoreRequest] deidentify_dicom_store_request_object # @param [String] fields @@ -1996,12 +2001,12 @@ execute_or_queue_command(command, &block) end # Exports data to the specified destination by copying it from the DICOM store. # Errors are also logged to Cloud Logging. For more information, see [Viewing - # logs](/healthcare/docs/how-tos/logging). The metadata field type is - # OperationMetadata. + # error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/ + # logging). The metadata field type is OperationMetadata. # @param [String] name # The DICOM store resource name from which to export the data. For example, ` # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/ # dicomStores/`dicom_store_id``. # @param [Google::Apis::HealthcareV1::ExportDicomDataRequest] export_dicom_data_request_object @@ -2104,12 +2109,13 @@ command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end # Imports data into the DICOM store by copying it from the specified source. - # Errors are logged to Cloud Logging. For more information, see [Viewing logs](/ - # healthcare/docs/how-tos/logging). The metadata field type is OperationMetadata. + # Errors are logged to Cloud Logging. For more information, see [Viewing error + # logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/ + # logging). The metadata field type is OperationMetadata. # @param [String] name # The name of the DICOM store resource into which the data is imported. For # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/ # dicomStores/`dicom_store_id``. # @param [Google::Apis::HealthcareV1::ImportDicomDataRequest] import_dicom_data_request_object @@ -3227,11 +3233,12 @@ # De-identifies data from the source store and writes it to the destination # store. The metadata field type is OperationMetadata. If the request is # successful, the response field type is DeidentifyFhirStoreSummary. If errors # occur, error is set. Error details are also logged to Cloud Logging (see [ - # Viewing logs](/healthcare/docs/how-tos/logging)). + # Viewing error logs in Cloud Logging](https://cloud.google.com/healthcare/docs/ + # how-tos/logging)). # @param [String] source_store # Source FHIR store resource name. For example, `projects/`project_id`/locations/ # `location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``. # @param [Google::Apis::HealthcareV1::DeidentifyFhirStoreRequest] deidentify_fhir_store_request_object # @param [String] fields @@ -3294,14 +3301,15 @@ end # Export resources from the FHIR store to the specified destination. This method # returns an Operation that can be used to track the status of the export by # calling GetOperation. Immediate fatal errors appear in the error field, errors - # are also logged to Cloud Logging (see [Viewing logs](/healthcare/docs/how-tos/ - # logging)). Otherwise, when the operation finishes, a detailed response of type - # ExportResourcesResponse is returned in the response field. The metadata field - # type for this operation is OperationMetadata. + # are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging]( + # https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when + # the operation finishes, a detailed response of type ExportResourcesResponse is + # returned in the response field. The metadata field type for this operation is + # OperationMetadata. # @param [String] name # The name of the FHIR store to export resource from, in the format of `projects/ # `project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/` # fhir_store_id``. # @param [Google::Apis::HealthcareV1::ExportResourcesRequest] export_resources_request_object @@ -3413,11 +3421,11 @@ # method is not appropriate, consider using ExecuteBundle to load data. Every # resource in the input must contain a client-supplied ID. Each resource is # stored using the supplied ID regardless of the enable_update_create setting on # the FHIR store. It is strongly advised not to include or encode any sensitive # data such as patient identifiers in client-specified resource IDs. Those IDs - # are part of the FHIR resource path recorded in Cloud audit logs and Cloud Pub/ + # are part of the FHIR resource path recorded in Cloud Audit Logs and Cloud Pub/ # Sub notifications. Those IDs can also be contained in reference fields within # other resources. The import process does not enforce referential integrity, # regardless of the disable_referential_integrity setting on the FHIR store. # This allows the import of resources with arbitrary interdependencies without # considering grouping or ordering, but if the input data contains invalid @@ -3451,14 +3459,15 @@ # collection of resources to be written as provided in `Bundle.entry.resource`, # ignoring `Bundle.entry.request`. As an example, this allows the import of ` # searchset` bundles produced by a FHIR search or Patient-everything operation. # This method returns an Operation that can be used to track the status of the # import by calling GetOperation. Immediate fatal errors appear in the error - # field, errors are also logged to Cloud Logging (see [Viewing logs](/healthcare/ - # docs/how-tos/logging)). Otherwise, when the operation finishes, a detailed - # response of type ImportResourcesResponse is returned in the response field. - # The metadata field type for this operation is OperationMetadata. + # field, errors are also logged to Cloud Logging (see [Viewing error logs in + # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging)). + # Otherwise, when the operation finishes, a detailed response of type + # ImportResourcesResponse is returned in the response field. The metadata field + # type for this operation is OperationMetadata. # @param [String] name # The name of the FHIR store to import FHIR resources to, in the format of ` # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/ # `fhir_store_id``. # @param [Google::Apis::HealthcareV1::ImportResourcesRequest] import_resources_request_object @@ -3668,25 +3677,25 @@ # Retrieves a Patient resource and resources related to that patient. Implements # the FHIR extended operation Patient-everything ([DSTU2](http://hl7.org/ # implement/standards/fhir/DSTU2/patient-operations.html#everything), [STU3]( # http://hl7.org/implement/standards/fhir/STU3/patient-operations.html# # everything), [R4](http://hl7.org/implement/standards/fhir/R4/patient- - # operations.html#everything)). On success, the response body will contain a - # JSON-encoded representation of a `Bundle` resource of type `searchset`, - # containing the results of the operation. Errors generated by the FHIR store - # will contain a JSON-encoded `OperationOutcome` resource describing the reason - # for the error. If the request cannot be mapped to a valid API method on a FHIR - # store, a generic GCP error might be returned instead. The resources in scope - # for the response are: * The patient resource itself. * All the resources - # directly referenced by the patient resource. * Resources directly referencing - # the patient resource that meet the inclusion criteria. The inclusion criteria - # are based on the membership rules in the patient compartment definition ([ - # DSTU2](http://hl7.org/fhir/DSTU2/compartment-patient.html), [STU3](http://www. - # hl7.org/fhir/stu3/compartmentdefinition-patient.html), [R4](http://hl7.org/ - # fhir/R4/compartmentdefinition-patient.html)), which details the eligible - # resource types and referencing search parameters. For samples that show how to - # call `Patient-everything`, see [Getting all patient compartment resources](/ + # operations.html#everything)). On success, the response body contains a JSON- + # encoded representation of a `Bundle` resource of type `searchset`, containing + # the results of the operation. Errors generated by the FHIR store contain a + # JSON-encoded `OperationOutcome` resource describing the reason for the error. + # If the request cannot be mapped to a valid API method on a FHIR store, a + # generic GCP error might be returned instead. The resources in scope for the + # response are: * The patient resource itself. * All the resources directly + # referenced by the patient resource. * Resources directly referencing the + # patient resource that meet the inclusion criteria. The inclusion criteria are + # based on the membership rules in the patient compartment definition ([DSTU2]( + # http://hl7.org/fhir/DSTU2/compartment-patient.html), [STU3](http://www.hl7.org/ + # fhir/stu3/compartmentdefinition-patient.html), [R4](http://hl7.org/fhir/R4/ + # compartmentdefinition-patient.html)), which details the eligible resource + # types and referencing search parameters. For samples that show how to call ` + # Patient-everything`, see [Getting all patient compartment resources](/ # healthcare/docs/how-tos/fhir-resources# # getting_all_patient_compartment_resources). # @param [String] name # Name of the `Patient` resource for which the information is required. # @param [Fixnum] _count @@ -3787,12 +3796,12 @@ # store, which contains a description of functionality supported by the server. # Implements the FHIR standard capabilities interaction ([STU3](http://hl7.org/ # implement/standards/fhir/STU3/http.html#capabilities), [R4](http://hl7.org/ # implement/standards/fhir/R4/http.html#capabilities)), or the [conformance # interaction](http://hl7.org/implement/standards/fhir/DSTU2/http.html# - # conformance) in the DSTU2 case. On success, the response body will contain a - # JSON-encoded representation of a `CapabilityStatement` resource. + # conformance) in the DSTU2 case. On success, the response body contains a JSON- + # encoded representation of a `CapabilityStatement` resource. # @param [String] name # Name of the FHIR store to retrieve the capabilities for. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -3824,18 +3833,18 @@ # DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#create), [STU3]( # http://hl7.org/implement/standards/fhir/STU3/http.html#create), [R4](http:// # hl7.org/implement/standards/fhir/R4/http.html#create)), which creates a new # resource with a server-assigned resource ID. The request body must contain a # JSON-encoded FHIR resource, and the request headers must contain `Content-Type: - # application/fhir+json`. On success, the response body will contain a JSON- - # encoded representation of the resource as it was created on the server, - # including the server-assigned resource ID and version ID. Errors generated by - # the FHIR store will contain a JSON-encoded `OperationOutcome` resource - # describing the reason for the error. If the request cannot be mapped to a - # valid API method on a FHIR store, a generic GCP error might be returned - # instead. For samples that show how to call `create`, see [Creating a FHIR - # resource](/healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource). + # application/fhir+json`. On success, the response body contains a JSON-encoded + # representation of the resource as it was created on the server, including the + # server-assigned resource ID and version ID. Errors generated by the FHIR store + # contain a JSON-encoded `OperationOutcome` resource describing the reason for + # the error. If the request cannot be mapped to a valid API method on a FHIR + # store, a generic GCP error might be returned instead. For samples that show + # how to call `create`, see [Creating a FHIR resource](/healthcare/docs/how-tos/ + # fhir-resources#creating_a_fhir_resource). # @param [String] parent # The name of the FHIR store this resource belongs to. # @param [String] type # The FHIR resource type to create, such as Patient or Observation. For a # complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/implement/ @@ -3972,14 +3981,14 @@ # Lists all the versions of a resource (including the current version and # deleted versions) from the FHIR store. Implements the per-resource form of the # FHIR standard history interaction ([DSTU2](http://hl7.org/implement/standards/ # fhir/DSTU2/http.html#history), [STU3](http://hl7.org/implement/standards/fhir/ # STU3/http.html#history), [R4](http://hl7.org/implement/standards/fhir/R4/http. - # html#history)). On success, the response body will contain a JSON-encoded + # html#history)). On success, the response body contains a JSON-encoded # representation of a `Bundle` resource of type `history`, containing the # version history sorted from most recent to oldest versions. Errors generated - # by the FHIR store will contain a JSON-encoded `OperationOutcome` resource + # by the FHIR store contain a JSON-encoded `OperationOutcome` resource # describing the reason for the error. If the request cannot be mapped to a # valid API method on a FHIR store, a generic GCP error might be returned # instead. For samples that show how to call `history`, see [Listing FHIR # resource versions](/healthcare/docs/how-tos/fhir-resources# # listing_fhir_resource_versions). @@ -4041,15 +4050,15 @@ # patch interaction ([STU3](http://hl7.org/implement/standards/fhir/STU3/http. # html#patch), [R4](http://hl7.org/implement/standards/fhir/R4/http.html#patch)). # DSTU2 doesn't define a patch method, but the server supports it in the same # way it supports STU3. The request body must contain a JSON Patch document, and # the request headers must contain `Content-Type: application/json-patch+json`. - # On success, the response body will contain a JSON-encoded representation of - # the updated resource, including the server-assigned version ID. Errors - # generated by the FHIR store will contain a JSON-encoded `OperationOutcome` - # resource describing the reason for the error. If the request cannot be mapped - # to a valid API method on a FHIR store, a generic GCP error might be returned + # On success, the response body contains a JSON-encoded representation of the + # updated resource, including the server-assigned version ID. Errors generated + # by the FHIR store contain a JSON-encoded `OperationOutcome` resource + # describing the reason for the error. If the request cannot be mapped to a + # valid API method on a FHIR store, a generic GCP error might be returned # instead. For samples that show how to call `patch`, see [Patching a FHIR # resource](/healthcare/docs/how-tos/fhir-resources#patching_a_fhir_resource). # @param [String] name # The name of the resource to update. # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object @@ -4089,17 +4098,17 @@ # the FHIR standard conditional read interaction ([DSTU2](http://hl7.org/ # implement/standards/fhir/DSTU2/http.html#cread), [STU3](http://hl7.org/ # implement/standards/fhir/STU3/http.html#cread), [R4](http://hl7.org/implement/ # standards/fhir/R4/http.html#cread)) specified by supplying an `If-Modified- # Since` header with a date/time value or an `If-None-Match` header with an ETag - # value. On success, the response body will contain a JSON-encoded - # representation of the resource. Errors generated by the FHIR store will - # contain a JSON-encoded `OperationOutcome` resource describing the reason for - # the error. If the request cannot be mapped to a valid API method on a FHIR - # store, a generic GCP error might be returned instead. For samples that show - # how to call `read`, see [Getting a FHIR resource](/healthcare/docs/how-tos/ - # fhir-resources#getting_a_fhir_resource). + # value. On success, the response body contains a JSON-encoded representation of + # the resource. Errors generated by the FHIR store contain a JSON-encoded ` + # OperationOutcome` resource describing the reason for the error. If the request + # cannot be mapped to a valid API method on a FHIR store, a generic GCP error + # might be returned instead. For samples that show how to call `read`, see [ + # Getting a FHIR resource](/healthcare/docs/how-tos/fhir-resources# + # getting_a_fhir_resource). # @param [String] name # The name of the resource to retrieve. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -4141,13 +4150,13 @@ # parameters]` as an alternate form having the same semantics as the `GET` # method across all resources. * `POST [base]/[type]/_search?[parameters]` as an # alternate form having the same semantics as the `GET` method for the specified # type. The `GET` and `POST` methods do not support compartment searches. The ` # POST` method does not support `application/x-www-form-urlencoded` search - # parameters. On success, the response body will contain a JSON-encoded + # parameters. On success, the response body contains a JSON-encoded # representation of a `Bundle` resource of type `searchset`, containing the - # results of the search. Errors generated by the FHIR store will contain a JSON- + # results of the search. Errors generated by the FHIR store contain a JSON- # encoded `OperationOutcome` resource describing the reason for the error. If # the request cannot be mapped to a valid API method on a FHIR store, a generic # GCP error might be returned instead. The server's capability statement, # retrieved through capabilities, indicates what search parameters are supported # on each FHIR resource. A list of all search parameters defined by the @@ -4215,13 +4224,13 @@ # parameters]` as an alternate form having the same semantics as the `GET` # method across all resources. * `POST [base]/[type]/_search?[parameters]` as an # alternate form having the same semantics as the `GET` method for the specified # type. The `GET` and `POST` methods do not support compartment searches. The ` # POST` method does not support `application/x-www-form-urlencoded` search - # parameters. On success, the response body will contain a JSON-encoded + # parameters. On success, the response body contains a JSON-encoded # representation of a `Bundle` resource of type `searchset`, containing the - # results of the search. Errors generated by the FHIR store will contain a JSON- + # results of the search. Errors generated by the FHIR store contain a JSON- # encoded `OperationOutcome` resource describing the reason for the error. If # the request cannot be mapped to a valid API method on a FHIR store, a generic # GCP error might be returned instead. The server's capability statement, # retrieved through capabilities, indicates what search parameters are supported # on each FHIR resource. A list of all search parameters defined by the @@ -4288,23 +4297,22 @@ # [R4](http://hl7.org/implement/standards/fhir/R4/http.html#update)). If the # specified resource does not exist and the FHIR store has enable_update_create # set, creates the resource with the client-specified ID. It is strongly advised # not to include or encode any sensitive data such as patient identifiers in # client-specified resource IDs. Those IDs are part of the FHIR resource path - # recorded in Cloud audit logs and Cloud Pub/Sub notifications. Those IDs can - # also be contained in reference fields within other resources. The request body - # must contain a JSON-encoded FHIR resource, and the request headers must - # contain `Content-Type: application/fhir+json`. The resource must contain an ` - # id` element having an identical value to the ID in the REST path of the - # request. On success, the response body will contain a JSON-encoded - # representation of the updated resource, including the server-assigned version - # ID. Errors generated by the FHIR store will contain a JSON-encoded ` - # OperationOutcome` resource describing the reason for the error. If the request - # cannot be mapped to a valid API method on a FHIR store, a generic GCP error - # might be returned instead. For samples that show how to call `update`, see [ - # Updating a FHIR resource](/healthcare/docs/how-tos/fhir-resources# - # updating_a_fhir_resource). + # recorded in Cloud Audit Logs and Pub/Sub notifications. Those IDs can also be + # contained in reference fields within other resources. The request body must + # contain a JSON-encoded FHIR resource, and the request headers must contain ` + # Content-Type: application/fhir+json`. The resource must contain an `id` + # element having an identical value to the ID in the REST path of the request. + # On success, the response body contains a JSON-encoded representation of the + # updated resource, including the server-assigned version ID. Errors generated + # by the FHIR store contain a JSON-encoded `OperationOutcome` resource + # describing the reason for the error. If the request cannot be mapped to a + # valid API method on a FHIR store, a generic GCP error might be returned + # instead. For samples that show how to call `update`, see [Updating a FHIR + # resource](/healthcare/docs/how-tos/fhir-resources#updating_a_fhir_resource). # @param [String] name # The name of the resource to update. # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -4337,17 +4345,17 @@ # Gets the contents of a version (current or historical) of a FHIR resource by # version ID. Implements the FHIR standard vread interaction ([DSTU2](http://hl7. # org/implement/standards/fhir/DSTU2/http.html#vread), [STU3](http://hl7.org/ # implement/standards/fhir/STU3/http.html#vread), [R4](http://hl7.org/implement/ - # standards/fhir/R4/http.html#vread)). On success, the response body will - # contain a JSON-encoded representation of the resource. Errors generated by the - # FHIR store will contain a JSON-encoded `OperationOutcome` resource describing - # the reason for the error. If the request cannot be mapped to a valid API - # method on a FHIR store, a generic GCP error might be returned instead. For - # samples that show how to call `vread`, see [Retrieving a FHIR resource version] - # (/healthcare/docs/how-tos/fhir-resources#retrieving_a_fhir_resource_version). + # standards/fhir/R4/http.html#vread)). On success, the response body contains a + # JSON-encoded representation of the resource. Errors generated by the FHIR + # store contain a JSON-encoded `OperationOutcome` resource describing the reason + # for the error. If the request cannot be mapped to a valid API method on a FHIR + # store, a generic GCP error might be returned instead. For samples that show + # how to call `vread`, see [Retrieving a FHIR resource version](/healthcare/docs/ + # how-tos/fhir-resources#retrieving_a_fhir_resource_version). # @param [String] name # The name of the resource version to retrieve. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -4686,14 +4694,14 @@ command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end # Parses and stores an HL7v2 message. This method triggers an asynchronous - # notification to any Cloud Pub/Sub topic configured in projects.locations. - # datasets.hl7V2Stores.Hl7V2NotificationConfig, if the filtering matches the - # message. If an MLLP adapter is configured to listen to a Cloud Pub/Sub topic, - # the adapter transmits the message when a notification is received. + # notification to any Pub/Sub topic configured in Hl7V2Store. + # Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP + # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the + # message when a notification is received. # @param [String] parent # The name of the dataset this message belongs to. # @param [Google::Apis::HealthcareV1::CreateMessageRequest] create_message_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -4787,17 +4795,17 @@ command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end # Parses and stores an HL7v2 message. This method triggers an asynchronous - # notification to any Cloud Pub/Sub topic configured in projects.locations. - # datasets.hl7V2Stores.Hl7V2NotificationConfig, if the filtering matches the - # message. If an MLLP adapter is configured to listen to a Cloud Pub/Sub topic, - # the adapter transmits the message when a notification is received. This method - # also generates a response containing an HL7v2 acknowledgement (`ACK`) message - # when successful or a negative acknowledgement (`NACK`) message in case of - # error, suitable for replying to HL7v2 interface systems that expect these - # acknowledgements. + # notification to any Pub/Sub topic configured in Hl7V2Store. + # Hl7V2NotificationConfig, if the filtering matches the message. If an MLLP + # adapter is configured to listen to a Pub/Sub topic, the adapter transmits the + # message when a notification is received. If the method is successful, it + # generates a response containing an HL7v2 acknowledgment (`ACK`) message. If + # the method encounters an error, it returns a negative acknowledgment (`NACK`) + # message. This behavior is suitable for replying to HL7v2 interface systems + # that expect these acknowledgments. # @param [String] parent # The name of the HL7v2 store this message belongs to. # @param [Google::Apis::HealthcareV1::IngestMessageRequest] ingest_message_request_object # @param [String] fields # Selector specifying which fields to include in a partial response.