SeriesMetrics class

SeriesMetrics contains metrics describing a DICOM series.

Constructors

SeriesMetrics({String? blobStorageSizeBytes, String? instanceCount, String? series, String? structuredStorageSizeBytes})
SeriesMetrics.fromJson(Map json_)

Properties

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