[This is preliminary documentation and is subject to change.]
Summary description for Hl7ThreadOptions.
| C# | Visual Basic | Visual C++ |
public class Hl7ThreadOptions : ThreadOptions
Public Class Hl7ThreadOptions _ Inherits ThreadOptions
public ref class Hl7ThreadOptions : public ThreadOptions
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Hl7ThreadOptions()()() | Initializes a new instance of the Hl7ThreadOptions class | |
| AttachChildsToUserInterfaces | (Inherited from ThreadOptions.) | |
| CopyFrom(ThreadOptions) | (Inherited from ThreadOptions.) | |
| DetailResultsFileNameOnly | (Inherited from ThreadOptions.) | |
| DetailResultsFullFileName | (Inherited from ThreadOptions.) | |
| 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.) | |
| 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.) | |
| 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.) | |
| ResultsDirectory | (Overrides ThreadOptions.ResultsDirectory.) | |
| ResultsFileNameExtension | (Inherited from ThreadOptions.) | |
| ResultsFileNameIndex | (Inherited from ThreadOptions.) | |
| ResultsFileNameOnly | (Inherited from ThreadOptions.) | |
| ResultsFileNameOnlyWithoutExtension | (Inherited from ThreadOptions.) | |
| ResultsFullFileName | (Inherited from ThreadOptions.) | |
| SessionId | (Overrides ThreadOptions.SessionId.) | |
| ShowResults | (Overrides ThreadOptions.ShowResults.) | |
| StartAndStopResultsGatheringEnabled | (Inherited from ThreadOptions.) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| UseResultsFileNameIndex | (Inherited from ThreadOptions.) |
| Object | ||
| ThreadOptions | ||
| Hl7ThreadOptions | ||