Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class FhirMatcher.
Matcher for the Documents by FHIR resource names.
Generated from protobuf message google.cloud.discoveryengine.v1.BatchGetDocumentsMetadataRequest.FhirMatcher
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ BatchGetDocumentsMetadataRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ fhir_resources |
array
Required. The FHIR resources to match by. Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id} |
getFhirResources
Required. The FHIR resources to match by.
Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFhirResources
Required. The FHIR resources to match by.
Format: projects/{project}/locations/{location}/datasets/{dataset}/fhirStores/{fhir_store}/fhir/{resource_type}/{fhir_resource_id}
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |