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 - The name of the dataset this DICOM store belongs to.content - the DicomStoreIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Deidentify deidentify(String sourceStore, DeidentifyDicomStoreRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.sourceStore - Source DICOM store resource name. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.content - the DeidentifyDicomStoreRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource name of the DICOM store to delete.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Export export(String name, ExportDicomDataRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - 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 ExportDicomDataRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource name of the DICOM store to get.IOExceptionpublic 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 the operation documentation for
the appropriate value for this field.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.CloudHealthcareImport healthcareImport(String name, ImportDicomDataRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - 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 ImportDicomDataRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Name of the dataset.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.Patch patch(String name, DicomStore content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - 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 DicomStoreIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.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. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.dicomWebPath - The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`,
`series/{series_uid}/instances`, or `studies/{study_uid}/instances`.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.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. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.dicomWebPath - The path of the SearchForSeries DICOMweb request. For example, `series` or
`studies/{study_uid}/series`.IOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.SearchForStudies searchForStudies(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. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.dicomWebPath - The path of the SearchForStudies DICOMweb request. For example, `studies`.IOExceptionpublic 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 the operation documentation for
the appropriate value for this field.content - the SetIamPolicyRequestIOExceptionpublic CloudHealthcare.Projects.Locations.Datasets.DicomStores.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. For example,
`projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_st
ore_id}`.dicomWebPath - 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.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 the operation
documentation for the appropriate value for this field.content - the TestIamPermissionsRequestIOExceptionpublic 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–2021 Google. All rights reserved.