Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.dicomStores.studies.series.instances.retrieveRendered
instances.retrieveRendered returns instance associated with the given study, series, and SOP Instance UID in an acceptable Rendered Media Type. See RetrieveTransaction.
For details on the implementation of instances.retrieveRendered, see Rendered resources in the Cloud Healthcare API conformance statement.
GET https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*/dicomStores/*}/dicomWeb/{dicomWebPath=studies/*/series/*/instances/*/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 instances.retrieveRendered DICOMweb request. For example, studies/{studyUid}/series/{seriesUid}/instances/{instanceUid}/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-06-27 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003einstances.retrieveRendered\u003c/code\u003e method, which retrieves a specific DICOM instance (image) associated with a given study, series, and SOP Instance UID in a rendered format.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request for this method uses the \u003ccode\u003eGET\u003c/code\u003e method with a URL structure including the DICOM store path and specific DICOMweb path to the rendered instance.\u003c/p\u003e\n"],["\u003cp\u003eRequired parameters include \u003ccode\u003eparent\u003c/code\u003e, which specifies the DICOM store, and \u003ccode\u003edicomWebPath\u003c/code\u003e, which pinpoints the specific study, series, and instance to retrieve, such as \u003ccode\u003estudies/{studyUid}/series/{seriesUid}/instances/{instanceUid}/rendered\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003eviewport\u003c/code\u003e query parameter can be included to adjust the view settings according to DICOM standards.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this method requires specific authorization scopes, such as \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-healthcare\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]