StudyMetrics class

StudyMetrics contains metrics describing a DICOM study.

Constructors

StudyMetrics({String? blobStorageSizeBytes, String? instanceCount, String? seriesCount, String? structuredStorageSizeBytes, String? study})
StudyMetrics.fromJson(Map json_)

Properties

blobStorageSizeBytes String?
Total blob storage bytes for all instances in the study.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceCount String?
Number of instances in the study.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seriesCount String?
Number of series in the study.
getter/setter pair
structuredStorageSizeBytes String?
Total structured storage bytes for all instances in the study.
getter/setter pair
study String?
The study resource path.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited