[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.Results
Namespace DvtkData.Results
namespace DvtkData.Results
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| ByteDump |
Display a byte dump of DVT socket communication.
| |
| Counters |
Counters to maintain count of messages at various severity levels.
| |
| Details |
First node in the results. Specifies details over the session.
| |
| DicomScriptCreate |
Xml node for a Dicom Script (.DS) script CREATE command.
| |
| DicomScriptCreateSetDeleteActionBase |
Abstract base class for Xml node for a Dicom Script (.DS) script CREATE/SET/DELETE commands.
| |
| DicomScriptDelete |
Xml node for a Dicom Script (.DS) script DELETE command.
| |
| DicomScriptSet |
Xml node for a Dicom Script (.DS) script SET command.
| |
| Display |
Results node for a performed display action.
| |
| Import |
Results node for a performed import action.
| |
| MediaRead |
Results node for a performed media read action.
| |
| MediaWrite |
Results node for a performed media write action.
| |
| Receive |
Results node for a performed receive action.
| |
| Results |
Top-level element of the Dvtk output.
Container for the various results nodes.
| |
| ScpEmulatorType |
Type of emulator run in the emulator session.
| |
| ScuEmulatorType |
Type of emulator run in the emulator session.
| |
| Send |
Results node for a performed send action.
| |
| SubResultsLink |
Reference to another results document.
|