[This is preliminary documentation and is subject to change.]
Summary description for DicomThreadOptions.
| C# | Visual Basic | Visual C++ |
public class DicomThreadOptions : ThreadOptions
Public Class DicomThreadOptions _ Inherits ThreadOptions
public ref class DicomThreadOptions : public ThreadOptions
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DicomThreadOptions(DicomThread) |
Constructor.
| |
| AttachChildsToUserInterfaces | (Inherited from ThreadOptions.) | |
| AutoValidate | ||
| CertificateFilename | ||
| CopyFrom(DicomThreadOptions) | ||
| CopyFrom(ThreadOptions) | (Inherited from ThreadOptions.) | |
| CredentialsFilename | ||
| DataDirectory | ||
| DeepCopyFrom(DicomThreadOptions) | ||
| DetailResultsFileNameOnly | (Inherited from ThreadOptions.) | |
| DetailResultsFullFileName | (Inherited from ThreadOptions.) | |
| DvtAeTitle | ||
| DvtkScriptSession | ||
| DvtPort | ||
| 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.) | |
| GenerateDetailedResults | ||
| 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.) | |
| Identifier |
The unique identifier of this object.
It is used to set the name of the underlying .Net thread.
When displaying activity logging (if enabled) for this thread in a dialog,
the Identifier property is also used to uniquely identify logging from this
thread. Besides this, in a DicomThread, the Identifier may also be used
to create a unique results file name.
If this property is set, the calling code has to make sure that this Identifier
is unique.
If not set, the Name property is appended with a number to create a unique identifier.
(Inherited from ThreadOptions.) | |
| LoadDefinitionFile(String) | ||
| LoadedDefinitionFileNames | ||
| LoadFromFile(String) | ||
| LogChildThreadsOverview | ||
| LogThreadStartingAndStoppingInParent | ||
| LogWaitingForCompletionChildThreads | ||
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
The (possible not unique) name of this object.
If this property is not set, the Class name will be used as the name.
See also the property Identifier for the usage of this property.
(Inherited from ThreadOptions.) | |
| NextSubResultsFileNameIndex | ||
| ResultsDirectory |
The directory in which the results file(s) will be written.
(Overrides ThreadOptions.ResultsDirectory.) | |
| ResultsFileNameExtension | (Inherited from ThreadOptions.) | |
| ResultsFileNameIndex | (Inherited from ThreadOptions.) | |
| ResultsFileNameOnly | (Inherited from ThreadOptions.) | |
| ResultsFileNameOnlyWithoutExtension | (Inherited from ThreadOptions.) | |
| ResultsFullFileName | (Inherited from ThreadOptions.) | |
| SaveToFile()()() | ||
| ScriptDirectory |
The directory in which the Dicom test scripts are present.
| |
| SecureConnection | ||
| SessionId | (Overrides ThreadOptions.SessionId.) | |
| ShowResults | (Overrides ThreadOptions.ShowResults.) | |
| StartAndStopResultsGatheringEnabled | (Inherited from ThreadOptions.) | |
| StorageMode | ||
| StrictValidation | ||
| StyleSheetFullFileName |
The full file name of the stylesheet used to convert results .xml files to .html files.
This stylesheet is used e.g. when the property ShowResults is set to true.
The default value for this property is the executable path append with the file name "DVT_RESULTS.xslt".
| |
| SummaryResultsFileNameOnly | ||
| SummaryResultsFullFileName | ||
| SutAeTitle | ||
| SutIpAddress | ||
| SutPort | ||
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| UnLoadDefinitionFile(String) | ||
| UseResultsFileNameIndex | (Inherited from ThreadOptions.) |
| Object | ||
| ThreadOptions | ||
| DicomThreadOptions | ||