[This is preliminary documentation and is subject to change.]
Element Hex number
| C# | Visual Basic | Visual 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); }
The Byte[] is specified in Big Endian Format.
Big Endian Format is used in definition of tags in DICOM standard.