Class: Google::Apis::HealthcareV1alpha2::CloudHealthcareService
- Inherits:
-
Core::BaseService
- Object
- Core::BaseService
- Google::Apis::HealthcareV1alpha2::CloudHealthcareService
- Defined in:
- generated/google/apis/healthcare_v1alpha2/service.rb
Overview
Cloud Healthcare API
Manage, store, and access healthcare data in Google Cloud Platform.
Instance Attribute Summary collapse
-
#key ⇒ String
API key.
-
#quota_user ⇒ String
Available to use for quota purposes for server-side applications.
Attributes inherited from Core::BaseService
#authorization, #base_path, #batch_path, #client, #client_options, #request_options, #root_url, #upload_path
Instance Method Summary collapse
-
#capabilities_project_location_dataset_fhir_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Gets the FHIR capability statement for the store, which contains a description of functionality supported by the server.
-
#capabilities_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Gets the FHIR capability statement for the store, which contains a description of functionality supported by the server.
-
#conditional_project_location_dataset_fhir_store_fhir_delete(parent, type, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes FHIR resources that match a search query.
-
#conditional_project_location_dataset_fhir_store_fhir_patch(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
If a resource is found based on the search criteria specified in the query parameters, updates part of that resource by applying the operations specified in a JSON Patch document.
-
#conditional_project_location_dataset_fhir_store_fhir_update(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
If a resource is found based on the search criteria specified in the query parameters, updates the entire contents of that resource.
-
#create_message(parent, create_message_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Message
Creates a message and sends a notification to the Cloud Pub/Sub topic.
-
#create_project_location_dataset(parent, dataset_object = nil, dataset_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Creates a new health dataset.
-
#create_project_location_dataset_annotation_store(parent, annotation_store_object = nil, annotation_store_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::AnnotationStore
Creates a new Annotation store within the parent dataset.
-
#create_project_location_dataset_annotation_store_annotation(parent, annotation_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Annotation
Creates a new Annotation record.
-
#create_project_location_dataset_dicom_store(parent, dicom_store_object = nil, dicom_store_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::DicomStore
Creates a new DICOM store within the parent dataset.
-
#create_project_location_dataset_fhir_store(parent, fhir_store_object = nil, fhir_store_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::FhirStore
Creates a new FHIR store within the parent dataset.
-
#create_project_location_dataset_fhir_store_fhir(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Creates a FHIR resource.
-
#create_project_location_dataset_hl7_v2_store(parent, hl7_v2_store_object = nil, hl7_v2_store_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Hl7V2Store
Creates a new HL7v2 store within the parent dataset.
-
#deidentify_dataset(source_dataset, deidentify_dataset_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Creates a new dataset containing de-identified data from the source dataset.
-
#delete_project_location_dataset(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes the specified health dataset and all data contained in the dataset.
-
#delete_project_location_dataset_annotation_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes the specified Annotation store and removes all annotations that are contained within it.
-
#delete_project_location_dataset_annotation_store_annotation(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes an Annotation or returns NOT_FOUND if it does not exist.
-
#delete_project_location_dataset_dicom_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes the specified DICOM store and removes all images that are contained within it.
-
#delete_project_location_dataset_dicom_store_dicom_web_study(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
DeleteStudy deletes all instances within the given study.
-
#delete_project_location_dataset_dicom_store_dicom_web_study_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
DeleteSeries deletes all instances within the given study and series.
-
#delete_project_location_dataset_dicom_store_dicom_web_study_series_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
DeleteInstance deletes an instance associated with the given study, series, and SOP Instance UID.
-
#delete_project_location_dataset_fhir_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes the specified FHIR store and removes all resources within it.
-
#delete_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Deletes a FHIR resource.
-
#delete_project_location_dataset_hl7_v2_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes the specified HL7v2 store and removes all messages that are contained within it.
-
#delete_project_location_dataset_hl7_v2_store_message(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes an HL7v2 message.
-
#execute_project_location_dataset_fhir_store_fhir_bundle(parent, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Executes all the requests in the given Bundle.
-
#export_dicom_store_dicom_data(name, export_dicom_data_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Exports data to the specified destination by copying it from the DICOM store.
-
#export_fhir_store_resources(name, export_resources_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Export resources from the FHIR store to the specified destination.
-
#get_annotation_store_iam_policy(resource, get_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a resource.
-
#get_project_location(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Location
Gets information about a location.
-
#get_project_location_dataset(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Dataset
Gets any metadata associated with a dataset.
-
#get_project_location_dataset_annotation_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::AnnotationStore
Gets the specified Annotation store or returns NOT_FOUND if it does not exist.
-
#get_project_location_dataset_annotation_store_annotation(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Annotation
Gets an Annotation.
-
#get_project_location_dataset_dicom_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::DicomStore
Gets the specified DICOM store.
-
#get_project_location_dataset_dicom_store_iam_policy(resource, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a resource.
-
#get_project_location_dataset_fhir_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::FhirStore
Gets the configuration of the specified FHIR store.
-
#get_project_location_dataset_fhir_store_iam_policy(resource, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a FHIR store or security label within a FHIR store.
-
#get_project_location_dataset_fhir_store_security_label_iam_policy(resource, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a FHIR store or security label within a FHIR store.
-
#get_project_location_dataset_hl7_v2_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Hl7V2Store
Gets the specified HL7v2 store.
-
#get_project_location_dataset_hl7_v2_store_iam_policy(resource, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a resource.
-
#get_project_location_dataset_hl7_v2_store_message(name, view: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Message
Gets an HL7v2 message.
-
#get_project_location_dataset_iam_policy(resource, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a resource.
-
#get_project_location_dataset_operation(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Gets the latest state of a long-running operation.
-
#history_project_location_dataset_fhir_store_fhir(name, at: nil, count: nil, page: nil, since: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Lists all the versions of a resource (including the current version and deleted versions) from the FHIR store.
-
#import_dicom_store_dicom_data(name, import_dicom_data_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Imports data into the DICOM store by copying it from the specified source.
-
#import_fhir_store_resources(name, import_resources_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Import resources to the FHIR store by loading data from the specified sources.
-
#ingest_message(parent, ingest_message_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::IngestMessageResponse
Ingests a new HL7v2 message from the hospital and sends a notification to the Cloud Pub/Sub topic.
-
#initialize ⇒ CloudHealthcareService
constructor
A new instance of CloudHealthcareService.
-
#list_project_location_dataset_annotation_store_annotations(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListAnnotationsResponse
Lists the Annotations in the given Annotation store for a source resource.
-
#list_project_location_dataset_annotation_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListAnnotationStoresResponse
Lists the Annotation stores in the given dataset for a source store.
-
#list_project_location_dataset_dicom_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListDicomStoresResponse
Lists the DICOM stores in the given dataset.
-
#list_project_location_dataset_fhir_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListFhirStoresResponse
Lists the FHIR stores in the given dataset.
-
#list_project_location_dataset_hl7_v2_store_messages(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListMessagesResponse
Lists all the messages in the given HL7v2 store with support for filtering.
-
#list_project_location_dataset_hl7_v2_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListHl7V2StoresResponse
Lists the HL7v2 stores in the given dataset.
-
#list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListOperationsResponse
Lists operations that match the specified filter in the request.
-
#list_project_location_datasets(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListDatasetsResponse
Lists the health datasets in the current project.
-
#list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListLocationsResponse
Lists information about the supported locations for this service.
-
#metadata_project_location_dataset_dicom_store_dicom_web_study(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveStudyMetadata returns instance associated with the given study presented as metadata with the bulk data removed.
-
#metadata_project_location_dataset_dicom_store_dicom_web_study_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveSeriesMetadata returns instance associated with the given study and series, presented as metadata with the bulk data removed.
-
#metadata_project_location_dataset_dicom_store_dicom_web_study_series_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveInstanceMetadata returns instance associated with the given study, series, and SOP Instance UID presented as metadata with the bulk data removed.
-
#observation_project_location_dataset_fhir_store_fhir_lastn(parent, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Retrieves the N most recent
Observationresources for a subject matching search criteria specified as query parameters, grouped byObservation.code, sorted from most recent to oldest. -
#patch_project_location_dataset(name, dataset_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Dataset
Updates dataset metadata.
-
#patch_project_location_dataset_annotation_store(name, annotation_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::AnnotationStore
Updates the specified Annotation store.
-
#patch_project_location_dataset_annotation_store_annotation(name, annotation_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Annotation
Updates the Annotation.
-
#patch_project_location_dataset_dicom_store(name, dicom_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::DicomStore
Updates the specified DICOM store.
-
#patch_project_location_dataset_fhir_store(name, fhir_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::FhirStore
Updates the configuration of the specified FHIR store.
-
#patch_project_location_dataset_fhir_store_fhir(name, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Updates part of an existing resource by applying the operations specified in a JSON Patch document.
-
#patch_project_location_dataset_hl7_v2_store(name, hl7_v2_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Hl7V2Store
Updates the HL7v2 store.
-
#patch_project_location_dataset_hl7_v2_store_message(name, message_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Message
Update the message.
-
#patient_project_location_dataset_fhir_store_fhir_everything(name, end_: nil, start: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Retrieves all the resources in the patient compartment for a
Patientresource. -
#read_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Gets the contents of a FHIR resource.
-
#rendered_project_location_dataset_dicom_store_dicom_web_study_series_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveRenderedInstance returns instance associated with the given study, series, and SOP Instance UID in an acceptable Rendered Media Type.
-
#rendered_project_location_dataset_dicom_store_dicom_web_study_series_instance_frame(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveRenderedFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers in an acceptable Rendered Media Type.
-
#resource_project_location_dataset_fhir_store_fhir_purge(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes all the historical versions of a resource (excluding the current version) from the FHIR store.
-
#retrieve_project_location_dataset_dicom_store_dicom_web_study_series_instance_frame_frames(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers.
-
#retrieve_project_location_dataset_dicom_store_dicom_web_study_series_instance_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveInstance returns instance associated with the given study, series, and SOP Instance UID.
-
#retrieve_project_location_dataset_dicom_store_dicom_web_study_series_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveSeries returns all instances within the given study and series.
-
#retrieve_project_location_dataset_dicom_store_dicom_web_study_study(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveStudy returns all instances within the given study.
-
#search_fhir_resources(parent, search_resources_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Searches for resources in the given FHIR store according to criteria specified as query parameters.
-
#search_project_location_dataset_dicom_store_dicom_web_for_instances(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForInstances returns a list of matching instances.
-
#search_project_location_dataset_dicom_store_dicom_web_for_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForSeries returns a list of matching series.
-
#search_project_location_dataset_dicom_store_dicom_web_for_studies(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForStudies returns a list of matching studies.
-
#search_project_location_dataset_dicom_store_dicom_web_study_for_instances(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForInstances returns a list of matching instances.
-
#search_project_location_dataset_dicom_store_dicom_web_study_for_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForSeries returns a list of matching series.
-
#search_project_location_dataset_dicom_store_dicom_web_study_series_for_instances(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForInstances returns a list of matching instances.
-
#set_annotation_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
POLICIES Sets the access control policy for a resource.
-
#set_dataset_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Sets the access control policy on the specified resource.
-
#set_dicom_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Sets the access control policy on the specified resource.
-
#set_fhir_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Sets the access control policy for a FHIR store or security label within a FHIR store.
-
#set_hl7_v2_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Sets the access control policy on the specified resource.
-
#set_security_label_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Sets the access control policy for a FHIR store or security label within a FHIR store.
-
#store_project_location_dataset_dicom_store_dicom_web_instances(parent, dicom_web_path, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID).
-
#store_project_location_dataset_dicom_store_dicom_web_study_instances(parent, dicom_web_path, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID).
-
#test_annotation_store_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse
Returns permissions that a caller has on the specified resource.
-
#test_dataset_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse
Returns permissions that a caller has on the specified resource.
-
#test_dicom_store_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse
Returns permissions that a caller has on the specified resource.
-
#test_fhir_store_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse
Returns permissions that a caller has on the specified resource.
-
#test_hl7_v2_store_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse
Returns permissions that a caller has on the specified resource.
-
#update_project_location_dataset_fhir_store_fhir(name, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Updates the entire contents of a resource.
-
#vread_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Gets the contents of a version (current or historical) of a FHIR resource by version ID.
Methods inherited from Core::BaseService
#batch, #batch_upload, #fetch_all, #http
Methods included from Core::Logging
Constructor Details
#initialize ⇒ CloudHealthcareService
Returns a new instance of CloudHealthcareService
45 46 47 48 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 45 def initialize super('https://healthcare.googleapis.com/', '') @batch_path = 'batch' end |
Instance Attribute Details
#key ⇒ String
Returns API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
38 39 40 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 38 def key @key end |
#quota_user ⇒ String
Returns 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.
43 44 45 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 43 def quota_user @quota_user end |
Instance Method Details
#capabilities_project_location_dataset_fhir_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Gets the FHIR capability
statement
for the store, which contains a description of functionality supported by
the server.
Implements the FHIR standard capabilities
interaction.
On success, the response body will contain a JSON-encoded representation
of a CapabilityStatement resource.
2090 2091 2092 2093 2094 2095 2096 2097 2098 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2090 def capabilities_project_location_dataset_fhir_store(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}/metadata', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#capabilities_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Gets the FHIR capability
statement
for the store, which contains a description of functionality supported by
the server.
Implements the FHIR standard capabilities
interaction.
On success, the response body will contain a JSON-encoded representation
of a CapabilityStatement resource.
2652 2653 2654 2655 2656 2657 2658 2659 2660 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2652 def capabilities_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}/fhir/metadata', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#conditional_project_location_dataset_fhir_store_fhir_delete(parent, type, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes FHIR resources that match a search query. Implements the FHIR standard conditional delete interaction. If multiple resources match, all of them will be deleted. Search terms are provided as query parameters following the same pattern as the search method. Note: Unless resource versioning is disabled by setting the disable_resource_versioning flag on the FHIR store, the deleted resources will be moved to a history repository that can still be retrieved through vread and related methods, unless they are removed by the purge method.
2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2698 def conditional_project_location_dataset_fhir_store_fhir_delete(parent, type, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+parent}/fhir/{+type}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['parent'] = parent unless parent.nil? command.params['type'] = type unless type.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#conditional_project_location_dataset_fhir_store_fhir_patch(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
If a resource is found based on the search criteria specified in the query
parameters, updates part of that resource by applying the operations
specified in a JSON Patch document.
Implements the FHIR standard conditional patch
interaction.
Search terms are provided as query parameters following the same pattern as
the search method.
If the search criteria identify more than one match, the request will
return a 412 Precondition Failed error.
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 instead.
2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2750 def conditional_project_location_dataset_fhir_store_fhir_patch(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1alpha2/{+parent}/fhir/{+type}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.request_object = http_body_object command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['type'] = type unless type.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#conditional_project_location_dataset_fhir_store_fhir_update(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
If a resource is found based on the search criteria specified in the query
parameters, updates the entire contents of that resource.
Implements the FHIR standard conditional update
interaction.
Search terms are provided as query parameters following the same pattern as
the search method.
If the search criteria identify more than one match, the request will
return a 412 Precondition Failed error.
If the search criteria identify zero matches, and the supplied resource
body contains an id, and the FHIR store has
enable_update_create set, creates the
resource with the client-specified ID. If the search criteria identify zero
matches, and the supplied resource body does not contain an id, the
resource will be created with a server-assigned ID as per the
create method.
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 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.
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2812 def conditional_project_location_dataset_fhir_store_fhir_update(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:put, 'v1alpha2/{+parent}/fhir/{+type}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.request_object = http_body_object command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['type'] = type unless type.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_message(parent, create_message_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Message
Creates a message and sends a notification to the Cloud Pub/Sub topic. If configured, the MLLP adapter listens to messages created by this method and sends those back to the hospital. A successful response indicates the message has been persisted to storage and a Cloud Pub/Sub notification has been sent. Sending to the hospital by the MLLP adapter happens asynchronously.
3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3666 def (parent, = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/messages', ) command.request_representation = Google::Apis::HealthcareV1alpha2::CreateMessageRequest::Representation command.request_object = command.response_representation = Google::Apis::HealthcareV1alpha2::Message::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Message command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_project_location_dataset(parent, dataset_object = nil, dataset_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Creates a new health dataset. Results are returned through the
Operation interface which returns either an
Operation.response which contains a Dataset or
Operation.error. The metadata
field type is OperationMetadata.
A Google Cloud Platform project can contain up to 500 datasets across all
regions.
150 151 152 153 154 155 156 157 158 159 160 161 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 150 def create_project_location_dataset(parent, dataset_object = nil, dataset_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/datasets', ) command.request_representation = Google::Apis::HealthcareV1alpha2::Dataset::Representation command.request_object = dataset_object command.response_representation = Google::Apis::HealthcareV1alpha2::Operation::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Operation command.params['parent'] = parent unless parent.nil? command.query['datasetId'] = dataset_id unless dataset_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_project_location_dataset_annotation_store(parent, annotation_store_object = nil, annotation_store_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::AnnotationStore
Creates a new Annotation store within the parent dataset.
478 479 480 481 482 483 484 485 486 487 488 489 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 478 def create_project_location_dataset_annotation_store(parent, annotation_store_object = nil, annotation_store_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/annotationStores', ) command.request_representation = Google::Apis::HealthcareV1alpha2::AnnotationStore::Representation command.request_object = annotation_store_object command.response_representation = Google::Apis::HealthcareV1alpha2::AnnotationStore::Representation command.response_class = Google::Apis::HealthcareV1alpha2::AnnotationStore command.params['parent'] = parent unless parent.nil? command.query['annotationStoreId'] = annotation_store_id unless annotation_store_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_project_location_dataset_annotation_store_annotation(parent, annotation_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Annotation
Creates a new Annotation record. It is valid to create Annotation objects for the same source more than once since a unique ID is assigned to each record by this service.
774 775 776 777 778 779 780 781 782 783 784 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 774 def create_project_location_dataset_annotation_store_annotation(parent, annotation_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/annotations', ) command.request_representation = Google::Apis::HealthcareV1alpha2::Annotation::Representation command.request_object = annotation_object command.response_representation = Google::Apis::HealthcareV1alpha2::Annotation::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Annotation command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_project_location_dataset_dicom_store(parent, dicom_store_object = nil, dicom_store_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::DicomStore
Creates a new DICOM store within the parent dataset.
957 958 959 960 961 962 963 964 965 966 967 968 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 957 def create_project_location_dataset_dicom_store(parent, dicom_store_object = nil, dicom_store_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/dicomStores', ) command.request_representation = Google::Apis::HealthcareV1alpha2::DicomStore::Representation command.request_object = dicom_store_object command.response_representation = Google::Apis::HealthcareV1alpha2::DicomStore::Representation command.response_class = Google::Apis::HealthcareV1alpha2::DicomStore command.params['parent'] = parent unless parent.nil? command.query['dicomStoreId'] = dicom_store_id unless dicom_store_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_project_location_dataset_fhir_store(parent, fhir_store_object = nil, fhir_store_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::FhirStore
Creates a new FHIR store within the parent dataset.
2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2124 def create_project_location_dataset_fhir_store(parent, fhir_store_object = nil, fhir_store_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/fhirStores', ) command.request_representation = Google::Apis::HealthcareV1alpha2::FhirStore::Representation command.request_object = fhir_store_object command.response_representation = Google::Apis::HealthcareV1alpha2::FhirStore::Representation command.response_class = Google::Apis::HealthcareV1alpha2::FhirStore command.params['parent'] = parent unless parent.nil? command.query['fhirStoreId'] = fhir_store_id unless fhir_store_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_project_location_dataset_fhir_store_fhir(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Creates a FHIR resource.
Implements the FHIR standard create
interaction,
which creates a new resource with a server-assigned resource ID.
Also supports the FHIR standard conditional create
interaction,
specified by supplying an If-None-Exist header containing a FHIR search
query. If no resources match this search query, the server processes the
create operation as normal.
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.
2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2868 def create_project_location_dataset_fhir_store_fhir(parent, type, http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/fhir/{+type}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.request_object = http_body_object command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['type'] = type unless type.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#create_project_location_dataset_hl7_v2_store(parent, hl7_v2_store_object = nil, hl7_v2_store_id: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Hl7V2Store
Creates a new HL7v2 store within the parent dataset.
3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3377 def create_project_location_dataset_hl7_v2_store(parent, hl7_v2_store_object = nil, hl7_v2_store_id: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/hl7V2Stores', ) command.request_representation = Google::Apis::HealthcareV1alpha2::Hl7V2Store::Representation command.request_object = hl7_v2_store_object command.response_representation = Google::Apis::HealthcareV1alpha2::Hl7V2Store::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Hl7V2Store command.params['parent'] = parent unless parent.nil? command.query['hl7V2StoreId'] = hl7_v2_store_id unless hl7_v2_store_id.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#deidentify_dataset(source_dataset, deidentify_dataset_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Creates a new dataset containing de-identified data from the source dataset. The metadata field type is OperationMetadata. If the request is successful, the response field type is DeidentifySummary. If errors occur, details field type is DeidentifyErrorDetails.
193 194 195 196 197 198 199 200 201 202 203 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 193 def deidentify_dataset(source_dataset, deidentify_dataset_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+sourceDataset}:deidentify', ) command.request_representation = Google::Apis::HealthcareV1alpha2::DeidentifyDatasetRequest::Representation command.request_object = deidentify_dataset_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Operation::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Operation command.params['sourceDataset'] = source_dataset unless source_dataset.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes the specified health dataset and all data contained in the dataset. Deleting a dataset does not affect the sources from which the dataset was imported (if any).
228 229 230 231 232 233 234 235 236 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 228 def delete_project_location_dataset(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset_annotation_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes the specified Annotation store and removes all annotations that are contained within it.
512 513 514 515 516 517 518 519 520 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 512 def delete_project_location_dataset_annotation_store(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset_annotation_store_annotation(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes an Annotation or returns NOT_FOUND if it does not exist.
807 808 809 810 811 812 813 814 815 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 807 def delete_project_location_dataset_annotation_store_annotation(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset_dicom_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes the specified DICOM store and removes all images that are contained within it.
991 992 993 994 995 996 997 998 999 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 991 def delete_project_location_dataset_dicom_store(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset_dicom_store_dicom_web_study(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
DeleteStudy deletes all instances within the given study. Delete requests are equivalent to the GET requests specified in the WADO-RS standard.
1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1476 def delete_project_location_dataset_dicom_store_dicom_web_study(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset_dicom_store_dicom_web_study_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
DeleteSeries deletes all instances within the given study and series. Delete requests are equivalent to the GET requests specified in the WADO-RS standard.
1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1705 def delete_project_location_dataset_dicom_store_dicom_web_study_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset_dicom_store_dicom_web_study_series_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
DeleteInstance deletes an instance associated with the given study, series, and SOP Instance UID. Delete requests are equivalent to the GET requests specified in the WADO-RS standard.
1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1856 def delete_project_location_dataset_dicom_store_dicom_web_study_series_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset_fhir_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes the specified FHIR store and removes all resources within it.
2157 2158 2159 2160 2161 2162 2163 2164 2165 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2157 def delete_project_location_dataset_fhir_store(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Deletes a FHIR resource. Implements the FHIR standard delete interaction. Note: Unless resource versioning is disabled by setting the disable_resource_versioning flag on the FHIR store, the deleted resources will be moved to a history repository that can still be retrieved through vread and related methods, unless they are removed by the purge method.
2909 2910 2911 2912 2913 2914 2915 2916 2917 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2909 def delete_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset_hl7_v2_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes the specified HL7v2 store and removes all messages that are contained within it.
3411 3412 3413 3414 3415 3416 3417 3418 3419 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3411 def delete_project_location_dataset_hl7_v2_store(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#delete_project_location_dataset_hl7_v2_store_message(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes an HL7v2 message.
3698 3699 3700 3701 3702 3703 3704 3705 3706 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3698 def (name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#execute_project_location_dataset_fhir_store_fhir_bundle(parent, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Executes all the requests in the given Bundle.
Implements the FHIR standard batch/transaction
interaction.
Supports all interactions within a bundle, except search. This method
accepts Bundles of type batch and transaction, processing them
according to the batch processing
rules
and transaction processing
rules.
The request body must contain a JSON-encoded FHIR Bundle resource, and
the request headers must contain Content-Type: application/fhir+json.
For a batch bundle or a successful transaction the response body will
contain a JSON-encoded representation of a Bundle resource of type
batch-response or transaction-response containing one entry for each
entry in the request, with the outcome of processing the entry. In the
case of an error for a transaction bundle, the response body 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.
2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2959 def execute_project_location_dataset_fhir_store_fhir_bundle(parent, http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/fhir', ) command.request_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.request_object = http_body_object command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#export_dicom_store_dicom_data(name, export_dicom_data_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Exports data to the specified destination by copying it from the DICOM store. The metadata field type is OperationMetadata.
1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1027 def export_dicom_store_dicom_data(name, export_dicom_data_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+name}:export', ) command.request_representation = Google::Apis::HealthcareV1alpha2::ExportDicomDataRequest::Representation command.request_object = export_dicom_data_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Operation::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Operation command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#export_fhir_store_resources(name, export_resources_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
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. 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.
2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2201 def export_fhir_store_resources(name, export_resources_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+name}:export', ) command.request_representation = Google::Apis::HealthcareV1alpha2::ExportResourcesRequest::Representation command.request_object = export_resources_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Operation::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Operation command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_annotation_store_iam_policy(resource, get_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a resource. Returns NOT_FOUND error if
the resource does not exist. Returns an empty policy if the resource exists
but does not have a policy set.
Authorization requires the Google IAM permission
healthcare.AnnotationStores.getIamPolicy on the specified resource
579 580 581 582 583 584 585 586 587 588 589 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 579 def get_annotation_store_iam_policy(resource, get_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:getIamPolicy', ) command.request_representation = Google::Apis::HealthcareV1alpha2::GetIamPolicyRequest::Representation command.request_object = get_iam_policy_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Location
Gets information about a location.
70 71 72 73 74 75 76 77 78 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 70 def get_project_location(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Location::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Location command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Dataset
Gets any metadata associated with a dataset.
259 260 261 262 263 264 265 266 267 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 259 def get_project_location_dataset(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Dataset::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Dataset command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_annotation_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::AnnotationStore
Gets the specified Annotation store or returns NOT_FOUND if it does not exist.
543 544 545 546 547 548 549 550 551 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 543 def get_project_location_dataset_annotation_store(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::AnnotationStore::Representation command.response_class = Google::Apis::HealthcareV1alpha2::AnnotationStore command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_annotation_store_annotation(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Annotation
Gets an Annotation.
837 838 839 840 841 842 843 844 845 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 837 def get_project_location_dataset_annotation_store_annotation(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Annotation::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Annotation command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_dicom_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::DicomStore
Gets the specified DICOM store.
1059 1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1059 def get_project_location_dataset_dicom_store(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::DicomStore::Representation command.response_class = Google::Apis::HealthcareV1alpha2::DicomStore command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_dicom_store_iam_policy(resource, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
1092 1093 1094 1095 1096 1097 1098 1099 1100 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1092 def get_project_location_dataset_dicom_store_iam_policy(resource, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+resource}:getIamPolicy', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_fhir_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::FhirStore
Gets the configuration of the specified FHIR store.
2233 2234 2235 2236 2237 2238 2239 2240 2241 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2233 def get_project_location_dataset_fhir_store(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::FhirStore::Representation command.response_class = Google::Apis::HealthcareV1alpha2::FhirStore command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_fhir_store_iam_policy(resource, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a FHIR store or security label within a FHIR store. Returns NOT_FOUND error if the resource does not exist. Returns an empty policy if the resource exists but does not have a policy set. Authorization requires the Google IAM permission 'healthcare.fhirStores.getIamPolicy' for a FHIR store or 'healthcare.securityLabels.getIamPolicy' for a security label
2269 2270 2271 2272 2273 2274 2275 2276 2277 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2269 def get_project_location_dataset_fhir_store_iam_policy(resource, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+resource}:getIamPolicy', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_fhir_store_security_label_iam_policy(resource, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a FHIR store or security label within a FHIR store. Returns NOT_FOUND error if the resource does not exist. Returns an empty policy if the resource exists but does not have a policy set. Authorization requires the Google IAM permission 'healthcare.fhirStores.getIamPolicy' for a FHIR store or 'healthcare.securityLabels.getIamPolicy' for a security label
3305 3306 3307 3308 3309 3310 3311 3312 3313 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3305 def get_project_location_dataset_fhir_store_security_label_iam_policy(resource, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+resource}:getIamPolicy', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_hl7_v2_store(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Hl7V2Store
Gets the specified HL7v2 store.
3441 3442 3443 3444 3445 3446 3447 3448 3449 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3441 def get_project_location_dataset_hl7_v2_store(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Hl7V2Store::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Hl7V2Store command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_hl7_v2_store_iam_policy(resource, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
3474 3475 3476 3477 3478 3479 3480 3481 3482 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3474 def get_project_location_dataset_hl7_v2_store_iam_policy(resource, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+resource}:getIamPolicy', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_hl7_v2_store_message(name, view: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Message
Gets an HL7v2 message.
3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3731 def (name, view: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Message::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Message command.params['name'] = name unless name.nil? command.query['view'] = view unless view.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_iam_policy(resource, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
292 293 294 295 296 297 298 299 300 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 292 def get_project_location_dataset_iam_policy(resource, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+resource}:getIamPolicy', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#get_project_location_dataset_operation(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
3929 3930 3931 3932 3933 3934 3935 3936 3937 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3929 def get_project_location_dataset_operation(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Operation::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Operation command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#history_project_location_dataset_fhir_store_fhir(name, at: nil, count: nil, page: nil, since: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
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.
On success, the response body will contain 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 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.
3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3024 def history_project_location_dataset_fhir_store_fhir(name, at: nil, count: nil, page: nil, since: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}/_history', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['name'] = name unless name.nil? command.query['at'] = at unless at.nil? command.query['count'] = count unless count.nil? command.query['page'] = page unless page.nil? command.query['since'] = since unless since.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#import_dicom_store_dicom_data(name, import_dicom_data_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Imports data into the DICOM store by copying it from the specified source. For errors, the Operation will be populated with error details (in the form of ImportDicomDataErrorDetails in error.details), which will hold finer-grained error information. The metadata field type is OperationMetadata.
1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1130 def import_dicom_store_dicom_data(name, import_dicom_data_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+name}:import', ) command.request_representation = Google::Apis::HealthcareV1alpha2::ImportDicomDataRequest::Representation command.request_object = import_dicom_data_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Operation::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Operation command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#import_fhir_store_resources(name, import_resources_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Operation
Import resources to the FHIR store by loading data from the specified
sources. Each resource must have a client-supplied ID, which is retained
by the server.
The import operation is idempotent. Upon retry, the most recent data
(matching the client-supplied ID) is overwritten, without creating a new
resource version. If partial failures occur during the import, successful
changes are not rolled back.
If history imports are enabled
(enable_history_import is set in the
FHIR store's configuration), you can import historical versions of a
resource by supplying a bundle of type history. The historical versions
in the bundle must have lastUpdated timestamps. If a current or
historical version with the supplied resource ID already exists, the
bundle is rejected.
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.
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.
2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2326 def import_fhir_store_resources(name, import_resources_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+name}:import', ) command.request_representation = Google::Apis::HealthcareV1alpha2::ImportResourcesRequest::Representation command.request_object = import_resources_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Operation::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Operation command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#ingest_message(parent, ingest_message_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::IngestMessageResponse
Ingests a new HL7v2 message from the hospital and sends a notification to the Cloud Pub/Sub topic. Return is an HL7v2 ACK message if the message was successfully stored. Otherwise an error is returned. If an identical HL7v2 message is created twice only one resource is created on the server and no error is reported.
3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3767 def (parent, = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/messages:ingest', ) command.request_representation = Google::Apis::HealthcareV1alpha2::IngestMessageRequest::Representation command.request_object = command.response_representation = Google::Apis::HealthcareV1alpha2::IngestMessageResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::IngestMessageResponse command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_dataset_annotation_store_annotations(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListAnnotationsResponse
Lists the Annotations in the given Annotation store for a source resource.
879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 879 def list_project_location_dataset_annotation_store_annotations(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/annotations', ) command.response_representation = Google::Apis::HealthcareV1alpha2::ListAnnotationsResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::ListAnnotationsResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_dataset_annotation_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListAnnotationStoresResponse
Lists the Annotation stores in the given dataset for a source store.
620 621 622 623 624 625 626 627 628 629 630 631 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 620 def list_project_location_dataset_annotation_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/annotationStores', ) command.response_representation = Google::Apis::HealthcareV1alpha2::ListAnnotationStoresResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::ListAnnotationStoresResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_dataset_dicom_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListDicomStoresResponse
Lists the DICOM stores in the given dataset.
1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1171 def list_project_location_dataset_dicom_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomStores', ) command.response_representation = Google::Apis::HealthcareV1alpha2::ListDicomStoresResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::ListDicomStoresResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_dataset_fhir_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListFhirStoresResponse
Lists the FHIR stores in the given dataset.
2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2367 def list_project_location_dataset_fhir_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/fhirStores', ) command.response_representation = Google::Apis::HealthcareV1alpha2::ListFhirStoresResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::ListFhirStoresResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_dataset_hl7_v2_store_messages(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListMessagesResponse
Lists all the messages in the given HL7v2 store with support for filtering.
3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3848 def (parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/messages', ) command.response_representation = Google::Apis::HealthcareV1alpha2::ListMessagesResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::ListMessagesResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['orderBy'] = order_by unless order_by.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_dataset_hl7_v2_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListHl7V2StoresResponse
Lists the HL7v2 stores in the given dataset.
3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3513 def list_project_location_dataset_hl7_v2_stores(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/hl7V2Stores', ) command.response_representation = Google::Apis::HealthcareV1alpha2::ListHl7V2StoresResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::ListHl7V2StoresResponse command.params['parent'] = parent unless parent.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListOperationsResponse
Lists operations that match the specified filter in the request. If the
server doesn't support this method, it returns UNIMPLEMENTED.
NOTE: the name binding allows API services to override the binding
to use different resource name schemes, such as users/*/operations. To
override the binding, API services can add a binding such as
"/v1/name=users/*/operations" to their service configuration.
For backwards compatibility, the default name includes the operations
collection id, however overriding users must ensure the name binding
is the parent resource, without the operations collection id.
3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3973 def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}/operations', ) command.response_representation = Google::Apis::HealthcareV1alpha2::ListOperationsResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::ListOperationsResponse command.params['name'] = name unless name.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_location_datasets(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListDatasetsResponse
Lists the health datasets in the current project.
328 329 330 331 332 333 334 335 336 337 338 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 328 def list_project_location_datasets(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/datasets', ) command.response_representation = Google::Apis::HealthcareV1alpha2::ListDatasetsResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::ListDatasetsResponse command.params['parent'] = parent unless parent.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::ListLocationsResponse
Lists information about the supported locations for this service.
106 107 108 109 110 111 112 113 114 115 116 117 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 106 def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}/locations', ) command.response_representation = Google::Apis::HealthcareV1alpha2::ListLocationsResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::ListLocationsResponse command.params['name'] = name unless name.nil? command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#metadata_project_location_dataset_dicom_store_dicom_web_study(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveStudyMetadata returns instance associated with the given study presented as metadata with the bulk data removed. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1514 def (parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#metadata_project_location_dataset_dicom_store_dicom_web_study_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveSeriesMetadata returns instance associated with the given study and series, presented as metadata with the bulk data removed. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1743 def (parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#metadata_project_location_dataset_dicom_store_dicom_web_study_series_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveInstanceMetadata returns instance associated with the given study, series, and SOP Instance UID presented as metadata with the bulk data removed. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1895 def (parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#observation_project_location_dataset_fhir_store_fhir_lastn(parent, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Retrieves the N most recent Observation resources for a subject matching
search criteria specified as query parameters, grouped by
Observation.code, sorted from most recent to oldest.
Implements the FHIR extended operation
Observation-lastn.
Search terms are provided as query parameters following the same pattern as
the search method. This operation accepts an additional
query parameter max, which specifies N, the maximum number of
Observations to return from each group, with a default of 1.
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.
2531 2532 2533 2534 2535 2536 2537 2538 2539 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2531 def observation_project_location_dataset_fhir_store_fhir_lastn(parent, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/fhir/Observation/$lastn', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_project_location_dataset(name, dataset_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Dataset
Updates dataset metadata.
367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 367 def patch_project_location_dataset(name, dataset_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1alpha2/{+name}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::Dataset::Representation command.request_object = dataset_object command.response_representation = Google::Apis::HealthcareV1alpha2::Dataset::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Dataset command.params['name'] = name unless name.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_project_location_dataset_annotation_store(name, annotation_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::AnnotationStore
Updates the specified Annotation store.
661 662 663 664 665 666 667 668 669 670 671 672 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 661 def patch_project_location_dataset_annotation_store(name, annotation_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1alpha2/{+name}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::AnnotationStore::Representation command.request_object = annotation_store_object command.response_representation = Google::Apis::HealthcareV1alpha2::AnnotationStore::Representation command.response_class = Google::Apis::HealthcareV1alpha2::AnnotationStore command.params['name'] = name unless name.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_project_location_dataset_annotation_store_annotation(name, annotation_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Annotation
Updates the Annotation.
920 921 922 923 924 925 926 927 928 929 930 931 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 920 def patch_project_location_dataset_annotation_store_annotation(name, annotation_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1alpha2/{+name}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::Annotation::Representation command.request_object = annotation_object command.response_representation = Google::Apis::HealthcareV1alpha2::Annotation::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Annotation command.params['name'] = name unless name.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_project_location_dataset_dicom_store(name, dicom_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::DicomStore
Updates the specified DICOM store.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1212 def patch_project_location_dataset_dicom_store(name, dicom_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1alpha2/{+name}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::DicomStore::Representation command.request_object = dicom_store_object command.response_representation = Google::Apis::HealthcareV1alpha2::DicomStore::Representation command.response_class = Google::Apis::HealthcareV1alpha2::DicomStore command.params['name'] = name unless name.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_project_location_dataset_fhir_store(name, fhir_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::FhirStore
Updates the configuration of the specified FHIR store.
2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2407 def patch_project_location_dataset_fhir_store(name, fhir_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1alpha2/{+name}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::FhirStore::Representation command.request_object = fhir_store_object command.response_representation = Google::Apis::HealthcareV1alpha2::FhirStore::Representation command.response_class = Google::Apis::HealthcareV1alpha2::FhirStore command.params['name'] = name unless name.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_project_location_dataset_fhir_store_fhir(name, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Updates part of an existing resource by applying the operations specified
in a JSON Patch document.
Implements the FHIR standard patch
interaction.
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 instead.
3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3070 def patch_project_location_dataset_fhir_store_fhir(name, http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1alpha2/{+name}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.request_object = http_body_object command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_project_location_dataset_hl7_v2_store(name, hl7_v2_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Hl7V2Store
Updates the HL7v2 store.
3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3553 def patch_project_location_dataset_hl7_v2_store(name, hl7_v2_store_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1alpha2/{+name}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::Hl7V2Store::Representation command.request_object = hl7_v2_store_object command.response_representation = Google::Apis::HealthcareV1alpha2::Hl7V2Store::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Hl7V2Store command.params['name'] = name unless name.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patch_project_location_dataset_hl7_v2_store_message(name, message_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Message
Update the message.
3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3894 def (name, = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:patch, 'v1alpha2/{+name}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::Message::Representation command.request_object = command.response_representation = Google::Apis::HealthcareV1alpha2::Message::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Message command.params['name'] = name unless name.nil? command.query['updateMask'] = update_mask unless update_mask.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#patient_project_location_dataset_fhir_store_fhir_everything(name, end_: nil, start: nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Retrieves all the resources in the patient compartment for a Patient
resource.
Implements the FHIR extended operation
Patient-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.
2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2578 def patient_project_location_dataset_fhir_store_fhir_everything(name, end_: nil, start: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}/$everything', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['name'] = name unless name.nil? command.query['end'] = end_ unless end_.nil? command.query['start'] = start unless start.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#read_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Gets the contents of a FHIR resource.
Implements the FHIR standard read
interaction.
Also supports the FHIR standard conditional read
interaction
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.
3114 3115 3116 3117 3118 3119 3120 3121 3122 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3114 def read_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#rendered_project_location_dataset_dicom_store_dicom_web_study_series_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveRenderedInstance returns instance associated with the given study, series, and SOP Instance UID in an acceptable Rendered Media Type. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1933 def rendered_project_location_dataset_dicom_store_dicom_web_study_series_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#rendered_project_location_dataset_dicom_store_dicom_web_study_series_instance_frame(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveRenderedFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers in an acceptable Rendered Media Type. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2011 def rendered_project_location_dataset_dicom_store_dicom_web_study_series_instance_frame(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#resource_project_location_dataset_fhir_store_fhir_purge(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Empty
Deletes all the historical versions of a resource (excluding the current version) from the FHIR store. To remove all versions of a resource, first delete the current version and then call this method. This is not a FHIR standard operation.
2613 2614 2615 2616 2617 2618 2619 2620 2621 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2613 def resource_project_location_dataset_fhir_store_fhir_purge(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:delete, 'v1alpha2/{+name}/$purge', ) command.response_representation = Google::Apis::HealthcareV1alpha2::Empty::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Empty command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#retrieve_project_location_dataset_dicom_store_dicom_web_study_series_instance_frame_frames(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveFrames returns instances associated with the given study, series, SOP Instance UID and frame numbers. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2050 def retrieve_project_location_dataset_dicom_store_dicom_web_study_series_instance_frame_frames(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#retrieve_project_location_dataset_dicom_store_dicom_web_study_series_instance_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveInstance returns instance associated with the given study, series, and SOP Instance UID. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1971 def retrieve_project_location_dataset_dicom_store_dicom_web_study_series_instance_instance(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#retrieve_project_location_dataset_dicom_store_dicom_web_study_series_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveSeries returns all instances within the given study and series. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1780 def retrieve_project_location_dataset_dicom_store_dicom_web_study_series_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#retrieve_project_location_dataset_dicom_store_dicom_web_study_study(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
RetrieveStudy returns all instances within the given study. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4.
1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1551 def retrieve_project_location_dataset_dicom_store_dicom_web_study_study(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#search_fhir_resources(parent, search_resources_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Searches for resources in the given FHIR store according to criteria specified as query parameters. Implements the FHIR standard search interaction using the search semantics described in the FHIR Search specification. Supports three methods of search defined by the specification:
-
GET [base]?[parameters]to search across all resources. -
GET [base]/[type]?[parameters]to search resources of a specified type. -
POST [base]/[type]/_search?[parameters]as an alternate form having the same semantics as theGETmethod. TheGETmethods do not support compartment searches. ThePOSTmethod does not supportapplication/x-www-form-urlencodedsearch parameters. On success, the response body will contain a JSON-encoded representation of aBundleresource of typesearchset, containing the results of the search. Errors generated by the FHIR store will contain a JSON-encodedOperationOutcomeresource 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 specification can be found in the FHIR Search Parameter Registry. Supported search modifiers::missing,:exact,:contains,:text,:in,:not-in,:above,:below,:[type],:not, and:recurse. Supported search result parameters:_sort,_count,_include,_revinclude,_summary=text,_summary=data, and_elements. The maximum number of search results returned defaults to 100, which can be overridden by the_countparameter up to a maximum limit of 1000. If there are additional results, the returnedBundlewill contain pagination links.
3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3179 def search_fhir_resources(parent, search_resources_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/fhir/_search', ) command.request_representation = Google::Apis::HealthcareV1alpha2::SearchResourcesRequest::Representation command.request_object = search_resources_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#search_project_location_dataset_dicom_store_dicom_web_for_instances(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForInstances returns a list of matching instances. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1326 def search_project_location_dataset_dicom_store_dicom_web_for_instances(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#search_project_location_dataset_dicom_store_dicom_web_for_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForSeries returns a list of matching series. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1363 def search_project_location_dataset_dicom_store_dicom_web_for_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#search_project_location_dataset_dicom_store_dicom_web_for_studies(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForStudies returns a list of matching studies. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1399 def search_project_location_dataset_dicom_store_dicom_web_for_studies(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#search_project_location_dataset_dicom_store_dicom_web_study_for_instances(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForInstances returns a list of matching instances. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1589 def search_project_location_dataset_dicom_store_dicom_web_study_for_instances(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#search_project_location_dataset_dicom_store_dicom_web_study_for_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForSeries returns a list of matching series. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1626 def search_project_location_dataset_dicom_store_dicom_web_study_for_series(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#search_project_location_dataset_dicom_store_dicom_web_study_series_for_instances(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
SearchForInstances returns a list of matching instances. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.6.
1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1818 def search_project_location_dataset_dicom_store_dicom_web_study_series_for_instances(parent, dicom_web_path, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#set_annotation_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
POLICIES Sets the access control policy for a resource. Replaces any existing policy. Authorization requires the Google IAM permission 'healthcare.annotationStores.setIamPolicy' on the specified resource
700 701 702 703 704 705 706 707 708 709 710 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 700 def set_annotation_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:setIamPolicy', ) command.request_representation = Google::Apis::HealthcareV1alpha2::SetIamPolicyRequest::Representation command.request_object = set_iam_policy_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#set_dataset_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Sets the access control policy on the specified resource. Replaces any existing policy.
403 404 405 406 407 408 409 410 411 412 413 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 403 def set_dataset_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:setIamPolicy', ) command.request_representation = Google::Apis::HealthcareV1alpha2::SetIamPolicyRequest::Representation command.request_object = set_iam_policy_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#set_dicom_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Sets the access control policy on the specified resource. Replaces any existing policy.
1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1248 def set_dicom_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:setIamPolicy', ) command.request_representation = Google::Apis::HealthcareV1alpha2::SetIamPolicyRequest::Representation command.request_object = set_iam_policy_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#set_fhir_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Sets the access control policy for a FHIR store or security label within a FHIR store. Replaces any existing policy. Authorization requires the Google IAM permission 'healthcare.fhirStores.setIamPolicy' for a FHIR store or 'healthcare.securityLabels.setIamPolicy' for a security label
2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2446 def set_fhir_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:setIamPolicy', ) command.request_representation = Google::Apis::HealthcareV1alpha2::SetIamPolicyRequest::Representation command.request_object = set_iam_policy_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#set_hl7_v2_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Sets the access control policy on the specified resource. Replaces any existing policy.
3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3589 def set_hl7_v2_store_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:setIamPolicy', ) command.request_representation = Google::Apis::HealthcareV1alpha2::SetIamPolicyRequest::Representation command.request_object = set_iam_policy_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#set_security_label_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::Policy
Sets the access control policy for a FHIR store or security label within a FHIR store. Replaces any existing policy. Authorization requires the Google IAM permission 'healthcare.fhirStores.setIamPolicy' for a FHIR store or 'healthcare.securityLabels.setIamPolicy' for a security label
3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3341 def set_security_label_iam_policy(resource, set_iam_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:setIamPolicy', ) command.request_representation = Google::Apis::HealthcareV1alpha2::SetIamPolicyRequest::Representation command.request_object = set_iam_policy_request_object command.response_representation = Google::Apis::HealthcareV1alpha2::Policy::Representation command.response_class = Google::Apis::HealthcareV1alpha2::Policy command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#store_project_location_dataset_dicom_store_dicom_web_instances(parent, dicom_web_path, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID). See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.5.
1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1438 def store_project_location_dataset_dicom_store_dicom_web_instances(parent, dicom_web_path, http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.request_object = http_body_object command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#store_project_location_dataset_dicom_store_dicom_web_study_instances(parent, dicom_web_path, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID). See http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.5.
1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1665 def store_project_location_dataset_dicom_store_dicom_web_study_instances(parent, dicom_web_path, http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.request_object = http_body_object command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['parent'] = parent unless parent.nil? command.params['dicomWebPath'] = dicom_web_path unless dicom_web_path.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#test_annotation_store_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. There is no permission required to make this API call.
737 738 739 740 741 742 743 744 745 746 747 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 737 def (resource, = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:testIamPermissions', ) command.request_representation = Google::Apis::HealthcareV1alpha2::TestIamPermissionsRequest::Representation command.request_object = command.response_representation = Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#test_dataset_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
442 443 444 445 446 447 448 449 450 451 452 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 442 def (resource, = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:testIamPermissions', ) command.request_representation = Google::Apis::HealthcareV1alpha2::TestIamPermissionsRequest::Representation command.request_object = command.response_representation = Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#test_dicom_store_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 1287 def (resource, = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:testIamPermissions', ) command.request_representation = Google::Apis::HealthcareV1alpha2::TestIamPermissionsRequest::Representation command.request_object = command.response_representation = Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#test_fhir_store_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. There is no permission required to make this API call.
2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 2483 def (resource, = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:testIamPermissions', ) command.request_representation = Google::Apis::HealthcareV1alpha2::TestIamPermissionsRequest::Representation command.request_object = command.response_representation = Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#test_hl7_v2_store_iam_permissions(resource, test_iam_permissions_request_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3628 def (resource, = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:post, 'v1alpha2/{+resource}:testIamPermissions', ) command.request_representation = Google::Apis::HealthcareV1alpha2::TestIamPermissionsRequest::Representation command.request_object = command.response_representation = Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse::Representation command.response_class = Google::Apis::HealthcareV1alpha2::TestIamPermissionsResponse command.params['resource'] = resource unless resource.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#update_project_location_dataset_fhir_store_fhir(name, http_body_object = nil, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Updates the entire contents of a resource.
Implements the FHIR standard update
interaction.
If the specified resource does
not exist and the FHIR store has
enable_update_create set, creates the
resource with the client-specified ID.
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.
3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3228 def update_project_location_dataset_fhir_store_fhir(name, http_body_object = nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:put, 'v1alpha2/{+name}', ) command.request_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.request_object = http_body_object command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |
#vread_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil) {|result, err| ... } ⇒ Google::Apis::HealthcareV1alpha2::HttpBody
Gets the contents of a version (current or historical) of a FHIR resource
by version ID.
Implements the FHIR standard vread
interaction.
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.
3269 3270 3271 3272 3273 3274 3275 3276 3277 |
# File 'generated/google/apis/healthcare_v1alpha2/service.rb', line 3269 def vread_project_location_dataset_fhir_store_fhir(name, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1alpha2/{+name}', ) command.response_representation = Google::Apis::HealthcareV1alpha2::HttpBody::Representation command.response_class = Google::Apis::HealthcareV1alpha2::HttpBody command.params['name'] = name unless name.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end |