Class StudyMetrics
StudyMetrics contains metrics describing a DICOM study.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.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 |