[This is preliminary documentation and is subject to change.]
This is the unique identifier (UID) for the Dicom Validation Tool (DVT) implementation.
| C# | Visual Basic | Visual C++ |
string ImplementationClassUid { get; set; }
Property ImplementationClassUid As String
property String^ ImplementationClassUid { String^ get (); void set (String^ value); }
The UID identifies the release of the Dicom Validation Tool (DVT).
The Dicom Validation Tool (DVT) sents this UID during communication with the System Under Test (SUT).
The number starts is composed of the following items
[ASCII(d)].[ASCII(v)].[ASCII(t)].[year].[version_major].[version_minor]
1.2.826.0.1.3680043.2.1545.1.2.1.7
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |