DicomStoreMetrics constructor

DicomStoreMetrics({
  1. String? blobStorageSizeBytes,
  2. String? instanceCount,
  3. String? name,
  4. String? seriesCount,
  5. String? structuredStorageSizeBytes,
  6. String? studyCount,
})

Implementation

DicomStoreMetrics({
  this.blobStorageSizeBytes,
  this.instanceCount,
  this.name,
  this.seriesCount,
  this.structuredStorageSizeBytes,
  this.studyCount,
});