Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::HealthcareFhirConfig.
Config to data store for HEALTHCARE_FHIR vertical.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable_configurable_schema
def enable_configurable_schema() -> ::Boolean-
(::Boolean) — Whether to enable configurable schema for
HEALTHCARE_FHIRvertical.If set to
true, the predefined healthcare fhir schema can be extended for more customized searching and filtering.
#enable_configurable_schema=
def enable_configurable_schema=(value) -> ::Boolean-
value (::Boolean) — Whether to enable configurable schema for
HEALTHCARE_FHIRvertical.If set to
true, the predefined healthcare fhir schema can be extended for more customized searching and filtering.
-
(::Boolean) — Whether to enable configurable schema for
HEALTHCARE_FHIRvertical.If set to
true, the predefined healthcare fhir schema can be extended for more customized searching and filtering.
#enable_static_indexing_for_batch_ingestion
def enable_static_indexing_for_batch_ingestion() -> ::Boolean-
(::Boolean) — Whether to enable static indexing for
HEALTHCARE_FHIRbatch ingestion.If set to
true, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume.
#enable_static_indexing_for_batch_ingestion=
def enable_static_indexing_for_batch_ingestion=(value) -> ::Boolean-
value (::Boolean) — Whether to enable static indexing for
HEALTHCARE_FHIRbatch ingestion.If set to
true, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume.
-
(::Boolean) — Whether to enable static indexing for
HEALTHCARE_FHIRbatch ingestion.If set to
true, the batch ingestion will be processed in a static indexing mode which is slower but more capable of handling larger volume.
#initial_filter_groups
def initial_filter_groups() -> ::Array<::String>-
(::Array<::String>) — Optional. Names of the Group resources to use as a basis for the initial
patient filter, in format
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Group/{group_id}. The filter group must be a FHIR resource name of type Group, and the filter will be constructed from the direct members of the group which are Patient resources.
#initial_filter_groups=
def initial_filter_groups=(value) -> ::Array<::String>-
value (::Array<::String>) — Optional. Names of the Group resources to use as a basis for the initial
patient filter, in format
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Group/{group_id}. The filter group must be a FHIR resource name of type Group, and the filter will be constructed from the direct members of the group which are Patient resources.
-
(::Array<::String>) — Optional. Names of the Group resources to use as a basis for the initial
patient filter, in format
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Group/{group_id}. The filter group must be a FHIR resource name of type Group, and the filter will be constructed from the direct members of the group which are Patient resources.