public class CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies extends Object
| 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.
|
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).
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.UpdateInstances |
updateInstances(String parent,
String dicomWebPath,
HttpBody content)
UpdateInstances updates DICOM instances associated with study instance unique identifiers (SUID).
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.UpdateMetadata |
updateMetadata(String parent,
String dicomWebPath,
HttpBody content)
UpdateStudyMetadata modifies the metadata of all instances in the given study.
|
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}`.IOExceptionpublic 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`.IOExceptionpublic 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}`.IOExceptionpublic 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`,
`studies/{study_uid}/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 - 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`.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 - 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 HttpBodyIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.UpdateInstances updateInstances(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 UpdateInstances DICOMweb request. For example, `studies/[{study_uid}]`.
Note that the `study_uid` is optional.content - the HttpBodyIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies.UpdateMetadata updateMetadata(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 UpdateStudyMetadata request (for example, `studies/{study_uid}`).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–2025 Google. All rights reserved.