View Source GoogleApi.HealthCare.V1beta1.Model.StudyMetrics (google_api_health_care v0.50.1)

StudyMetrics contains metrics describing a DICOM study.

Attributes

  • blobStorageSizeBytes (type: String.t, default: nil) - Total blob storage bytes for all instances in the study.
  • instanceCount (type: String.t, default: nil) - Number of instances in the study.
  • seriesCount (type: String.t, default: nil) - Number of series in the study.
  • structuredStorageSizeBytes (type: String.t, default: nil) - Total structured storage bytes for all instances in the study.
  • study (type: String.t, default: nil) - The study resource path. For example, projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}/dicomWeb/studies/{study_uid}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.HealthCare.V1beta1.Model.StudyMetrics{
  blobStorageSizeBytes: String.t() | nil,
  instanceCount: String.t() | nil,
  seriesCount: String.t() | nil,
  structuredStorageSizeBytes: String.t() | nil,
  study: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.