Resource: DicomStore
Represents a DICOM store.
JSON representation |
---|
{
"name": string,
"notificationConfig": {
object( |
Fields | |
---|---|
name |
Resource name of the DICOM store, of the form |
notificationConfig |
Notification destination for new DICOM instances. Supplied by the client. |
labels |
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 |
Methods |
|
---|---|
|
Creates a new DICOM store within the parent dataset. |
|
De-identifies data from the source store and writes it to the destination store. |
|
Deletes the specified DICOM store and removes all images that are contained within it. |
|
Exports data to the specified destination by copying it from the DICOM store. |
|
Gets the specified DICOM store. |
|
Gets the access control policy for a resource. |
|
Imports data into the DICOM store by copying it from the specified source. |
|
Lists the DICOM stores in the given dataset. |
|
Updates the specified DICOM store. |
|
SearchForInstances returns a list of matching instances. |
|
SearchForSeries returns a list of matching series. |
|
SearchForStudies returns a list of matching studies. |
|
Sets the access control policy on the specified resource. |
|
StoreInstances stores DICOM instances associated with study instance unique identifiers (SUID). |
|
Returns permissions that a caller has on the specified resource. |