REST Resource: projects.locations.datasets.dicomStores

Stay organized with collections Save and categorize content based on your preferences.

Resource: DicomStore

Represents a DICOM store.

JSON representation
{
  "name": string,
  "notificationConfig": {
    object(NotificationConfig)
  },
  "labels": {
    string: string,
    ...
  }
}
Fields
name

string

Resource name of the DICOM store, of the form projects/{projectId}/locations/{locationId}/datasets/{datasetId}/dicomStores/{dicomStoreId}.

notificationConfig

object(NotificationConfig)

Notification destination for new DICOM instances. Supplied by the client.

labels

map (key: string, value: string)

User-supplied key-value pairs used to organize DICOM stores.

Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62}

Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63}

No more than 64 labels can be associated with a given store.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Methods

create

Creates a new DICOM store within the parent dataset.

deidentify

De-identifies data from the source store and writes it to the destination store.

delete

Deletes the specified DICOM store and removes all images that are contained within it.

export

Exports data to the specified destination by copying it from the DICOM store.

get

Gets the specified DICOM store.

getIamPolicy

Gets the access control policy for a resource.

import

Imports data into the DICOM store by copying it from the specified source.

list

Lists the DICOM stores in the given dataset.

patch

Updates the specified DICOM store.

searchForInstances

SearchForInstances returns a list of matching instances.

searchForSeries

SearchForSeries returns a list of matching series.

searchForStudies

SearchForStudies returns a list of matching studies.

setIamPolicy

Sets the access control policy on the specified resource.

storeInstances

StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID).

testIamPermissions

Returns permissions that a caller has on the specified resource.