Class GoogleCloudDiscoveryengineV1alphaAddPatientFilterRequest
Request for DataStoreService.AddPatientFilter method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAddPatientFilterRequest : IDirectResponseSchema
Properties
DataStore
Required. Full resource name of DataStore, such as
projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}. If the
caller does not have permission to access the DataStore, regardless of whether or not it exists, a
PERMISSION_DENIED error is returned. If the requested DataStore does not exist, a NOT_FOUND error is
returned. If the requested DataStore already has a patient filter, an ALREADY_EXISTS error will be returned.
Declaration
[JsonProperty("dataStore")]
public virtual string DataStore { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilterGroups
Required. Names of the Group resources to use as a basis for the patient filter, in format
projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}/fhir/Group/{group_id}.
if the caller does not have permission to access the FHIR store, regardless of whether it exists,
PERMISSION_DENIED error is returned. If the discovery engine service account does not have permission to
access the FHIR store, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the
group is not found at the location, a RESOURCE_NOT_FOUND error will be returned. 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.
Declaration
[JsonProperty("filterGroups")]
public virtual IList<string> FilterGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |