public class CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Delete |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames
The "frames" collection of methods.
|
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.RetrieveInstance |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.RetrieveMetadata |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.RetrieveRendered |
| Constructor and Description |
|---|
Instances() |
| Modifier and Type | Method and Description |
|---|---|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Delete |
delete(String parent,
String dicomWebPath)
DeleteInstance deletes an instance associated with the given study, series, and SOP Instance UID.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames |
frames()
An accessor for creating requests from the Frames collection.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.RetrieveInstance |
retrieveInstance(String parent,
String dicomWebPath)
RetrieveInstance returns instance associated with the given study, series, and SOP Instance UID.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.RetrieveMetadata |
retrieveMetadata(String parent,
String dicomWebPath)
RetrieveInstanceMetadata returns instance associated with the given study, series, and SOP
Instance UID presented as metadata with the bulk data removed.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.RetrieveRendered |
retrieveRendered(String parent,
String dicomWebPath)
RetrieveRenderedInstance returns instance associated with the given study, series, and SOP
Instance UID in an acceptable Rendered Media Type.
|
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Delete delete(String parent, String dicomWebPath) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The name of the DICOM store that is being accessed (e.g.,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`).dicomWebPath - The path of the DeleteInstance request (e.g.,
`studies/{study_id}/series/{series_id}/instances/{instance_id}`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.RetrieveInstance retrieveInstance(String parent, String dicomWebPath) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The name of the DICOM store that is being accessed (e.g.,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`).dicomWebPath - The path of the RetrieveInstance DICOMweb request (e.g.,
`studies/{study_id}/series/{series_id}/instances/{instance_id}`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.RetrieveMetadata retrieveMetadata(String parent, String dicomWebPath) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The name of the DICOM store that is being accessed (e.g.,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`).dicomWebPath - The path of the RetrieveInstanceMetadata DICOMweb request (e.g.,
`studies/{study_id}/series/{series_id}/instances/{instance_id}/metadata`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.RetrieveRendered retrieveRendered(String parent, String dicomWebPath) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - The name of the DICOM store that is being accessed (e.g.,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`).dicomWebPath - The path of the RetrieveRenderedInstance DICOMweb request (e.g.,
`studies/{study_id}/series/{series_id}/instances/{instance_id}/rendered`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Frames frames()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.Frames.List request = healthcare.frames().list(parameters ...)
Copyright © 2011–2019 Google. All rights reserved.