Show / Hide Table of Contents

Class StudyMetrics

StudyMetrics contains metrics describing a DICOM study.

Inheritance
object
StudyMetrics
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class StudyMetrics : IDirectResponseSchema

Properties

BlobStorageSizeBytes

Total blob storage bytes for all instances in the study.

Declaration
[JsonProperty("blobStorageSizeBytes")]
public virtual long? BlobStorageSizeBytes { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InstanceCount

Number of instances in the study.

Declaration
[JsonProperty("instanceCount")]
public virtual long? InstanceCount { get; set; }
Property Value
Type Description
long?

SeriesCount

Number of series in the study.

Declaration
[JsonProperty("seriesCount")]
public virtual long? SeriesCount { get; set; }
Property Value
Type Description
long?

StructuredStorageSizeBytes

Total structured storage bytes for all instances in the study.

Declaration
[JsonProperty("structuredStorageSizeBytes")]
public virtual long? StructuredStorageSizeBytes { get; set; }
Property Value
Type Description
long?

Study

The study resource path. For example, projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}/dicomWeb/studies/{study_uid}.

Declaration
[JsonProperty("study")]
public virtual string Study { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX