public class CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies extends Object
Modifier and Type | Class and Description |
---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies.GetStudyMetrics |
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies.Series
The "series" collection of methods.
|
class |
CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies.SetBlobStorageSettings |
Constructor and Description |
---|
Studies() |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies.GetStudyMetrics |
getStudyMetrics(String study)
GetStudyMetrics returns metrics for a study.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies.Series |
series()
An accessor for creating requests from the Series collection.
|
CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies.SetBlobStorageSettings |
setBlobStorageSettings(String resource,
SetBlobStorageSettingsRequest content)
SetBlobStorageSettings sets the blob storage settings of the specified resources.
|
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies.GetStudyMetrics getStudyMetrics(String study) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.study
- Required. The study resource path. For example, `projects/{project_id}/locations/{location_id}/datas
ets/{dataset_id}/dicomStores/{dicom_store_id}/dicomWeb/studies/{study_uid}`.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.Studies.SetBlobStorageSettings setBlobStorageSettings(String resource, SetBlobStorageSettingsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.resource
- Required. The path of the resource to update the blob storage settings in the format of `projects/{p
rojectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/
studies/{studyUID}`, `projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dic
omStores/{dicomStoreID}/dicomWeb/studies/{studyUID}/series/{seriesUID}/`, or `projects/{pr
ojectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreID}/dicomWeb/s
tudies/{studyUID}/series/{seriesUID}/instances/{instanceUID}`. If `filter_config` is
specified, set the value of `resource` to the resource name of a DICOM store in the format
`projects/{projectID}/locations/{locationID}/datasets/{datasetID}/dicomStores/{dicomStoreI
D}`.content
- the SetBlobStorageSettingsRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb.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.