DVTk API
ElementHex Property
DVTkDvtkData.DimseTagElementHex
DVTk API

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

Element Hex number
Declaration Syntax
C#Visual BasicVisual C++
public byte[] ElementHex { get; set; }
Public Property ElementHex As Byte()
public:
property array<unsigned char>^ ElementHex {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
Remarks
The Byte[] is specified in Big Endian Format. Big Endian Format is used in definition of tags in DICOM standard.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0