DVTk API
StorageMode Property
DVTkDvtk.SessionsIGeneralSessionSettingsStorageMode
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual C++
StorageMode StorageMode { get; set; }
Property StorageMode As StorageMode
property StorageMode StorageMode {
	StorageMode get ();
	void set (StorageMode value);
}
Remarks

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.DCMMedia Storage File 123 created in Test Session 1.
  • 4I0012.DCMMedia Storage File 12 created in Test Session 4.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0