[This is preliminary documentation and is subject to change.]
This is the unique identifier (UID) for the Product's implementation of the System Under Test (SUT).
| C# | Visual Basic | Visual C++ |
string ImplementationClassUid { get; set; }
Property ImplementationClassUid As String
property String^ ImplementationClassUid { String^ get (); void set (String^ value); }
The UID is assigned by the Manufacturer to the Product implementation to identify it. The manufacturer publishes this UID in the product DICOM conformance statement.
The Dicom Validation Tool (DVT) checks that the value sent by the Product matches the value given here.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |