public class CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series extends Object
Modifier and Type | Class and Description |
---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Delete |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances
The "instances" collection of methods.
|
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.RetrieveMetadata |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.RetrieveSeries |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.SearchForInstances |
Constructor and Description |
---|
Series() |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Delete |
delete(String parent,
String dicomWebPath)
DeleteSeries deletes all instances within the given study and series using a long running
operation.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances |
instances()
An accessor for creating requests from the Instances collection.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.RetrieveMetadata |
retrieveMetadata(String parent,
String dicomWebPath)
RetrieveSeriesMetadata returns instance associated with the given study and series, presented as
metadata with the bulk data removed.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.RetrieveSeries |
retrieveSeries(String parent,
String dicomWebPath)
RetrieveSeries returns all instances within the given study and series.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.SearchForInstances |
searchForInstances(String parent,
String dicomWebPath)
SearchForInstances returns a list of matching instances.
|
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.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 DeleteSeries request. For example,
`studies/{study_uid}/series/{series_uid}`.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.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 RetrieveSeriesMetadata DICOMweb request. For example,
`studies/{study_uid}/series/{series_uid}/metadata`.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.RetrieveSeries retrieveSeries(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 RetrieveSeries DICOMweb request. For example,
`studies/{study_uid}/series/{series_uid}`.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.SearchForInstances searchForInstances(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 SearchForInstancesRequest DICOMweb request. For example, `instances`,
`series/{series_uid}/instances`, or `studies/{study_uid}/instances`.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.Instances instances()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);
CloudHealthcare.Instances.List request = healthcare.instances().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.