DVTk API
ImplementationClassUid Property
DVTkDvtk.SessionsIDvtDulParametersImplementationClassUid
DVTk API

[This is preliminary documentation and is subject to change.]

This is the unique identifier (UID) for the Dicom Validation Tool (DVT) implementation.
Declaration Syntax
C#Visual BasicVisual C++
string ImplementationClassUid { get; set; }
Property ImplementationClassUid As String
property String^ ImplementationClassUid {
	String^ get ();
	void set (String^ value);
}
Remarks

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

Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0