public class CloudHealthcare.Projects.Locations.Datasets.DicomStores extends Object
Constructor and Description |
---|
DicomStores() |
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Create create(String parent, DicomStore content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The name of the dataset this DICOM store belongs to.content
- the DicomStore
IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Deidentify deidentify(String sourceStore, DeidentifyDicomStoreRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.sourceStore
- Required. Source DICOM store resource name. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.content
- the DeidentifyDicomStoreRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The resource name of the DICOM store to delete.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Export export(String name, ExportDicomDataRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The DICOM store resource name from which to export the data. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.content
- the ExportDicomDataRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The resource name of the DICOM store to get.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.GetDICOMStoreMetrics getDICOMStoreMetrics(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.name
- Required. The resource name of the DICOM store to get metrics for.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.GetIamPolicy getIamPolicy(String resource) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.resource
- REQUIRED: The resource for which the policy is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.CloudHealthcareImport healthcareImport(String name, ImportDicomDataRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.name
- Required. The name of the DICOM store resource into which the data is imported. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.content
- the ImportDicomDataRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. Name of the dataset.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Patch patch(String name, DicomStore content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Identifier. Resource name of the DICOM store, of the form
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.content
- the DicomStore
IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.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.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.SearchForStudies searchForStudies(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 SearchForStudies DICOMweb request. For example, `studies`.IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.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.SetIamPolicy setIamPolicy(String resource, SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.resource
- REQUIRED: The resource for which the policy is being specified. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content
- the SetIamPolicyRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.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.TestIamPermissions testIamPermissions(String resource, TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.resource
- REQUIRED: The resource for which the policy detail is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content
- the TestIamPermissionsRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.DicomWeb dicomWeb()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);
CloudHealthcare.DicomWeb.List request = healthcare.dicomWeb().list(parameters ...)
public CloudHealthcare.Projects.Locations.Datasets.DicomStores.Studies studies()
The typical use is:
CloudHealthcare healthcare = new CloudHealthcare(...);
CloudHealthcare.Studies.List request = healthcare.studies().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.