Hl7V2StoreMetrics

List of metrics for a given HL7v2 store.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
metrics array List of HL7v2 store metrics by message type.
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}`.
View JSON Schema on GitHub

JSON Schema

Hl7V2StoreMetrics.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Hl7V2StoreMetrics",
  "description": "List of metrics for a given HL7v2 store.",
  "properties": {
    "metrics": {
      "description": "List of HL7v2 store metrics by message type.",
      "items": {
        "$ref": "#/components/schemas/Hl7V2StoreMetric"
      },
      "type": "array"
    },
    "name": {
      "description": "The resource name of the HL7v2 store to get metrics for, in the format `projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`.",
      "type": "string"
    }
  },
  "type": "object"
}