[This is preliminary documentation and is subject to change.]
This namespace contains data classes used to represent the results of the
Dicom Validation Tool validation process.
These classes are the output of the Dicom Validation Toolkit.
Many of these classes are public. However these classes are only public to allow serialization into an XML output document. These classes should not be used directly by the end-user. The classes should not be instantiated by the end-user.
These classes are the output of the Dicom Validation Toolkit.
Many of these classes are public. However these classes are only public to allow serialization into an XML output document. These classes should not be used directly by the end-user. The classes should not be instantiated by the end-user.
| C# | Visual Basic | Visual C++ |
namespace DvtkData.Validation
Namespace DvtkData.Validation
namespace DvtkData.Validation
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| DataElementType |
Type of the attribute according to the DataElement definition by the Information Object Definition.
| |
| DirectoryRecordType |
Directory record type.
| |
| MessageType |
Message types. Mainly severity levels.
| |
| ModuleUsageType |
Usage as defined in the Information Object Definition.
| |
| ValidationAbortRq |
Validation information about the A_ABORT_RQ.
| |
| ValidationAssociateAc |
Validation information about the A_ASSOCIATE_AC.
| |
| ValidationAssociateRj |
Validation information about the A_ASSOCIATE_RJ.
| |
| ValidationAssociateRq |
Validation information about the A_ASSOCIATE_RQ.
| |
| ValidationDirectoryRecordResult |
Validation information about directory records.
| |
| ValidationMessage |
Validation message
| |
| ValidationObjectResult |
Validation information about the Information Object.
| |
| ValidationReleaseRp |
Validation information about the A_RELEASE_RP.
| |
| ValidationReleaseRq |
Validation information about the A_RELEASE_RQ.
|