Cloud Healthcare API . projects . locations . datasets . dicomStores . dicomWeb . studies

Instance Methods

series()

Returns the series Resource.

close()

Close httplib2 connections.

getStudyMetrics(study, x__xgafv=None)

GetStudyMetrics returns metrics for a study.

Method Details

close()
Close httplib2 connections.
getStudyMetrics(study, x__xgafv=None)
GetStudyMetrics returns metrics for a study.

Args:
  study: string, Required. The study resource path. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}/dicomWeb/studies/{study_uid}`. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # StudyMetrics contains metrics describing a DICOM study.
  "blobStorageSizeBytes": "A String", # Total blob storage bytes for all instances in the study.
  "instanceCount": "A String", # Number of instances in the study.
  "seriesCount": "A String", # Number of series in the study.
  "structuredStorageSizeBytes": "A String", # Total structured storage bytes for all instances in the study.
  "study": "A String", # The study resource path. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}/dicomWeb/studies/{study_uid}`.
}