public class CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames.RetrieveFrames |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames.RetrieveRendered |
| Constructor and Description |
|---|
Frames() |
| Modifier and Type | Method and Description |
|---|---|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames.RetrieveFrames |
retrieveFrames(String parent,
String dicomWebPath)
RetrieveFrames returns instances associated with the given study, series, SOP Instance UID and
frame numbers.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames.RetrieveRendered |
retrieveRendered(String parent,
String dicomWebPath)
RetrieveRenderedFrames returns instances associated with the given study, series, SOP Instance
UID and frame numbers in an acceptable Rendered Media Type.
|
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames.RetrieveFrames retrieveFrames(String parent, String dicomWebPath) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the DICOM store that is being accessed. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.dicomWebPath - Required. The path of the RetrieveFrames DICOMweb request. For example,
`studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/frames/{frame_list}`.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames.RetrieveRendered retrieveRendered(String parent, String dicomWebPath) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the DICOM store that is being accessed. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.dicomWebPath - Required. The path of the RetrieveRenderedFrames DICOMweb request. For example,
`studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/frames/{frame_list}/rend
ered`.IOExceptionCopyright © 2011–2025 Google. All rights reserved.