public class CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Delete |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.RetrieveMetadata |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.RetrieveStudy |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.SearchForInstances |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.SearchForSeries |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series
The "series" collection of methods.
|
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.StoreInstances |
| Constructor and Description |
|---|
Studies() |
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.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 DeleteStudy request (e.g., `studies/{study_id}`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.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 RetrieveStudyMetadata DICOMweb request (e.g.,
`studies/{study_id}/metadata`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.RetrieveStudy retrieveStudy(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 RetrieveStudy DICOMweb request (e.g.,
`studies/{study_id}`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.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.SearchForSeries searchForSeries(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 SearchForSeries DICOMweb request(e.g., `series` or
`studies/{study_uid}/series`).IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.StoreInstances storeInstances(String parent, String dicomWebPath, HttpBody content) 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 StoreInstances DICOMweb request (e.g.,
`studies/[{study_id}]`). Note that the
`study_uid` is optional.content - the HttpBodyIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series series()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);CloudHealthcare.Series.List request = healthcare.series().list(parameters ...)
Copyright © 2011–2019 Google. All rights reserved.