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() |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Delete |
delete(String parent,
String dicomWebPath)
DeleteStudy deletes all instances within the given study using a long running operation.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.RetrieveMetadata |
retrieveMetadata(String parent,
String dicomWebPath)
RetrieveStudyMetadata returns instance associated with the given study presented as metadata with
the bulk data removed.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.RetrieveStudy |
retrieveStudy(String parent,
String dicomWebPath)
RetrieveStudy returns all instances within the given study.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.SearchForInstances |
searchForInstances(String parent,
String dicomWebPath)
SearchForInstances returns a list of matching instances.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.SearchForSeries |
searchForSeries(String parent,
String dicomWebPath)
SearchForSeries returns a list of matching series.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Series |
series()
An accessor for creating requests from the Series collection.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.StoreInstances |
storeInstances(String parent,
String dicomWebPath,
HttpBody content)
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID).
|
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.Delete delete(String parent, String dicomWebPath) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- dicomWebPath
- Required. The path of the DeleteStudy request. For example, `studies/{study_uid}`.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.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 RetrieveStudyMetadata DICOMweb request. For example,
`studies/{study_uid}/metadata`.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.RetrieveStudy retrieveStudy(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 RetrieveStudy DICOMweb request. For example, `studies/{study_uid}`.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.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.SearchForSeries searchForSeries(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 SearchForSeries DICOMweb request. For example, `series` or
`studies/{study_uid}/series`.IOException
public 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
- 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 StoreInstances DICOMweb request. For example, `studies/[{study_uid}]`.
Note that the `study_uid` is optional.content
- the HttpBody
IOException
public 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–2024 Google. All rights reserved.