[This is preliminary documentation and is subject to change.]
(sematical) Link to the validation information of a directory record.
| C# | Visual Basic | Visual C++ |
public class ValidationDirectoryRecordLink : IDvtDetailToXml, IDvtSummaryToXml
Public Class ValidationDirectoryRecordLink _ Implements IDvtDetailToXml, IDvtSummaryToXml
public ref class ValidationDirectoryRecordLink : IDvtDetailToXml, IDvtSummaryToXml
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ValidationDirectoryRecordLink()()() | Initializes a new instance of the ValidationDirectoryRecordLink class | |
| DirectoryRecordIndex |
Index of the directory record.
| |
| DirectoryRecordType |
Directory record type
| |
| DvtDetailToXml(StreamWriter, Int32) |
Serialize DVT Detail Data to Xml.
| |
| DvtSummaryToXml(StreamWriter, Int32) |
Serialize DVT Summary Data to Xml.
| |
| 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.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Messages |
Validation informative messages.
| |
| NrOfErrors |
Number of validation errors for this directory record.
| |
| NrOfWarnings |
Number of validation warnings for this directory record.
| |
| RecordOffset |
Offset of this directory record within the Directory Record Sequence
(of the DIRECTORY INFORMATION MODULE).
| |
| ReferenceCount |
Number of times the directory record is referenced.
| |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) |
Validation of a dicom media file can result large quantities of
validation results output. Therefore, the validation information for the individual
dicom directory records has be split-off into seperate validation results output files.
This link describes the link to the split-off validation results of the directory records.
| Object | |
| ValidationDirectoryRecordLink | |