[This is preliminary documentation and is subject to change.]
If the storage mode is set to as-media,
DVT will store a received Image Dataset (Group 0008 up to and including Group 7FE0)
in a file with the extension .DCM.
| C# | Visual Basic | Visual C++ |
public Session..::.StorageMode Mode { get; set; }
Public Property Mode As Session..::.StorageMode
public: property Session..::.StorageMode Mode { Session..::.StorageMode get (); void set (Session..::.StorageMode value); }
The Image Dataset is stored in the .DCM file in the format described in DICOM - part 10.
The File Preamble, DICOM Prefix and File Meta Information are added by DVT.
The filename is generated from the Session ID and a media storage file index. The filename used for the media storage is recorded in the corresponding Results File. The following filenames are generated: nnnIiiii.DCM where nnn is the Session ID, I signifies image information and iiii is the file index.
Examples:- 1I0123.DCM Media Storage File 123 created in Test Session 1.
- 4I0012.DCM Media Storage File 12 created in Test Session 4.