[This is preliminary documentation and is subject to change.]
Base-class for test sessions within DVT.
| C# | Visual Basic | Visual C++ |
public abstract class Session : IUserOutput, IGeneralSessionSettings, ISessionFileManagement, IValidationSettings, IDicomFile, IDicomDir
Public MustInherit Class Session _ Implements IUserOutput, IGeneralSessionSettings, ISessionFileManagement, IValidationSettings, _ IDicomFile, IDicomDir
public ref class Session abstract : IUserOutput, IGeneralSessionSettings, ISessionFileManagement, IValidationSettings, IDicomFile, IDicomDir
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| Session()()() | Initializes a new instance of the Session class | |
| ActivityReportEvent |
Occurs when a activity report is generated by the application.
| |
| AutoCreateDirectory | ||
| ContinueOnError | ||
| CopySettingsFrom(Session) |
Copy all settings from the supplied session to this session.
| |
| CountingTarget |
Access to counting target.
| |
| DataDirectory | ||
| Date | ||
| DefinitionManagement |
Access to definition file management.
| |
| DetailedValidationResults | ||
| DisplayConditionText | ||
| DumpAttributesOfRefFiles | ||
| EndResultsGathering()()() |
Save the gathered validation results output to the specified stream.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetExpandedResultsFileNameHelper(String) |
Expand Results File Name : Helper
| |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IncludeType3NotPresentInResults | ||
| LogLevelFlags | ||
| Manufacturer | ||
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ModelName | ||
| NrOfErrors |
Number of Errors
| |
| NrOfGeneralErrors |
Number of NrOfGeneralErrors
| |
| NrOfGeneralWarnings |
Number of NrOfGeneralWarnings
| |
| NrOfUserErrors |
Number of NrOfUserErrors
| |
| NrOfUserWarnings |
Number of NrOfUserWarnings
| |
| NrOfValidationErrors |
Number of NrOfValidationErrors
| |
| NrOfValidationWarnings |
Number of NrOfValidationWarnings
| |
| NrOfWarnings |
Number of Warnings
| |
| ReadDicomdir(String) | ||
| ReadFile(String) | ||
| ResultsGatheringPaused |
Pause the gathering of validation results output.
| |
| ResultsRootDirectory | ||
| SaveToFile()()() | ||
| SessionFileName | ||
| SessionId | ||
| SessionTitle | ||
| SoftwareVersions | ||
| StartResultsGathering(String) |
Start the gathering of validation results output.
| |
| StartResultsGatheringWithExpandedFileNaming(String) |
Start the gathering of validation results output.
| |
| StorageMode | ||
| StrictValidation | ||
| SummaryValidationResults | ||
| TestedBy | ||
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| UnVrDefinitionLookUp | ||
| ValidateReferencedFile | ||
| ValidationResultsForDVT |
Boolean to make sure validation is invoked by DVT
| |
| WriteDicomdir(DicomDir, String) | ||
| WriteError(String) | ||
| WriteFile(DicomFile, String) | ||
| WriteHtmlInformation(String) | ||
| WriteInformation(String) | ||
| WriteMessageComparisonResults(MessageComparisonResults) | ||
| WriteValidationError(String) | ||
| WriteValidationInformation(String) | ||
| WriteValidationWarning(String) | ||
| WriteWarning(String) |
Forms the base-class for sub-classes
| Object | ||
| Session | ||
| EmulatorSession | ||
| MediaSession | ||
| ScriptSession | ||
| SnifferSession | ||