Method: studies.getStudyMetrics

Full name: projects.locations.datasets.dicomStores.dicomWeb.studies.getStudyMetrics

studies.getStudyMetrics returns metrics for a study.

HTTP request

GET https://healthcare.googleapis.com/v1/{study=projects/*/locations/*/datasets/*/dicomStores/*/dicomWeb/studies/*}:getStudyMetrics

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
study

string

Required. The study resource path. For example, projects/{projectId}/locations/{locationId}/datasets/{datasetId}/dicomStores/{dicomStoreId}/dicomWeb/studies/{study_uid}.

Request body

The request body must be empty.

Response body

StudyMetrics contains metrics describing a DICOM study.

If successful, the response body contains data with the following structure:

JSON representation
{
  "study": string,
  "structuredStorageSizeBytes": string,
  "blobStorageSizeBytes": string,
  "instanceCount": string,
  "seriesCount": string
}
Fields
study

string

The study resource path. For example, projects/{projectId}/locations/{locationId}/datasets/{datasetId}/dicomStores/{dicomStoreId}/dicomWeb/studies/{study_uid}.

structuredStorageSizeBytes

string (int64 format)

Total structured storage bytes for all instances in the study.

blobStorageSizeBytes

string (int64 format)

Total blob storage bytes for all instances in the study.

instanceCount

string (int64 format)

Number of instances in the study.

seriesCount

string (int64 format)

Number of series in the study.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-healthcare
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.