[This is preliminary documentation and is subject to change.]
Storage mode
| C# | Visual Basic | Visual C++ |
public enum StorageMode
Public Enumeration StorageMode
public enum class StorageMode
| Member | Description |
|---|---|
| AsMedia |
Any received storage IOD will be stored in
the DICOM Media Storage File format (i.e., including the File Prefix,
DICOM Preamble and File Meta Information) with a file extension .DCM.
Any OB/OF/OW data associated with the stored media will be stored in .PIX files. |
| AsMediaOnly |
Any received storage IOD will be stored in
the DICOM Media Storage File format (i.e., including the File Prefix,
DICOM Preamble and File Meta Information) with a file extension .DCM.
|
| AsDataSet |
Any received storage IOD will be stored in
a “raw” format with only the Dataset being saved.
The file extension is .RAW.
Any OB/OF/OW data associated with the stored dataset will be stored in .PIX files. |
| TemporaryPixelOnly |
DO NOT USE! INTERNAL USE ONLY!
|
| NoStorage |
Do not store any received storage IOD.
Any OB/OF/OW attributes will be displayed with the value “DATA NOT STORED” when this storage mode is selected. |