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

DicomStoreMetrics contains metrics describing a DICOM store.

Attributes

  • blobStorageSizeBytes (type: String.t, default: nil) - Total blob storage bytes for all instances in the store.
  • instanceCount (type: String.t, default: nil) - Number of instances in the store.
  • name (type: String.t, default: nil) - Resource name of the DICOM store, of the form projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}.
  • seriesCount (type: String.t, default: nil) - Number of series in the store.
  • structuredStorageSizeBytes (type: String.t, default: nil) - Total structured storage bytes for all instances in the store.
  • studyCount (type: String.t, default: nil) - Number of studies in the store.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1.Model.DicomStoreMetrics{
  blobStorageSizeBytes: String.t() | nil,
  instanceCount: String.t() | nil,
  name: String.t() | nil,
  seriesCount: String.t() | nil,
  structuredStorageSizeBytes: String.t() | nil,
  studyCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.