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.Bulkdata
The "bulkdata" collection of methods.
|
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.Bulkdata |
bulkdata()
An accessor for creating requests from the Bulkdata collection.
|
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
- 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 DeleteInstance request. For example,
`studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`.IOException
public 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
- 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 RetrieveInstance DICOMweb request. For example,
`studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`.IOException
public 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
- 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 RetrieveInstanceMetadata DICOMweb request. For example,
`studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/metadata`.IOException
public 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
- 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 RetrieveRenderedInstance DICOMweb request. For example,
`studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/rendered`.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances.Bulkdata bulkdata()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);
CloudHealthcare.Bulkdata.List request = healthcare.bulkdata().list(parameters ...)
public 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–2024 Google. All rights reserved.