Required. The series resource path. For example, projects/{projectId}/locations/{locationId}/datasets/{datasetId}/dicomStores/{dicomStoreId}/dicomWeb/studies/{studyUid}/series/{seriesUid}.
Request body
The request body must be empty.
Response body
SeriesMetrics contains metrics describing a DICOM series.
If successful, the response body contains data with the following structure:
The series resource path. For example, projects/{projectId}/locations/{locationId}/datasets/{datasetId}/dicomStores/{dicomStoreId}/dicomWeb/studies/{studyUid}/series/{seriesUid}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This webpage documents the `series.getSeriesMetrics` method, which retrieves metrics for a specified DICOM series."],["The HTTP request to access these metrics is a `GET` request to a specific URL that includes path parameters for the series resource."],["The request body for this method must be empty, and a successful request returns a response body containing metrics such as total storage sizes and the instance count."],["The returned `SeriesMetrics` contains information about the series path, structured and blob storage sizes, and the total number of instances within it."],["Accessing this method requires proper authorization with either the `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes."]]],[]]