hl7_v2_stores_hl7v2_store_metrics
Creates, updates, deletes, gets or lists a hl7_v2_stores_hl7v2_store_metrics
resource.
Overview
Name | hl7_v2_stores_hl7v2_store_metrics |
Type | Resource |
Id | google.healthcare.hl7_v2_stores_hl7v2_store_metrics |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The resource name of the HL7v2 store to get metrics for, in the format projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id} . |
metrics | array | List of HL7v2 store metrics by message type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_hl7v2_store_metrics | SELECT | datasetsId, hl7V2StoresId, locationsId, projectsId | Gets metrics associated with the HL7v2 store. |
SELECT
examples
Gets metrics associated with the HL7v2 store.
SELECT
name,
metrics
FROM google.healthcare.hl7_v2_stores_hl7v2_store_metrics
WHERE datasetsId = '{{ datasetsId }}'
AND hl7V2StoresId = '{{ hl7V2StoresId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';