View Source GoogleApi.HealthCare.V1.Model.Hl7V2StoreMetric (google_api_health_care v0.50.1)

Count of messages and total storage size by type for a given HL7 store.

Attributes

  • count (type: String.t, default: nil) - The total count of HL7v2 messages in the store for the given message type.
  • messageType (type: String.t, default: nil) - The Hl7v2 message type this metric applies to, such as ADT or ORU.
  • structuredStorageSizeBytes (type: String.t, default: nil) - The total amount of structured storage used by HL7v2 messages of this message type in the store.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.Hl7V2StoreMetric{
  count: String.t() | nil,
  messageType: String.t() | nil,
  structuredStorageSizeBytes: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.