DVTk API
GroupHex Property
DVTkDvtkData.DimseTagGroupHex
DVTk API

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

Group Hex number
Declaration Syntax
C#Visual BasicVisual C++
public byte[] GroupHex { get; set; }
Public Property GroupHex As Byte()
public:
property array<unsigned char>^ GroupHex {
	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