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() |
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 - 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 DeleteSeries request (e.g.,
`studies/{study_id}/series/{series_id}`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.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 RetrieveSeriesMetadata DICOMweb request (e.g.,
`studies/{study_id}/series/{series_id}/metadata`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.RetrieveSeries retrieveSeries(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 RetrieveSeries DICOMweb request (e.g.,
`studies/{study_id}/series/{series_id}`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series.SearchForInstances searchForInstances(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 SearchForInstancesRequest DICOMweb request (e.g.,
`instances` or
`series/{series_uid}/instances` or
`studies/{study_uid}/instances`).IOExceptionpublic 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–2019 Google. All rights reserved.