Package | Description |
---|---|
com.google.api.services.healthcare.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
DicomStoreMetrics |
DicomStoreMetrics.clone() |
DicomStoreMetrics |
DicomStoreMetrics.set(String fieldName,
Object value) |
DicomStoreMetrics |
DicomStoreMetrics.setBlobStorageSizeBytes(Long blobStorageSizeBytes)
Total blob storage bytes for all instances in the store.
|
DicomStoreMetrics |
DicomStoreMetrics.setInstanceCount(Long instanceCount)
Number of instances in the store.
|
DicomStoreMetrics |
DicomStoreMetrics.setName(String name)
Resource name of the DICOM store, of the form `projects/{project_id}/locations/{location_id}/da
tasets/{dataset_id}/dicomStores/{dicom_store_id}`.
|
DicomStoreMetrics |
DicomStoreMetrics.setSeriesCount(Long seriesCount)
Number of series in the store.
|
DicomStoreMetrics |
DicomStoreMetrics.setStructuredStorageSizeBytes(Long structuredStorageSizeBytes)
Total structured storage bytes for all instances in the store.
|
DicomStoreMetrics |
DicomStoreMetrics.setStudyCount(Long studyCount)
Number of studies in the store.
|
Copyright © 2011–2024 Google. All rights reserved.