[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++ |
public string SutImplementationClassUid { get; set; }
Public Property SutImplementationClassUid As String
public: property String^ SutImplementationClassUid { 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.