[This is preliminary documentation and is subject to change.]
Access to general session settings.
| C# | Visual Basic | Visual C++ |
public interface IGeneralSessionSettings
Public Interface IGeneralSessionSettings
public interface class IGeneralSessionSettings
| All Members | Properties | ||||
| Icon | Member | Description |
|---|---|---|
| AutoCreateDirectory |
Determines if a directory is created when this does not yet existing, when writing a Dicom file.
| |
| ContinueOnError |
Determines of execution should continue when an error has occured.
| |
| DataDirectory |
Directory used to store data generated by DVT - DCM files, etc.
| |
| Date |
Date of test.
| |
| LogLevelFlags |
Set LogLevel Enabled flags.
Enabled loglevels
| |
| Manufacturer |
Manufacturer for the System Under Test (SUT).
| |
| ModelName |
Model name for the System Under Test (SUT).
| |
| ResultsRootDirectory |
Directory used to store results output.
| |
| SessionFileName |
File name with extension .ses used during load and save.
| |
| SessionId |
Identification for the session.
| |
| SessionTitle |
Title for the session.
| |
| SoftwareVersions |
Software versions for the System Under Test (SUT).
| |
| StorageMode |
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.
| |
| TestedBy |
Name of the tester.
|