ProjectsLocationsDatasetsDicomStoresResource class
Methods
-
create(DicomStore request, String parent, {String? dicomStoreId, String? $fields})
→ Future<DicomStore>
-
Creates a new DICOM store within the parent dataset.
-
deidentify(DeidentifyDicomStoreRequest request, String sourceStore, {String? $fields})
→ Future<Operation>
-
De-identifies data from the source store and writes it to the destination
store.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes the specified DICOM store and removes all images that are
contained within it.
-
export(ExportDicomDataRequest request, String name, {String? $fields})
→ Future<Operation>
-
Exports data to the specified destination by copying it from the DICOM
store.
-
get(String name, {String? $fields})
→ Future<DicomStore>
-
Gets the specified DICOM store.
-
getDICOMStoreMetrics(String name, {String? $fields})
→ Future<DicomStoreMetrics>
-
Gets metrics associated with the DICOM store.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
import(ImportDicomDataRequest request, String name, {String? $fields})
→ Future<Operation>
-
Imports data into the DICOM store by copying it from the specified source.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListDicomStoresResponse>
-
Lists the DICOM stores in the given dataset.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(DicomStore request, String name, {String? updateMask, String? $fields})
→ Future<DicomStore>
-
Updates the specified DICOM store.
-
searchForInstances(String parent, String dicomWebPath, {String? $fields})
→ Future<HttpBody>
-
SearchForInstances returns a list of matching instances.
-
searchForSeries(String parent, String dicomWebPath, {String? $fields})
→ Future<HttpBody>
-
SearchForSeries returns a list of matching series.
-
searchForStudies(String parent, String dicomWebPath, {String? $fields})
→ Future<HttpBody>
-
SearchForStudies returns a list of matching studies.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
storeInstances(HttpBody request, String parent, String dicomWebPath, {String? $fields})
→ Future<HttpBody>
-
StoreInstances stores DICOM instances associated with study instance
unique identifiers (SUID).
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited