Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.dicomStores.studies.series.instances.frames.retrieveRendered
frames.retrieveRendered returns instances associated with the given study, series, SOP Instance UID and frame numbers in an acceptable Rendered Media Type. See RetrieveTransaction.
For details on the implementation of frames.retrieveRendered, see Rendered resources in the Cloud Healthcare API conformance statement.
GET https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*/dicomStores/*}/dicomWeb/{dicomWebPath=studies/*/series/*/instances/*/frames/*/rendered}
Required. The name of the DICOM store that is being accessed. For example, projects/{projectId}/locations/{locationId}/datasets/{datasetId}/dicomStores/{dicomStoreId}.
Authorization requires the following IAM permission on the specified resource parent:
healthcare.dicomStores.dicomWebRead
dicomWebPath
string
Required. The path of the frames.retrieveRendered DICOMweb request. For example, studies/{studyUid}/series/{seriesUid}/instances/{instanceUid}/frames/{frame_list}/rendered.
[[["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 details the `frames.retrieveRendered` method, which retrieves instances associated with a specific study, series, SOP Instance UID, and frame numbers in a rendered media type."],["The method utilizes HTTP GET requests with a specified URL structure, including required path parameters for `parent` (DICOM store location) and `dicomWebPath` (DICOMweb request path)."],["An optional `viewport` query parameter is available for adjusting the display, as defined in the DICOM standard."],["Access to this method requires proper authorization through IAM permissions on the `parent` resource (`healthcare.dicomStores.dicomWebRead`) and one of two OAuth scopes (`https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`)."],["The request body for `frames.retrieveRendered` must be empty, and the response will be a generic HTTP response whose format is determined by the method's implementation."]]],[]]