Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::FhirStoreSource (v2.1.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::FhirStoreSource.

Cloud FhirStore source import data from.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#fhir_store

def fhir_store() -> ::String
Returns
  • (::String) — Required. The full resource name of the FHIR store to import data from, in the format of projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}.

#fhir_store=

def fhir_store=(value) -> ::String
Parameter
  • value (::String) — Required. The full resource name of the FHIR store to import data from, in the format of projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}.
Returns
  • (::String) — Required. The full resource name of the FHIR store to import data from, in the format of projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}.

#gcs_staging_dir

def gcs_staging_dir() -> ::String
Returns
  • (::String) — Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the FhirStore export to a specific Cloud Storage directory.

#gcs_staging_dir=

def gcs_staging_dir=(value) -> ::String
Parameter
  • value (::String) — Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the FhirStore export to a specific Cloud Storage directory.
Returns
  • (::String) — Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the FhirStore export to a specific Cloud Storage directory.

#resource_types

def resource_types() -> ::Array<::String>
Returns
  • (::Array<::String>) — The FHIR resource types to import. The resource types should be a subset of all supported FHIR resource types. Default to all supported FHIR resource types if empty.

#resource_types=

def resource_types=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The FHIR resource types to import. The resource types should be a subset of all supported FHIR resource types. Default to all supported FHIR resource types if empty.
Returns
  • (::Array<::String>) — The FHIR resource types to import. The resource types should be a subset of all supported FHIR resource types. Default to all supported FHIR resource types if empty.

#update_from_latest_predefined_schema

def update_from_latest_predefined_schema() -> ::Boolean
Returns
  • (::Boolean) — Optional. Whether to update the DataStore schema to the latest predefined schema.

    If true, the DataStore schema will be updated to include any FHIR fields or resource types that have been added since the last import and corresponding FHIR resources will be imported from the FHIR store.

    Note this field cannot be used in conjunction with resource_types. It should be used after initial import.

#update_from_latest_predefined_schema=

def update_from_latest_predefined_schema=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Whether to update the DataStore schema to the latest predefined schema.

    If true, the DataStore schema will be updated to include any FHIR fields or resource types that have been added since the last import and corresponding FHIR resources will be imported from the FHIR store.

    Note this field cannot be used in conjunction with resource_types. It should be used after initial import.

Returns
  • (::Boolean) — Optional. Whether to update the DataStore schema to the latest predefined schema.

    If true, the DataStore schema will be updated to include any FHIR fields or resource types that have been added since the last import and corresponding FHIR resources will be imported from the FHIR store.

    Note this field cannot be used in conjunction with resource_types. It should be used after initial import.