Skip to main content

hl7_v2_stores_hl7v2_store_metrics

Creates, updates, deletes, gets or lists a hl7_v2_stores_hl7v2_store_metrics resource.

Overview

Namehl7_v2_stores_hl7v2_store_metrics
TypeResource
Idgoogle.healthcare.hl7_v2_stores_hl7v2_store_metrics

Fields

NameDatatypeDescription
namestringThe resource name of the HL7v2 store to get metrics for, in the format projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}.
metricsarrayList of HL7v2 store metrics by message type.

Methods

NameAccessible byRequired ParamsDescription
get_hl7v2_store_metricsSELECTdatasetsId, hl7V2StoresId, locationsId, projectsIdGets 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 }}';