DVTk API
DvtImplementationClassUid Property
DVTkDvtkApplicationLayerScriptSessionDvtImplementationClassUid
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++
public string DvtImplementationClassUid { get; set; }
Public Property DvtImplementationClassUid As String
public:
property String^ DvtImplementationClassUid {
	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

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0